cloudaxe-opencode/packages/opencode/test/session
Kit Langton 191a747405 fix: propagate InstanceRef across static function boundaries
- makeRuntime.provide reads InstanceRef from current Effect fiber when
  ALS is unavailable, bridging static function calls (like Bus.publish)
  that create new fibers from inside Effect code
- Database.transaction preserves Instance ALS via Instance.bind on the
  bun:sqlite transaction callback (native fn loses ALS)
- Instance.restore helper for bridging Effect→sync code with ALS
- InstanceState.withALS bridges InstanceRef back to ALS for sync callers
- prompt.ts: InstructionPrompt.clear wrapped with withALS
- Remove ALL provideInstance(dir) wrappers from prompt-effect tests
2026-03-31 16:42:17 -04:00
..
compaction.test.ts feat: enable prompt caching and cache token tracking for google-vertex-anthropic (#20266) 2026-03-31 15:16:14 -05:00
instruction.test.ts
llm.test.ts refactor(session): effectify SessionPrompt service (#19483) 2026-03-30 20:06:51 +00:00
message-v2.test.ts feat: AI SDK v6 support (#18433) 2026-03-27 15:24:30 -05:00
messages-pagination.test.ts
processor-effect.test.ts test: add live effect helper mode 2026-03-31 16:42:13 -04:00
prompt-concurrency.test.ts refactor(session): effectify SessionPrompt service (#19483) 2026-03-30 20:06:51 +00:00
prompt-effect.test.ts fix: propagate InstanceRef across static function boundaries 2026-03-31 16:42:17 -04:00
prompt-provider.test.ts test: infer mock server callback types 2026-03-31 16:42:15 -04:00
prompt.test.ts refactor(session): effectify session processor (#19485) 2026-03-28 12:09:47 -04:00
retry.test.ts refactor(session): effectify session processor (#19485) 2026-03-28 12:09:47 -04:00
revert-compact.test.ts
session.test.ts feat(core): initial implementation of syncing (#17814) 2026-03-25 10:47:40 -04:00
structured-output-integration.test.ts
structured-output.test.ts feat: AI SDK v6 support (#18433) 2026-03-27 15:24:30 -05:00
system.test.ts fix: stabilize agent and skill ordering in prompt descriptions (#18261) 2026-03-19 15:04:03 -05:00