vexp-cli 2.7.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,6 +20,7 @@ vexp index # builds the local graph — no login, no API key
20
20
 
21
21
  Your AI agent burns most of its budget exploring your repo before writing a line of code. It reads entire files, floods its context window, and still misses the one function that mattered. vexp fixes the input **and** the output:
22
22
 
23
+ - **📉 The whole session costs less (new in 3.0).** Tuned on full agent sessions against the same agent without vexp, on tasks the tuning never saw: **more tasks resolved (24/25 vs 22/25), 13% less context replay, 8% lower session cost — 20% lower on long sessions.** The turn-zero orientation now carries up to 3× more evidence, and everything that could add a turn to your session is opt-in (`vexp setup --interventions`): by default vexp only subtracts.
23
24
  - **⚡ 87% fewer tokens per call.** vexp returns ranked pivot files with exact line ranges and blast radius — not whole files. Measured on real usage, not a synthetic benchmark.
24
25
  - **🔍 Verifies the work (new in 2.5).** When your agent declares a task done, `verify_done` reports what's provably broken or missing — broken imports, parse errors, dependents never updated — each with file and line. No model grades anything; it's git + tree-sitter + the code graph.
25
26
  - **🛡️ Shield scan (new in 2.5).** `vexp shield scan` shows the emails, API keys, tokens and private keys sitting in your comments and strings that every AI agent currently reads. Local, deterministic, masked.