Files
Kilo-Org_kilocode/packages/opencode/script
Catriel Müller d7df07a1eb fix(cli): resolve morphsdk client.cjs via exported subpath
The morphsdkCjsPlugin called require.resolve on the raw dist/.../client.cjs
path, which is not an exported subpath in the package's exports map, so Bun
aborted the release build with 'Cannot find module ...client.cjs'.

Resolve through the public specifier @morphllm/morphsdk/tools/warp-grep/client
instead — require.resolve uses the package's "require" condition, mapping it
straight to client.cjs.
2026-06-05 16:22:01 -03:00
..
2026-02-14 04:19:02 +00:00
2026-04-20 18:29:48 +00:00
2026-06-01 12:51:31 +02:00
2026-05-06 14:26:06 -03:00
2026-04-16 10:09:14 -04:00