github mksglu/context-mode v0.8.0

latest releases: v1.0.33, v1.0.32, v1.0.31...
18 days ago

What's Changed

Bug Fixes

  • Stream-level byte cap to prevent OOM from runaway output like yes or cat /dev/urandom (#5) — @rjkaes
  • Shell $-expansion vulnerability in executeFile paths — $HOME, backticks, and ! were expanded in shell double-quotes (#7) — @rjkaes
  • Wire searchWithFallback — the 3-layer search cascade (porter, trigram, fuzzy) was implemented but never called. Also eliminates wasteful ephemeral in-memory DB and transaction-wraps vocabulary insertion (#4) — @rjkaes
  • Pass CLAUDE_PROJECT_DIR so execute_file resolves relative paths correctly when the MCP server runs from the plugin directory (#12) — @dunika
  • Use npx tsx src/cli.ts in skills instead of build/cli.jsbuild/ is gitignored and absent in marketplace installs (#9) — @amoslives

New Features

  • Elixir language support.exs extension, Mix project BEAM path loading, lowercase file_content variables (#8) — @ekosz
  • 11 language runtimes (was 10)

Chore

  • Dynamic contributor avatars via contrib.rocks
  • Simplified test:all with glob pattern

New Contributors

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.