cloudaxe-opencode/packages/opencode/test
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
cli tui: remove legacy V1 CLI TUI integration to simplify startup 2026-07-13 01:05:14 -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 feat: enable background subagents by default 2026-07-07 15:18:46 -04:00
fake
filesystem chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
fixture refactor(tui): simplify config and tool display 2026-07-11 19:51:19 -04:00
fixtures/recordings/session
format chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
git chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
ide
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
lib fix(run): restore subprocess output contracts 2026-07-04 21:06:32 +02: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 chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
permission chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
plugin chore: merge dev into v2 (#36556) 2026-07-12 15:16:08 -05:00
project test(opencode): update project service stub 2026-07-06 01:32:58 -04:00
provider chore: merge dev into v2 (#36556) 2026-07-12 15:16:08 -05:00
question chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
server refactor(form): model links as fields (#36129) 2026-07-10 00:22:01 -05:00
session refactor(llm): remove the provider-error stream event 2026-07-13 12:22:30 -05:00
share chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
skill chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
snapshot chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
storage chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
tool chore: merge dev into v2 (#36556) 2026-07-12 15:16:08 -05:00
util
v2 refactor(schema): apply session review decisions (#35793) 2026-07-07 22:10:11 -04:00
AGENTS.md refactor(core): replace background job service (#34559) 2026-06-29 23:53:35 -04:00
EFFECT_TEST_MIGRATION.md
event-manifest.test.ts refactor: remove todo tool (#35989) 2026-07-09 00:13:48 -05:00
job.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
permission-task.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
preload.ts