From 9870c7f74ea8a1f4cb4d38f0d1b6b9c1ff89068a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:00:34 +0000 Subject: [PATCH 1/4] Initial plan From f55c02ae2ad3b94e3348836902873949f1f56fd0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:07:13 +0000 Subject: [PATCH 2/4] Update CLI versions: Claude Code 2.0.70, Codex 0.73.0 Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/audit-workflows.lock.yml | 6 +++--- .github/workflows/blog-auditor.lock.yml | 6 +++--- .github/workflows/changeset.lock.yml | 4 ++-- .github/workflows/cli-version-checker.lock.yml | 6 +++--- .github/workflows/cloclo.lock.yml | 6 +++--- .github/workflows/close-old-discussions.lock.yml | 6 +++--- .github/workflows/commit-changes-analyzer.lock.yml | 6 +++--- .github/workflows/copilot-agent-analysis.lock.yml | 6 +++--- .github/workflows/copilot-session-insights.lock.yml | 6 +++--- .github/workflows/daily-code-metrics.lock.yml | 6 +++--- .github/workflows/daily-doc-updater.lock.yml | 6 +++--- .github/workflows/daily-fact.lock.yml | 6 +++--- .github/workflows/daily-issues-report.lock.yml | 6 +++--- .github/workflows/daily-multi-device-docs-tester.lock.yml | 6 +++--- .github/workflows/daily-performance-summary.lock.yml | 6 +++--- .github/workflows/deep-report.lock.yml | 6 +++--- .github/workflows/developer-docs-consolidator.lock.yml | 6 +++--- .github/workflows/duplicate-code-detector.lock.yml | 6 +++--- .github/workflows/example-workflow-analyzer.lock.yml | 6 +++--- .github/workflows/github-mcp-structural-analysis.lock.yml | 6 +++--- .github/workflows/github-mcp-tools-report.lock.yml | 6 +++--- .github/workflows/go-fan.lock.yml | 6 +++--- .github/workflows/go-logger.lock.yml | 6 +++--- .github/workflows/go-pattern-detector.lock.yml | 6 +++--- .github/workflows/instructions-janitor.lock.yml | 6 +++--- .github/workflows/issue-arborist.lock.yml | 6 +++--- .github/workflows/lockfile-stats.lock.yml | 6 +++--- .github/workflows/prompt-clustering-analysis.lock.yml | 6 +++--- .github/workflows/safe-output-health.lock.yml | 6 +++--- .github/workflows/schema-consistency-checker.lock.yml | 6 +++--- .github/workflows/scout.lock.yml | 6 +++--- .github/workflows/security-fix-pr.lock.yml | 6 +++--- .github/workflows/semantic-function-refactor.lock.yml | 6 +++--- .github/workflows/smoke-claude.lock.yml | 6 +++--- .github/workflows/smoke-codex.lock.yml | 6 +++--- .github/workflows/smoke-detector.lock.yml | 6 +++--- .github/workflows/static-analysis-report.lock.yml | 6 +++--- .github/workflows/typist.lock.yml | 6 +++--- .github/workflows/unbloat-docs.lock.yml | 6 +++--- pkg/constants/constants.go | 4 ++-- 40 files changed, 118 insertions(+), 118 deletions(-) diff --git a/.github/workflows/audit-workflows.lock.yml b/.github/workflows/audit-workflows.lock.yml index 797dad83e9..82b2fc798a 100644 --- a/.github/workflows/audit-workflows.lock.yml +++ b/.github/workflows/audit-workflows.lock.yml @@ -1139,7 +1139,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2846,7 +2846,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Agentic Workflow Audit Agent", experimental: true, supports_tools_allowlist: true, @@ -8611,7 +8611,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/blog-auditor.lock.yml b/.github/workflows/blog-auditor.lock.yml index b767436d81..10160df643 100644 --- a/.github/workflows/blog-auditor.lock.yml +++ b/.github/workflows/blog-auditor.lock.yml @@ -666,7 +666,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2357,7 +2357,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Blog Auditor", experimental: true, supports_tools_allowlist: true, @@ -7660,7 +7660,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/changeset.lock.yml b/.github/workflows/changeset.lock.yml index f8714c17c4..b470bba696 100644 --- a/.github/workflows/changeset.lock.yml +++ b/.github/workflows/changeset.lock.yml @@ -1331,7 +1331,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -2945,7 +2945,7 @@ jobs: engine_name: "Codex", model: "gpt-5-mini", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Changeset Generator", experimental: true, supports_tools_allowlist: true, diff --git a/.github/workflows/cli-version-checker.lock.yml b/.github/workflows/cli-version-checker.lock.yml index 2c0cde1240..39bf7f3e41 100644 --- a/.github/workflows/cli-version-checker.lock.yml +++ b/.github/workflows/cli-version-checker.lock.yml @@ -665,7 +665,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2360,7 +2360,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "CLI Version Checker", experimental: true, supports_tools_allowlist: true, @@ -7552,7 +7552,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/cloclo.lock.yml b/.github/workflows/cloclo.lock.yml index 71b0e715f2..6747810169 100644 --- a/.github/workflows/cloclo.lock.yml +++ b/.github/workflows/cloclo.lock.yml @@ -2197,7 +2197,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -3951,7 +3951,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "/cloclo", experimental: true, supports_tools_allowlist: true, @@ -9253,7 +9253,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/close-old-discussions.lock.yml b/.github/workflows/close-old-discussions.lock.yml index 26a8dede77..bcfcd963e1 100644 --- a/.github/workflows/close-old-discussions.lock.yml +++ b/.github/workflows/close-old-discussions.lock.yml @@ -663,7 +663,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -2225,7 +2225,7 @@ jobs: engine_name: "Codex", model: process.env.GH_AW_MODEL_AGENT_CODEX || "", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Close Outdated Discussions", experimental: true, supports_tools_allowlist: true, @@ -7097,7 +7097,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/commit-changes-analyzer.lock.yml b/.github/workflows/commit-changes-analyzer.lock.yml index f638638976..dde3667fdd 100644 --- a/.github/workflows/commit-changes-analyzer.lock.yml +++ b/.github/workflows/commit-changes-analyzer.lock.yml @@ -625,7 +625,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2299,7 +2299,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Commit Changes Analyzer", experimental: true, supports_tools_allowlist: true, @@ -7532,7 +7532,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/copilot-agent-analysis.lock.yml b/.github/workflows/copilot-agent-analysis.lock.yml index 23198047cd..56e87ea934 100644 --- a/.github/workflows/copilot-agent-analysis.lock.yml +++ b/.github/workflows/copilot-agent-analysis.lock.yml @@ -975,7 +975,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2649,7 +2649,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Copilot Agent PR Analysis", experimental: true, supports_tools_allowlist: true, @@ -8285,7 +8285,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/copilot-session-insights.lock.yml b/.github/workflows/copilot-session-insights.lock.yml index 3de7ffc9d7..da346bca58 100644 --- a/.github/workflows/copilot-session-insights.lock.yml +++ b/.github/workflows/copilot-session-insights.lock.yml @@ -1679,7 +1679,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -3382,7 +3382,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Copilot Session Insights", experimental: true, supports_tools_allowlist: true, @@ -9703,7 +9703,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/daily-code-metrics.lock.yml b/.github/workflows/daily-code-metrics.lock.yml index f86917ce4d..79d5391359 100644 --- a/.github/workflows/daily-code-metrics.lock.yml +++ b/.github/workflows/daily-code-metrics.lock.yml @@ -1210,7 +1210,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2884,7 +2884,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Daily Code Metrics and Trend Tracking Agent", experimental: true, supports_tools_allowlist: true, @@ -8745,7 +8745,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/daily-doc-updater.lock.yml b/.github/workflows/daily-doc-updater.lock.yml index 94ce3ce798..8ac8fdcda0 100644 --- a/.github/workflows/daily-doc-updater.lock.yml +++ b/.github/workflows/daily-doc-updater.lock.yml @@ -512,7 +512,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2196,7 +2196,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Daily Documentation Updater", experimental: true, supports_tools_allowlist: true, @@ -7386,7 +7386,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/daily-fact.lock.yml b/.github/workflows/daily-fact.lock.yml index 879279c66b..25bb55ad3c 100644 --- a/.github/workflows/daily-fact.lock.yml +++ b/.github/workflows/daily-fact.lock.yml @@ -1146,7 +1146,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -2687,7 +2687,7 @@ jobs: engine_name: "Codex", model: "gpt-5-mini", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Daily Fact About gh-aw", experimental: true, supports_tools_allowlist: true, @@ -7090,7 +7090,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/daily-issues-report.lock.yml b/.github/workflows/daily-issues-report.lock.yml index a0bec9b9c4..838b147281 100644 --- a/.github/workflows/daily-issues-report.lock.yml +++ b/.github/workflows/daily-issues-report.lock.yml @@ -1379,7 +1379,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -3022,7 +3022,7 @@ jobs: engine_name: "Codex", model: process.env.GH_AW_MODEL_AGENT_CODEX || "", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Daily Issues Report Generator", experimental: true, supports_tools_allowlist: true, @@ -9570,7 +9570,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml index c392565b4d..74eae82b83 100644 --- a/.github/workflows/daily-multi-device-docs-tester.lock.yml +++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml @@ -433,7 +433,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2174,7 +2174,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Multi-Device Docs Tester", experimental: true, supports_tools_allowlist: true, @@ -7156,7 +7156,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/daily-performance-summary.lock.yml b/.github/workflows/daily-performance-summary.lock.yml index 06c91f5600..0a212f4923 100644 --- a/.github/workflows/daily-performance-summary.lock.yml +++ b/.github/workflows/daily-performance-summary.lock.yml @@ -1141,7 +1141,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -4480,7 +4480,7 @@ jobs: engine_name: "Codex", model: process.env.GH_AW_MODEL_AGENT_CODEX || "", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Daily Project Performance Summary Generator (Using Safe Inputs)", experimental: true, supports_tools_allowlist: true, @@ -10810,7 +10810,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/deep-report.lock.yml b/.github/workflows/deep-report.lock.yml index 5f999f5585..b1a66e3de4 100644 --- a/.github/workflows/deep-report.lock.yml +++ b/.github/workflows/deep-report.lock.yml @@ -915,7 +915,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -2504,7 +2504,7 @@ jobs: engine_name: "Codex", model: process.env.GH_AW_MODEL_AGENT_CODEX || "", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "DeepReport - Intelligence Gathering Agent", experimental: true, supports_tools_allowlist: true, @@ -8077,7 +8077,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/developer-docs-consolidator.lock.yml b/.github/workflows/developer-docs-consolidator.lock.yml index 865847fc9f..ade452551c 100644 --- a/.github/workflows/developer-docs-consolidator.lock.yml +++ b/.github/workflows/developer-docs-consolidator.lock.yml @@ -1033,7 +1033,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2782,7 +2782,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Developer Documentation Consolidator", experimental: true, supports_tools_allowlist: true, @@ -9202,7 +9202,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/duplicate-code-detector.lock.yml b/.github/workflows/duplicate-code-detector.lock.yml index fa53187ee8..ad191e7868 100644 --- a/.github/workflows/duplicate-code-detector.lock.yml +++ b/.github/workflows/duplicate-code-detector.lock.yml @@ -543,7 +543,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -2134,7 +2134,7 @@ jobs: engine_name: "Codex", model: process.env.GH_AW_MODEL_AGENT_CODEX || "", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Duplicate Code Detector", experimental: true, supports_tools_allowlist: true, @@ -7749,7 +7749,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/example-workflow-analyzer.lock.yml b/.github/workflows/example-workflow-analyzer.lock.yml index 5cb7e6109d..a6d1dad2a5 100644 --- a/.github/workflows/example-workflow-analyzer.lock.yml +++ b/.github/workflows/example-workflow-analyzer.lock.yml @@ -416,7 +416,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2111,7 +2111,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Weekly Workflow Analysis", experimental: true, supports_tools_allowlist: true, @@ -7047,7 +7047,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/github-mcp-structural-analysis.lock.yml b/.github/workflows/github-mcp-structural-analysis.lock.yml index 0941bf057f..3b0b3dbc7f 100644 --- a/.github/workflows/github-mcp-structural-analysis.lock.yml +++ b/.github/workflows/github-mcp-structural-analysis.lock.yml @@ -1032,7 +1032,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2735,7 +2735,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "GitHub MCP Structural Analysis", experimental: true, supports_tools_allowlist: true, @@ -8418,7 +8418,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/github-mcp-tools-report.lock.yml b/.github/workflows/github-mcp-tools-report.lock.yml index 39c51a9473..385d2447eb 100644 --- a/.github/workflows/github-mcp-tools-report.lock.yml +++ b/.github/workflows/github-mcp-tools-report.lock.yml @@ -885,7 +885,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2608,7 +2608,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "GitHub MCP Remote Server Tools Report Generator", experimental: true, supports_tools_allowlist: true, @@ -8953,7 +8953,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/go-fan.lock.yml b/.github/workflows/go-fan.lock.yml index f753afcc51..aa57fe6b67 100644 --- a/.github/workflows/go-fan.lock.yml +++ b/.github/workflows/go-fan.lock.yml @@ -736,7 +736,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2423,7 +2423,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Go Fan", experimental: true, supports_tools_allowlist: true, @@ -7766,7 +7766,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/go-logger.lock.yml b/.github/workflows/go-logger.lock.yml index 0ef22b8790..be7759756b 100644 --- a/.github/workflows/go-logger.lock.yml +++ b/.github/workflows/go-logger.lock.yml @@ -637,7 +637,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2321,7 +2321,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Go Logger Enhancement", experimental: true, supports_tools_allowlist: true, @@ -7490,7 +7490,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/go-pattern-detector.lock.yml b/.github/workflows/go-pattern-detector.lock.yml index 523cd50afa..4746bd2c30 100644 --- a/.github/workflows/go-pattern-detector.lock.yml +++ b/.github/workflows/go-pattern-detector.lock.yml @@ -489,7 +489,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2195,7 +2195,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Go Pattern Detector", experimental: true, supports_tools_allowlist: true, @@ -7180,7 +7180,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/instructions-janitor.lock.yml b/.github/workflows/instructions-janitor.lock.yml index cda999f400..41652fb712 100644 --- a/.github/workflows/instructions-janitor.lock.yml +++ b/.github/workflows/instructions-janitor.lock.yml @@ -506,7 +506,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2190,7 +2190,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Instructions Janitor", experimental: true, supports_tools_allowlist: true, @@ -7255,7 +7255,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/issue-arborist.lock.yml b/.github/workflows/issue-arborist.lock.yml index aa79aee14c..71b9af934a 100644 --- a/.github/workflows/issue-arborist.lock.yml +++ b/.github/workflows/issue-arborist.lock.yml @@ -592,7 +592,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -2264,7 +2264,7 @@ jobs: engine_name: "Codex", model: process.env.GH_AW_MODEL_AGENT_CODEX || "", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Issue Arborist", experimental: true, supports_tools_allowlist: true, @@ -8175,7 +8175,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/lockfile-stats.lock.yml b/.github/workflows/lockfile-stats.lock.yml index 910e5447fe..5e78bd9921 100644 --- a/.github/workflows/lockfile-stats.lock.yml +++ b/.github/workflows/lockfile-stats.lock.yml @@ -742,7 +742,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2416,7 +2416,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Lockfile Statistics Analysis Agent", experimental: true, supports_tools_allowlist: true, @@ -7773,7 +7773,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/prompt-clustering-analysis.lock.yml b/.github/workflows/prompt-clustering-analysis.lock.yml index 25c613bd61..52578fedf0 100644 --- a/.github/workflows/prompt-clustering-analysis.lock.yml +++ b/.github/workflows/prompt-clustering-analysis.lock.yml @@ -1428,7 +1428,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -3106,7 +3106,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Copilot Agent Prompt Clustering Analysis", experimental: true, supports_tools_allowlist: true, @@ -9050,7 +9050,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/safe-output-health.lock.yml b/.github/workflows/safe-output-health.lock.yml index d2f86f61f2..632083f3f6 100644 --- a/.github/workflows/safe-output-health.lock.yml +++ b/.github/workflows/safe-output-health.lock.yml @@ -868,7 +868,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2546,7 +2546,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Safe Output Health Monitor", experimental: true, supports_tools_allowlist: true, @@ -8071,7 +8071,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/schema-consistency-checker.lock.yml b/.github/workflows/schema-consistency-checker.lock.yml index 536d0c7caa..8b403d8e5a 100644 --- a/.github/workflows/schema-consistency-checker.lock.yml +++ b/.github/workflows/schema-consistency-checker.lock.yml @@ -755,7 +755,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2416,7 +2416,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Schema Consistency Checker", experimental: true, supports_tools_allowlist: true, @@ -7718,7 +7718,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/scout.lock.yml b/.github/workflows/scout.lock.yml index bb0c8ccc5b..1194af1f6e 100644 --- a/.github/workflows/scout.lock.yml +++ b/.github/workflows/scout.lock.yml @@ -2259,7 +2259,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -3963,7 +3963,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Scout", experimental: true, supports_tools_allowlist: true, @@ -8580,7 +8580,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/security-fix-pr.lock.yml b/.github/workflows/security-fix-pr.lock.yml index 7a67e53241..cb0ab4f289 100644 --- a/.github/workflows/security-fix-pr.lock.yml +++ b/.github/workflows/security-fix-pr.lock.yml @@ -484,7 +484,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2168,7 +2168,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Security Fix PR", experimental: true, supports_tools_allowlist: true, @@ -7314,7 +7314,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/semantic-function-refactor.lock.yml b/.github/workflows/semantic-function-refactor.lock.yml index 0c00fce6b7..b95d0a71f2 100644 --- a/.github/workflows/semantic-function-refactor.lock.yml +++ b/.github/workflows/semantic-function-refactor.lock.yml @@ -842,7 +842,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2575,7 +2575,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Semantic Function Refactoring", experimental: true, supports_tools_allowlist: true, @@ -8423,7 +8423,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index 039dc833c4..5448b8776e 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -2268,7 +2268,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -4068,7 +4068,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Smoke Claude", experimental: true, supports_tools_allowlist: true, @@ -9101,7 +9101,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index d6b9f7ef4f..57ef344ce9 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -2152,7 +2152,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Downloading container images run: | set -e @@ -3863,7 +3863,7 @@ jobs: engine_name: "Codex", model: process.env.GH_AW_MODEL_AGENT_CODEX || "", version: "", - agent_version: "0.72.0", + agent_version: "0.73.0", workflow_name: "Smoke Codex", experimental: true, supports_tools_allowlist: true, @@ -8914,7 +8914,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Codex - run: npm install -g @openai/codex@0.72.0 + run: npm install -g @openai/codex@0.73.0 - name: Run Codex run: | set -o pipefail diff --git a/.github/workflows/smoke-detector.lock.yml b/.github/workflows/smoke-detector.lock.yml index 9c58efcadc..1e66f54f6b 100644 --- a/.github/workflows/smoke-detector.lock.yml +++ b/.github/workflows/smoke-detector.lock.yml @@ -1918,7 +1918,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -3653,7 +3653,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Smoke Detector - Smoke Test Failure Investigator", experimental: true, supports_tools_allowlist: true, @@ -8846,7 +8846,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/static-analysis-report.lock.yml b/.github/workflows/static-analysis-report.lock.yml index dbb5be31ee..fcf63c1b43 100644 --- a/.github/workflows/static-analysis-report.lock.yml +++ b/.github/workflows/static-analysis-report.lock.yml @@ -777,7 +777,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2455,7 +2455,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Static Analysis Report", experimental: true, supports_tools_allowlist: true, @@ -7810,7 +7810,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/typist.lock.yml b/.github/workflows/typist.lock.yml index 7cb231558d..bcba90626b 100644 --- a/.github/workflows/typist.lock.yml +++ b/.github/workflows/typist.lock.yml @@ -885,7 +885,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -2572,7 +2572,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Typist - Go Type Analysis", experimental: true, supports_tools_allowlist: true, @@ -8129,7 +8129,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/unbloat-docs.lock.yml b/.github/workflows/unbloat-docs.lock.yml index d6221bcbc6..c8a3df0f72 100644 --- a/.github/workflows/unbloat-docs.lock.yml +++ b/.github/workflows/unbloat-docs.lock.yml @@ -1940,7 +1940,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Generate Claude Settings run: | mkdir -p /tmp/gh-aw/.claude @@ -3708,7 +3708,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.69", + agent_version: "2.0.70", workflow_name: "Documentation Unbloat", experimental: true, supports_tools_allowlist: true, @@ -9061,7 +9061,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g @anthropic-ai/claude-code@2.0.69 + run: npm install -g @anthropic-ai/claude-code@2.0.70 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 9d4a2009e3..5d3de8974f 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -26,7 +26,7 @@ const ExpressionBreakThreshold LineLength = 100 const DefaultMCPRegistryURL = "https://api.mcp.github.com/v0" // DefaultClaudeCodeVersion is the default version of the Claude Code CLI -const DefaultClaudeCodeVersion Version = "2.0.69" +const DefaultClaudeCodeVersion Version = "2.0.70" // DefaultCopilotVersion is the default version of the GitHub Copilot CLI // WARNING: UPGRADING COPILOT CLI REQUIRES A FULL INTEGRATION TEST RUN TO ENSURE COMPATIBILITY @@ -52,7 +52,7 @@ const ( ) // DefaultCodexVersion is the default version of the OpenAI Codex CLI -const DefaultCodexVersion Version = "0.72.0" +const DefaultCodexVersion Version = "0.73.0" // DefaultGitHubMCPServerVersion is the default version of the GitHub MCP server Docker image const DefaultGitHubMCPServerVersion Version = "v0.24.1" From ef3846850d75de499fb2e53f94f6c782021f2a70 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:11:23 +0000 Subject: [PATCH 3/4] Update test expectations for new CLI versions Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- pkg/constants/constants_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/constants/constants_test.go b/pkg/constants/constants_test.go index 6e63d82d2d..ff458135b2 100644 --- a/pkg/constants/constants_test.go +++ b/pkg/constants/constants_test.go @@ -245,9 +245,9 @@ func TestVersionConstants(t *testing.T) { value Version expected Version }{ - {"DefaultClaudeCodeVersion", DefaultClaudeCodeVersion, "2.0.69"}, + {"DefaultClaudeCodeVersion", DefaultClaudeCodeVersion, "2.0.70"}, {"DefaultCopilotVersion", DefaultCopilotVersion, "0.0.369"}, - {"DefaultCodexVersion", DefaultCodexVersion, "0.72.0"}, + {"DefaultCodexVersion", DefaultCodexVersion, "0.73.0"}, {"DefaultGitHubMCPServerVersion", DefaultGitHubMCPServerVersion, "v0.24.1"}, {"DefaultFirewallVersion", DefaultFirewallVersion, "v0.6.0"}, {"DefaultPlaywrightMCPVersion", DefaultPlaywrightMCPVersion, "0.0.52"}, From 59c7022c620bdf734a9c7e492e26188624af4795 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Dec 2025 11:35:00 +0000 Subject: [PATCH 4/4] Add changeset [skip-ci] --- .changeset/patch-update-cli-versions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/patch-update-cli-versions.md diff --git a/.changeset/patch-update-cli-versions.md b/.changeset/patch-update-cli-versions.md new file mode 100644 index 0000000000..34647a2e0e --- /dev/null +++ b/.changeset/patch-update-cli-versions.md @@ -0,0 +1,11 @@ +--- +"gh-aw": patch +--- + +Bump default CLI versions: Claude Code to 2.0.70 and Codex to 0.73.0. Regenerated workflow lock files. + +This change updates the default CLI version constants and includes the regenerated +workflow lock files produced by `make recompile`. + +Fixes githubnext/gh-aw#6587 +