Release notes
Changelog
Versioning follows semver. Breaking changes get a major bump and a migration note. Builds live on GitHub Releases.
v1.0.0
Current1 May 2026- +Initial public release
- +31 MCP tools live on localhost:19281
- +19 language parsers (ANTLR-based)
- +Ollama + Anthropic / OpenAI / Gemini / DeepSeek / Groq / Mistral providers
- +OpenAI-compatible local API on localhost:19280
- +Wasm portal at /app/ (engine-dependent features degraded)
- +VS Code extension v1.0.0
- +DPDPA-aligned privacy posture, telemetry off by default
v0.9.5
BetaApril 2026- +Final beta — RC for v1.0
- +ConversationSummarizer landed for long agent sessions
- +Bearer token rotation in Settings
- +Self-hosted release runner pipeline stabilised
v0.9.4
BetaMarch 2026- +AgentLoop with budget guards and stopping conditions
- +Qwen2.5-VL vision integration with Tesseract OCR fallback
- +Dependency graph + impact analysis tools
v0.9.3
BetaMarch 2026- +MCP HTTP transport (alongside stdio)
- +Authorization: Bearer auth for HTTP transport
- +Conversation memory tools (store / search / update / entities)
v0.9.2
BetaFebruary 2026- +Wasm portal first cut (read-only)
- +Telemetry framework with PII guard (off by default)
- +Settings UI for AI provider keys
v0.9.1
BetaFebruary 2026- +Git intelligence: git_blame, git_history
- +find_dead_code and find_complex_files
- +Cyclomatic complexity metrics
v0.9.0
BetaJanuary 2026- +First closed beta
- +Indexer + parser pipeline for 19 languages
- +Initial MCP tool set (12 tools)
- +Desktop builds for macOS, Windows, Linux
How we version
- Patch (1.0.x) — bug fixes, security patches, no API changes.
- Minor (1.x.0) — new MCP tools, additive options, new providers.
- Major (x.0.0) — tool renames / removals, on-disk schema migration, anything that requires you to update your client config. Always with a migration note in this changelog.