v1.0.142
Context-mode now works reliably in KiloCode runtimes and fixes a critical Codex CLI boot timeout that blocked fresh installations. Two surgical fixes for platform-specific schema compatibility and startup performance.
Critical fixes
-
#632 (KiloCode): Schema conversion layer for Zod v3→v4 compatibility. KiloCode's bundled Zod v4 runtime crashed with "undefined is not an object" when plugins exposed Zod v3 schemas. Adds transparent conversion for all Zod types (objects, arrays, unions, optionals, nullables, defaults, effects) scoped to KiloCode only; OpenCode continues using native Zod v3.
-
#638 (Codex, closes #634): Background
npm installfor fetch-and-index dependencies. Codex CLI 0.131.0 enforces a 30s startup timeout per MCP server. Cold-boot context-mode installations were blocked ~23s in synchronousnpm installforturndown,turndown-plugin-gfm,@mixmark-io/domino(only used byctx_fetch_and_indexsubprocess). Detached to background; MCP server boots in <1s, deps resolve on first call.
Testing
3362 pass on full suite. Pre-existing baseline failures unchanged.
Compatibility
15 adapters, 3 OS. No schema migration. engines.node >= 22.5.0 preserved.
Upgrade
npm install -g context-mode@latest