Updates

Changelog

New features, improvements, and fixes.

v1.1.1February 21, 2026Latest

Cross-repo, meet your IDE

Cross-repo queries go live. A new VS Code sidebar brings the graph into your editor.

Cross-repo queries are live Context capsules, impact graphs, and logic flow searches now resolve symbols across repository boundaries. One query spans your entire stack — frontend, backend, and infra.
VS Code sidebar panel Real-time daemon status, index statistics, per-repo cards, and quick actions — Force Re-index, Generate Capsule, Add Repository, View Logs — all without leaving the editor.
CodeLens on exports Every exported symbol shows its dependent count inline: "12 dependents across 4 files". Know the blast radius before you refactor.
Hover impact data Hover over any exported declaration to see dependents, cross-repo references, and top callers — without running a single command.
All 12 agent configs updated Multi-repo documentation added to every agent template, from Claude Code's full CLAUDE.md to Cursor's compact rules file.
Smarter capsule ranking File-path detection, churn-based scoring, and path priority boosting deliver more relevant results with fewer tokens.
v1.1.0February 20, 2026

Six new languages, one smarter engine

From 6 to 12 languages. Plus intent detection, hybrid search, and the LSP bridge.

6 new languages Java, C#, C, C++, Ruby, and Bash join TypeScript, JavaScript, Python, Go, and Rust. Full class, method, and interface extraction for each.
Intent detection vexp reads your prompt and adapts. "fix bug" activates debug mode and follows error paths. "refactor" shows blast radius. "add feature" prioritizes modification targets.
Hybrid search Combines full-text search, TF-IDF semantic similarity, and graph centrality scoring. Finds validateCredentials when you search "authentication".
LSP Bridge VS Code captures type-resolved call edges from the Language Server and feeds them into the dependency graph. Higher confidence, zero configuration.
New MCP tool: submit_lsp_edges Dedicated tool for IDE-level call edge submission. 7 MCP tools total.
Claude Code stdio transport Switched from HTTP to stdio transport, eliminating "Session not found" errors. Rock-solid, zero-config connection.
Context feedback loop Repeated queries with similar terms automatically expand the result budget, giving you deeper context on the second pass.
v1.0.10February 2026

The foundation

The initial stable release — graph-powered context for AI coding agents.

Core context engine tree-sitter parsing, AST dependency graph, SQLite index, and token-efficient context capsules with 65-70% token reduction.
5 languages at launch TypeScript, JavaScript, Python, Go, and Rust with full function, class, and type extraction.
6 MCP tools get_context_capsule, get_impact_graph, search_logic_flow, get_skeleton, index_status, and workspace_setup.
Auto-configuration for 12 agents One command detects your AI agent and writes the config file. Claude Code, Cursor, Windsurf, Copilot, and 8 more.
Git-native index The .vexp/index.db is committed to git. Clone a repo and the index is ready — no waiting for a full re-index.