cloudaxe-opencode/packages/opencode/test/session
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
..
compaction.test.ts chore: merge dev into v2 (#35591) 2026-07-06 16:05:29 -05:00
instruction.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
llm-native-recorded.test.ts chore(opencode): suppress dead v1 model types 2026-07-09 13:15:20 -04:00
llm-native.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
llm.test.ts chore(opencode): suppress dead v1 model types 2026-07-09 13:15:20 -04:00
message-v2.test.ts fix: preserve compaction files and classify Z.AI overflow (#35747) 2026-07-07 09:54:31 -05:00
messages-pagination.test.ts chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
processor-effect.test.ts refactor(llm): remove the provider-error stream event 2026-07-13 12:22:30 -05:00
prompt.test.ts refactor: remove todo tool (#35989) 2026-07-09 00:13:48 -05:00
retry.test.ts chore: merge dev into v2 (#34317) 2026-06-28 11:30:38 -04:00
revert-compact.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
schema-decoding.test.ts refactor: remove todo tool (#35989) 2026-07-09 00:13:48 -05:00
session-schema.test.ts refactor(core): move database schema ownership (#29068) 2026-05-30 21:08:38 -04:00
session.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
snapshot-tool-race.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
structured-output-integration.test.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
structured-output.test.ts refactor(core): move v1 schemas into core (#30473) 2026-06-03 02:42:13 +00:00
system.test.ts chore: merge dev into v2 (#36144) 2026-07-09 16:32:44 -05:00