cloudaxe-opencode/packages/opencode/test/session
Dax Raad 3eee2f6afa core: move cross-spawn-spawner from opencode to core package
Moved the cross-spawn-spawner module from packages/opencode to packages/core
to enable code sharing across the monorepo. This consolidates the process
spawning infrastructure into the core package so other packages can use
cross-platform child process spawning without duplicating the implementation.

Updated all import statements across the codebase to reference the new
location (@opencode-ai/core/effect/cross-spawn-spawner). Removed the
local copy from the opencode package along with its tests.
2026-04-25 14:23:17 -04:00
..
compaction.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -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 from opencode to core package 2026-04-25 14:23:17 -04:00
prompt.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -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 from opencode to core package 2026-04-25 14:23:17 -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 from opencode to core package 2026-04-25 14:23:17 -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