v0.8.0
Predictive Debugger 0.8.0 adds dependency mapping and installation through npm.
- Run the MCP server with
npx -y predictive-debugger@latest, without cloning or building the source.--versionand--helpare available. - Use
map_dependenciesfor imports, reverse imports and connected test files, with source-line evidence and explicit coverage limits. - Predictions resolve more wildcard exports, forwarded imports, constructors and large class/object members.
- Benchmark reports and graphs now use v0.8.0. The measured candidate identified 51/51 planted bug trials with no false alarms. Broader dependency evidence used 3% more total tokens than v0.7.1. These are development cases, not a held-out accuracy estimate; cache differences prevent a monetary savings claim. Results and accounting.
Requires Node.js 22 or later and a supported Claude Code, Codex or Copilot CLI already installed and signed in. The VS Code extension remains an unfinished preview.
npx -y predictive-debugger@0.8.0 --versionAgent setup · Changelog · Release build and benchmark hashes
Validation: 240 tests passed on Windows, the production six-tool MCP smoke check passed, and the npm publish dry run verified an isolated offline npx installation and the packaged Python helper. The GitHub CI matrix covers Windows, macOS and Linux on Node 22 and 24.