Skip to content

CodeVetter v1.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Sep 05:36
8102a3b

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

Full Changelog: v1.13.9...v1.14.0