github mksglu/context-mode v1.0.7

latest releases: v1.0.89, v1.0.88, v1.0.87...
one month ago

What's Changed

Bug Fixes

  • Soft-fail for shell exit code 1: ctx_execute no longer reports grep/ripgrep "no matches" (exit code 1 with stdout) as errors. Extracted into pure classifyNonZeroExit() function with full test coverage.
  • Hook PATH reliability: All adapter hook commands now use absolute node paths (node "<pluginRoot>/hooks/<script>.mjs") instead of relying on context-mode CLI being in PATH. Fixes "hook error" on systems where /opt/homebrew/bin or npm global bin isn't in the hook subprocess PATH.

Internal

  • New src/exit-classify.ts module with 10 unit tests
  • Updated all 3 adapters (Claude Code, VS Code Copilot, Gemini CLI) for absolute path hooks

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.