Introducing the vexp SDK. Plus license reliability.
The engine behind the extension and CLI is now available as a self-hosted SDK — code intelligence as machine-to-machine infrastructure for your agents, PR bots, and pipelines across hundreds of repositories. This release also sharpens context retrieval and call-graph completeness for everyone, and lands the license-token reliability fixes from the 2.0.33 line.
vexp SDK — code intelligence as infrastructure — The same engine, exposed for automation: a self-hosted, machine-to-machine gateway that serves type-accurate context and cross-repo blast-radius over a simple REST API, with Python and TypeScript clients. Built for coding agents, PR review, and incident triage at fleet scale, on your own infrastructure — your code never leaves your network. Details at vexp.dev/sdk.
Sharper retrieval for multi-word queries — Natural-language and multi-word searches now line up better with compound identifiers — PascalCase and snake_case names whose parts are spread across your query surface more reliably as the top pivots, so context capsules land on the right symbol more often. Existing indexes pick this up automatically on the first open after upgrading.
Fuller call graphs and blast-radius — The indexer reconciles more call edges when it builds the graph, so get_impact_graph and search_logic_flow return more complete callers and callees and a refactor blast-radius reflects more of the real connections — visible after the next reindex.
Impact and ranking refresh after every edit — Call edges and ranking signals are now recomputed after each batch of indexed changes, so impact analysis and search stay current as you work instead of lagging until a full reindex.
Activation clears a stale refresh token — Activating a license now clears any leftover short-lived refresh token first, so a re-activation or a plan change takes effect immediately instead of being shadowed by a cached token from the previous state.
Plan changes persist the new server token — When your plan changes, the server-issued long-lived token is now persisted on the spot, so the new node and repo caps apply across VS Code and the CLI without waiting for the next refresh cycle.