github mksglu/context-mode v0.7.1

latest releases: v1.0.103, v1.0.102, v1.0.101...
2 months ago

What's New

Fuzzy Search (three-layer fallback)

  • Layer 1 — Porter stemming: existing FTS5 MATCH
  • Layer 2 — Trigram substring: "useEff" → finds useEffect, "authenticat" → finds authentication
  • Layer 3 — Fuzzy correction: Levenshtein distance corrects typos before re-search ("kuberntes"kubernetes)
  • New searchWithFallback() cascades all three layers automatically

Subagent Routing Fix

  • Bash subagents automatically upgraded to general-purpose so MCP tools are accessible
  • Previously Task + Bash subagent = 0% context savings because MCP tools were unreachable

Upgrade CLI — Cache Migration

  • upgrade now auto-migrates versioned cache directories (e.g., 0.6.1/0.7.1/)
  • Settings.json hook paths updated automatically — no manual fixups needed

Other

  • CLI skills: /context-mode:doctor, /context-mode:upgrade, /context-mode:stats
  • Improved stats summary with token savings count
  • Read/Grep hook nudges toward sandbox processing
  • 81 tests (store: 49, fuzzy: 18, hooks: 14)

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.