Skip to content

Releases: devr-tools/codeguard

v0.8.1

Choose a tag to compare

@alxxjohn alxxjohn released this 03 Jul 18:29
047983b

0.8.1 (2026-07-03)

Bug Fixes

  • release: disable PyPI attestations for reusable-workflow publish (28a147d)

v0.8.0

Choose a tag to compare

@alxxjohn alxxjohn released this 03 Jul 17:51
927fce0

0.8.0 (2026-07-03)

Features

  • packaging: publish codeguard to npm and PyPI (6a03f0e)
  • packaging: publish codeguard to npm and PyPI (#29) (bf39a7a)

v0.7.0

Choose a tag to compare

@alxxjohn alxxjohn released this 02 Jul 20:57
d753f07

0.7.0 (2026-07-02)

Features

  • cli: add What's New banner and task-grouped menu (c1df999)
  • cli: What's New banner and task-grouped menu (#21) (45e56f7)
  • execute checks-improvement plan tiers 1-6 (733862f)
  • parsers: tree-sitter TypeScript engine behind parsers.treesitter flag (5d09161)

Bug Fixes

  • ci: extract version from var Number in homebrew validation (01d7a24)
  • ci: extract version from var Number in homebrew validation (#23) (ec21f3b)
  • version: make Number a var so ldflags injection works (6b1ccad)

Performance Improvements

  • scan: parse/read files once, parallelize sections, scope cache (d181a4f)
  • scan: parse/read files once, parallelize sections, scope cache (#24) (c79d9ec)

v0.6.1

Choose a tag to compare

@alxxjohn alxxjohn released this 01 Jul 01:31
dd2d12d

0.6.1 (2026-07-01)

Bug Fixes

  • security: harden untrusted-input handling and wire lint cleanup (34c7f87)

v0.6.0

Choose a tag to compare

@alxxjohn alxxjohn released this 30 Jun 18:04
89bf127

0.6.0 (2026-06-30)

Features

  • security: hardcoded secret/credential detection + git-history scan (f2f6c61)
  • security: hardcoded secret/credential detection + git-history scan (#17) (c1afab7)

Bug Fixes

  • security: anchor Slack webhook regex to satisfy CodeQL (52de05a)

v0.5.0

Choose a tag to compare

@alxxjohn alxxjohn released this 19 Jun 01:07
fee3ff2

0.5.0 (2026-06-19)

Features

  • mcp server features (2efd47c)
  • mcp: HTTP transport, Devin pack, verified fix, sampling/roots (#15) (44de1bb)
  • mcp: HTTP transport, Devin pack, verified fix, sampling/roots, streaming (0bfab1d)

v0.4.0

Choose a tag to compare

@alxxjohn alxxjohn released this 18 Jun 17:28
318d44a

0.4.0 (2026-06-18)

Features

  • add OWASP-aware security metadata, trust-policy enforcement (#10) (358d4ba)
  • feat: add OWASP-aware security metadata, trust-policy enforcement, and quality-check cleanup (9111a58)
  • fix cd push security updates (685a3ff)

v0.3.0

Choose a tag to compare

@alxxjohn alxxjohn released this 17 Jun 20:19
95bc32e

0.3.0 (2026-06-17)

Features

  • add supply chain policies, semantic review, and AI change risk (9b2dc1f)
  • add supply chain policies, semantic review, and AI change risk (#8) (3ae9728)

v0.2.0

Choose a tag to compare

@alxxjohn alxxjohn released this 16 Jun 16:37
0e78e7b

0.2.0 (2026-06-16)

Features

  • codeguard v0.2.0 expands the product from a focused repo scanner into a broader review layer for code quality, architecture, contracts, CI hygiene, and AI-assisted review workflows.
  • Adds a new contracts check family covering Go API drift, OpenAPI changes, protobuf compatibility, and migration review.
  • Deepens the native analysis engine with stronger pure-Go parsing across TypeScript, Python, and other C-like languages.
  • Extends security coverage with Go, Python, and cross-module TypeScript taint analysis.
  • Introduces more design and maintainability signals, including dependency-graph analysis, god-module detection, and change-impact artifacts.
  • Strengthens quality enforcement with coverage-delta gating, assertion-quality checks, and broader performance and AI-quality heuristics.
  • Adds AI runtime improvements including Anthropic provider support, retry handling, natural-language rule verdict caching, and verified fix-generation templates.

(1406bd5)