You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated CLI/MCP version check detected updates for 3 tools. Constants were bumped in pkg/constants/version_constants.go, make fmt and make recompile were run (294/294 workflows compiled successfully, twice — no digest pins required refreshing), and all changes verified with git status.
All 8 static-analysis Docker images (Actionlint, Syft, Grype, Grant, Zizmor, Poutine, RunnerGuard, Yamllint) were re-verified directly against their registries: versions and digests are unchanged from pkg/cli/docker_images.go, so no Docker image edits were needed this run.
Claude Code CLI: 2.1.245 → 2.1.246
Constant: DefaultClaudeCodeVersion in pkg/constants/version_constants.go
Patch release. No public changelog/repository is available for Claude Code; version bump sourced from npm view @anthropic-ai/claude-code version.
Risk: Low
GitHub MCP Server: v1.10.1 → v1.11.0
Constant: DefaultGitHubMCPServerVersion in pkg/constants/version_constants.go
Digest: this constant is tag-only (no @sha256 pin) in generated lock files — make recompile run twice confirmed zero additional diff on the second pass.
Full changelog (mostly maintenance/testing; expand for details)
Numerous debug-logging additions and test-coverage PRs across server middleware, launcher, config, and enclave code (github-actions[bot] automated PRs)
Internal workflow upgrades to gh-aw v0.87.1 → v0.87.4
Risk: Low — the only breaking item (deprecated DIFC resource removal) is not part of the interface gh-aw currently depends on; remaining changes are fixes, tests, and internal maintenance.
Summary
Automated CLI/MCP version check detected updates for 3 tools. Constants were bumped in
pkg/constants/version_constants.go,make fmtandmake recompilewere run (294/294 workflows compiled successfully, twice — no digest pins required refreshing), and all changes verified withgit status.All 8 static-analysis Docker images (Actionlint, Syft, Grype, Grant, Zizmor, Poutine, RunnerGuard, Yamllint) were re-verified directly against their registries: versions and digests are unchanged from
pkg/cli/docker_images.go, so no Docker image edits were needed this run.Claude Code CLI: 2.1.245 → 2.1.246
DefaultClaudeCodeVersioninpkg/constants/version_constants.gonpm view @anthropic-ai/claude-code version.GitHub MCP Server: v1.10.1 → v1.11.0
DefaultGitHubMCPServerVersioninpkg/constants/version_constants.goFeatures
--authorization-serverflag to override the OAuth AS URL — feat(http): add --authorization-server flag to override OAuth AS URL github-mcp-server#2900Fixes
Security
Performance / Maintenance
76b3162tofabbf1cgithub-mcp-server#3154Breaking Changes
None explicitly flagged. The root-command rename ([q] Fix invalid network configuration in dictation-prompt workflow #2998) could in theory affect scripts hardcoding the binary/command name, but this is not called out as breaking in the release notes.
Risk: Low — no breaking changes identified; adds new OAuth flag and tightens per-call scopes (net security improvement).
MCP Gateway (gh-aw-mcpg): v0.4.10 → v0.4.11
DefaultMCPGatewayVersioninpkg/constants/version_constants.gosandbox.agentcontainer image (ghcr.io/github/gh-aw-mcpg)@sha256pin) in generated lock files —make recompilerun twice confirmed zero additional diff on the second pass.Full changelog (mostly maintenance/testing; expand for details)
Breaking Changes
Features
Fixes
OWNERfield-name constant — [Repo Assist] fix(rust-guard): use field_names::OWNER constant in owner_type_from_repo_object gh-aw-mcpg#11627Maintenance
Unchanged (verified, no action needed)
npm view @github/copilot versionnpm view @openai/codex versionnpm view @playwright/mcp versionnpm view @playwright/cli versionnpm view @earendil-works/pi-coding-agent versionDocker images (all unchanged, version + digest verified against registries)
Verification performed
pkg/constants/version_constants.go: 3 constants edited (DefaultClaudeCodeVersion,DefaultGitHubMCPServerVersion,DefaultMCPGatewayVersion)make fmt: Go and JS formatting succeeded (fmt-json failed on an unrelated pre-existing sandbox permissions issue, not caused by this change)make recompile(run twice, in foreground): 294/294 workflows compiled successfully both times; second pass produced no additional diffgit status: onlypkg/constants/version_constants.goand the 294 regenerated.lock.ymlfiles changed