github mksglu/context-mode v1.0.142

latest releases: v1.0.144, v1.0.143
5 hours ago

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 install for 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 synchronous npm install for turndown, turndown-plugin-gfm, @mixmark-io/domino (only used by ctx_fetch_and_index subprocess). 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

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.