Releases

Changelog and technical updates.

$npm i -g @siddharthakatiyar/contextos && contextos init
AI Agent using ContextOS
15 Aug 2026

v1.0.1

Patch Release

  • - Docs
04 Aug 2026

v1.0.0

Minor Release

  • - v1.0.0 Stable
27 Jul 2026

v0.9.5

Patch Release

  • - Release version bump to `v0.9.5`.
26 Jul 2026

v0.9.4

Patch Release

  • - Token Clamping & Optimizations
  • - Auto-Reindexing
  • - Trigram FTS
25 Jul 2026

v0.9.3

Patch Release

  • - Parser Engine
23 Jul 2026

v0.9.2

Patch Release

  • - AI Agents now automatically receive semantic retrieval instructions during `contextos init`, ensuring they prioritize `get_context` before falling back to expensive file exploration.
  • - Massive filesystem events (such as `git checkout`, `git switch`, or `npm install`) are now intelligently coalesced into a single background re-index instead of triggering thousands of individual updates.
  • - Better defaults for AI coding workflows with no additional configuration.
  • - Any AI Agent (via automatic configuration generation)
  • - MCP clients supporting the official `instructions` field
22 Jul 2026

v0.9.0

Minor Release

  • - Path Traversal Guards
  • - Malicious Repo Protection
  • - DOS Protection
  • - `execAllowRepoScripts` opt-out
  • - `STABILITY.md`
20 Jul 2026

v0.8.0

Major Release

  • - Background Daemon Indexing
  • - Local SQLite Architecture
  • - Retrieval Benchmarks
  • - Hybrid Embedding Fusion
  • - Update Notifier
19 Jul 2026

v0.7.1

Minor Release

  • - Comprehensive Next.js Documentation site at `/docs`.
  • - New `contextos status --json` output for IDE plugins and CI tracking.
  • - Interactive terminal metrics and visualization for Graph Expansion limits.
  • - Fixed cyclical import detection during AST chunking which caused infinite loops in specific Monorepo setups.
16 Jul 2026

v0.7.0

Major Release

  • - Breaking Change
10 Jul 2026

v0.6.0

Minor Release

  • - RRF Fusion Retrieval
  • - Query-Aware Compile
  • - Hardened MCP Tools
10 Jul 2026

v0.5.0

Minor Release

  • - Tiered Compile
  • - Retrieval Precision
07 Jul 2026

v0.4.0

Minor Release

  • - Security Patches
  • - Stability Improvements
06 Jul 2026

v0.3.0

Minor Release

  • - Cross-Session Memory
  • - Smart Context Assembly
  • - Graph Visualization
09 Jun 2026

v0.2.0

Initial Release

  • - Basic File Retrieval
  • - CLI Interface