Back to Releases

ContextOS v0.9.1

$npm install -g @siddharthakatiyar/contextos@latest
View on GitHub ↗

Added

  • -Watcher Burst Detection: The background file watcher now detects massive file system bursts (e.g. from `git checkout` or `npm install`) and automatically suspends individual updates to trigger a highly-optimized bulk re-sweep using the `BackgroundIndexer`.
  • -MCP Server Instructions: The MCP server now utilizes the MCP v1.0 SDK `instructions` field to enforce semantic tool usage natively. Clients like Claude Code and Cursor are explicitly instructed to use `get_context` prior to ad-hoc file exploration.