Review & Explore
CodeVetter now has a native, read-only repository browser alongside its verification evidence.
- Paste a GitHub repository, PR, commit, branch, or file URL and browse source pinned to its resolved revision.
- Review unified or split diffs, switch base/head and full-file views, and follow findings or runtime evidence to exact source locations.
- Explore the file tree, use Cmd+P and code search, and follow source-linked Unpack context beside the code.
- Navigate JavaScript/TypeScript definitions and references through the bundled, sandboxed native language server.
Opening a repository does not install dependencies or execute repository code. Semantic navigation currently covers admitted JavaScript/TypeScript source and configuration; external dependency packages are excluded.
This release also fixes native window sizing, preserves File → Open Repository in the new browser, hardens runtime-location parsing, and patches vulnerable tooling dependencies.
What's Changed
- docs: scope updater claims to verified behavior by @sarthakagrawal927 in #279
- feat: pinned read-only repository navigation engine by @sarthakagrawal927 in #286
- feat: ship native Review and Explore in v1.14.0 by @sarthakagrawal927 in #287
Full Changelog: v1.13.9...v1.14.0