cloudaxe-opencode/packages/opencode/src
Aiden Cline 5d87c7ad1f refactor(llm): remove the provider-error stream event
Delete the provider-error LLMEvent so streams carry output only and
every provider-reported failure exits through the typed error channel.
Anthropic SSE error events, OpenAI Responses response.failed/error
events, and Bedrock exception frames now fail the stream with an
LLMError from the shared classifier (carrying the provider code, e.g.
rate_limit_exceeded -> LLM.RateLimit).

Core follows: the publisher drops its provider-error case, the runner
drops held-back overflow events (overflow recovery keys off a thrown
LLM.ContextOverflow), compaction and title stop scanning events for
failures, and isContextOverflowFailure is deleted with its last
consumer. V1 packages/opencode gets minimal compile fixes only (dead
switch case, one test stream).
2026-07-13 12:22:30 -05:00
..
account chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
acp chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
agent refactor: remove todo tool (#35989) 2026-07-09 00:13:48 -05:00
auth chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
bus
cli tui: remove legacy V1 CLI TUI integration to simplify startup 2026-07-13 01:05:14 -04:00
command chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
config fix(core): load config across git boundaries (#36577) 2026-07-13 00:05:41 +00:00
control-plane chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
effect refactor: remove todo tool (#35989) 2026-07-09 00:13:48 -05:00
env chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
format chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
git chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
id
ide refactor(schema): extract public event definitions (#33579) 2026-06-24 16:43:17 -04:00
image chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
installation chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
lsp chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
mcp chore: merge dev into v2 (#35591) 2026-07-06 16:05:29 -05:00
patch
permission chore: merge dev into v2 (#35591) 2026-07-06 16:05:29 -05:00
plugin tui: remove legacy V1 CLI TUI integration to simplify startup 2026-07-13 01:05:14 -04:00
project chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
provider chore: merge dev into v2 (#36144) 2026-07-09 16:32:44 -05:00
question chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
server feat(core): resume suspended sessions after service restart (#36105) 2026-07-09 13:19:15 -04:00
session refactor(llm): remove the provider-error stream event 2026-07-13 12:22:30 -05:00
share refactor(schema): apply session review decisions (#35793) 2026-07-07 22:10:11 -04:00
skill docs: add v2 configuration reference 2026-07-06 20:09:35 -04:00
snapshot refactor(schema): apply session review decisions (#35793) 2026-07-07 22:10:11 -04:00
storage refactor: remove todo tool (#35989) 2026-07-09 00:13:48 -05:00
sync refactor(schema): normalize module patterns (#33770) 2026-06-25 15:42:22 +00:00
tool refactor: remove todo tool (#35989) 2026-07-09 00:13:48 -05:00
util
worktree chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
audio.d.ts
event-manifest.ts refactor(schema): extract public event definitions (#33579) 2026-06-24 16:43:17 -04:00
event-v2-bridge.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
index.ts tui: remove legacy V1 CLI TUI integration to simplify startup 2026-07-13 01:05:14 -04:00
job.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
markdown.d.ts
node.ts
sql.d.ts
temporary.ts tui: remove legacy V1 CLI TUI integration to simplify startup 2026-07-13 01:05:14 -04:00