Version Outdated Warning
Context-mode now tells you when you're running an old version — automatically, on all 12 platforms.
How it works
- MCP server checks npm registry at startup (non-blocking, 5s timeout)
- When outdated: warning prepended to tool responses (ctx_batch_execute, ctx_search, etc.)
- Cadence: 3 warnings → 1 hour silent → 3 more → repeat until upgraded
- Platform-aware: Claude Code users see
/ctx-upgrade, npm users seenpm update -g context-mode, OpenClaw/Pi users see their specific commands - Zero config, zero performance impact, zero false positives
Example
⚠️ context-mode v1.0.65 outdated → v1.0.70 available. Upgrade: npm update -g context-mode
Found 3 results for "auth middleware":
1. [src/auth.ts] Line 45: export function validateToken(...
Also in this release
- Fix CI: opencode-plugin test assertions updated for reference-based snapshots (v1.0.69)