cloudaxe-opencode/packages/opencode/test/tool
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
..
__snapshots__ refactor(tool): migrate tool framework + all 18 built-in tools to Effect Schema (#23244) 2026-04-23 16:09:34 -04:00
fixtures test: update model test fixture (#20182) 2026-03-31 16:20:01 +00:00
apply_patch.test.ts refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
bash.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
edit.test.ts refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
external-directory.test.ts feat: unwrap tool namespaces to flat exports + barrel (#22762) 2026-04-16 03:56:54 +00:00
glob.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
grep.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
lsp.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
parameters.test.ts refactor(tool): migrate tool framework + all 18 built-in tools to Effect Schema (#23244) 2026-04-23 16:09:34 -04:00
question.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
read.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
registry.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
skill.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
task.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00
tool-define.test.ts refactor(tool): migrate tool framework + all 18 built-in tools to Effect Schema (#23244) 2026-04-23 16:09:34 -04:00
truncation.test.ts feat(truncate): allow configuring tool output truncation limits (#23770) 2026-04-23 17:43:33 -04:00
webfetch.test.ts feat: unwrap tool namespaces to flat exports + barrel (#22762) 2026-04-16 03:56:54 +00:00
write.test.ts core: move cross-spawn-spawner from opencode to core package 2026-04-25 14:23:17 -04:00