opencode/packages/opencode/test/session
Dax Raad 1e98167b0e core: move cross-spawn-spawner to root and remove unused types
The cross-spawn-spawner module has been moved from src/effect/ to src/
to simplify the core package structure. The src/types.d.ts file which
contained unused type declarations has also been removed. All imports
throughout the codebase have been updated to reflect the new location.

This change reduces the package's internal complexity by flattening the
module hierarchy and removing dead code, making future maintenance easier.
2026-04-25 14:30:16 -04:00
..
compaction.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
instruction.test.ts core: move Global module to @opencode-ai/core for centralized path management 2026-04-25 13:52:32 -04:00
llm.test.ts feat: unwrap provider namespaces to flat exports + barrel (#22760) 2026-04-16 05:02:50 +00:00
message-v2.test.ts fix: account for additional openai retry case (#24063) 2026-04-23 17:31:43 -04:00
messages-pagination.test.ts fix(session): improve session compaction (#23870) 2026-04-23 00:25:38 -04:00
processor-effect.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
prompt.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
retry.test.ts refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
revert-compact.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
schema-decoding.test.ts refactor(session): migrate session domain to Effect Schema (#24005) 2026-04-23 11:30:02 -04:00
session-entry-stepper.test.ts tui: fix sync loading indicator to properly show loading state on startup 2026-04-18 10:39:10 -04:00
session.test.ts refactor(bus): migrate BusEvent to Effect Schema (#24040) 2026-04-23 15:37:44 -04:00
snapshot-tool-race.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
structured-output-integration.test.ts feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741) 2026-04-15 23:27:32 -04:00
structured-output.test.ts refactor(core): migrate MessageV2 message DTOs (User/Assistant/Part/Info/WithParts) to Effect Schema (#23757) 2026-04-21 23:26:12 -04:00
system.test.ts refactor(agent): remove async facade exports (#22341) 2026-04-13 14:54:01 -04:00