diff --git a/CHANGELOG.md b/CHANGELOG.md index 716c5591..00456385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,3 +92,4 @@ - `0.5.16` Security fixes. Increase analysis request timeout. Add CLI reference docs and refresh JSON output docs. - `0.5.17` Introduce support for async analysis. Security fixes related to dependencies. - `0.6.0` Introduce risk-based MCP server and skill analysis with scored findings, updated scan output, and dedicated risk and operational-failure controls. Continue documenting and supporting the v0.5.x experience during the transition. Add `--push-key` and `--machine-id` flags (replacing the deprecated `--control-server-H x-client-id` and `--control-identifier`), `--config-file` to load CLI arguments from a YAML file (precedence: code defaults < config file < explicit CLI flags), and `--show-analysis-results` to force synchronous analysis so push-key scans display results. Retry transient async-analysis config and submission failures with exponential backoff. +- `0.6.1` Add Agent Guard MCP server discovery during hook installation and at Claude Code, Cursor, and Codex session starts, including project-scoped configurations. Introduce explicit machine identities for hook events, with temporary installation fallbacks for machine identity and the Agent Scan executable. Fix OpenCode MCP configuration discovery for explicit paths and project `.opencode` directories. Reduce skill secret-redaction CPU usage through cached detection and faster filtering. Clarify Agent Scan installation instructions. diff --git a/pyproject.toml b/pyproject.toml index 2476cf8e..3d8919e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snyk-agent-scan" -version = "0.6.0" +version = "0.6.1" description = "Agent supply chain security scanner." readme = "README.md" license = {text = "Apache-2.0"} diff --git a/uv.lock b/uv.lock index 7559ff46..656cab7c 100644 --- a/uv.lock +++ b/uv.lock @@ -2066,7 +2066,7 @@ wheels = [ [[package]] name = "snyk-agent-scan" -version = "0.6.0" +version = "0.6.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },