From 35505ba350f36c5cd3cc7f9dbaf88c3d722446f5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:21:29 +0000 Subject: [PATCH 1/4] Initial plan From e86e4dea48e8adbe41cd12ad463d57d7c734d143 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:25:45 +0000 Subject: [PATCH 2/4] Initial plan for updating Claude Code to 2.0.76 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/agent-performance-analyzer.lock.yml | 4 +--- .github/workflows/campaign-manager.lock.yml | 4 +--- .github/workflows/daily-file-diet.lock.yml | 4 +--- .github/workflows/daily-firewall-report.lock.yml | 4 +--- .github/workflows/deep-report.lock.yml | 4 +--- .github/workflows/human-ai-collaboration.lock.yml | 4 +--- .github/workflows/incident-response.lock.yml | 4 +--- .github/workflows/intelligence.lock.yml | 4 +--- .github/workflows/org-wide-rollout.lock.yml | 4 +--- .github/workflows/poem-bot.lock.yml | 4 +--- .github/workflows/security-compliance.lock.yml | 4 +--- .github/workflows/spec-kit-execute.lock.yml | 4 +--- .github/workflows/spec-kit-executor.lock.yml | 4 +--- .github/workflows/workflow-health-manager.lock.yml | 4 +--- 14 files changed, 14 insertions(+), 42 deletions(-) diff --git a/.github/workflows/agent-performance-analyzer.lock.yml b/.github/workflows/agent-performance-analyzer.lock.yml index 9f351929420..c5f4ada5de6 100644 --- a/.github/workflows/agent-performance-analyzer.lock.yml +++ b/.github/workflows/agent-performance-analyzer.lock.yml @@ -6862,9 +6862,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/campaign-manager.lock.yml b/.github/workflows/campaign-manager.lock.yml index f1b19b5c680..2734ebaaaf5 100644 --- a/.github/workflows/campaign-manager.lock.yml +++ b/.github/workflows/campaign-manager.lock.yml @@ -6730,9 +6730,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/daily-file-diet.lock.yml b/.github/workflows/daily-file-diet.lock.yml index 1505b340ea4..cacc4410f6d 100644 --- a/.github/workflows/daily-file-diet.lock.yml +++ b/.github/workflows/daily-file-diet.lock.yml @@ -7250,9 +7250,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/daily-firewall-report.lock.yml b/.github/workflows/daily-firewall-report.lock.yml index 2d9108d12b9..e20ee15cae3 100644 --- a/.github/workflows/daily-firewall-report.lock.yml +++ b/.github/workflows/daily-firewall-report.lock.yml @@ -6573,9 +6573,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/deep-report.lock.yml b/.github/workflows/deep-report.lock.yml index 3bc3d426a89..f750ab52b5f 100644 --- a/.github/workflows/deep-report.lock.yml +++ b/.github/workflows/deep-report.lock.yml @@ -6615,9 +6615,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/human-ai-collaboration.lock.yml b/.github/workflows/human-ai-collaboration.lock.yml index a17338748b3..cd4066897f6 100644 --- a/.github/workflows/human-ai-collaboration.lock.yml +++ b/.github/workflows/human-ai-collaboration.lock.yml @@ -6582,9 +6582,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/incident-response.lock.yml b/.github/workflows/incident-response.lock.yml index 760e8596c61..9cae55e35f1 100644 --- a/.github/workflows/incident-response.lock.yml +++ b/.github/workflows/incident-response.lock.yml @@ -6740,9 +6740,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/intelligence.lock.yml b/.github/workflows/intelligence.lock.yml index a0f6f83f2f2..9abec06d44b 100644 --- a/.github/workflows/intelligence.lock.yml +++ b/.github/workflows/intelligence.lock.yml @@ -7275,9 +7275,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/org-wide-rollout.lock.yml b/.github/workflows/org-wide-rollout.lock.yml index 38649457ffe..48d0ba69077 100644 --- a/.github/workflows/org-wide-rollout.lock.yml +++ b/.github/workflows/org-wide-rollout.lock.yml @@ -6768,9 +6768,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/poem-bot.lock.yml b/.github/workflows/poem-bot.lock.yml index 09cf8d3eb9b..8de051af14b 100644 --- a/.github/workflows/poem-bot.lock.yml +++ b/.github/workflows/poem-bot.lock.yml @@ -7195,9 +7195,7 @@ jobs: core.summary.addRaw(summaryContent); await core.summary.write(); } - main().catch(error => { - core.setFailed(error instanceof Error ? error.message : String(error)); - }); + module.exports = { main }; update_cache_memory: needs: diff --git a/.github/workflows/security-compliance.lock.yml b/.github/workflows/security-compliance.lock.yml index f9886e0ded6..c87a1392b0f 100644 --- a/.github/workflows/security-compliance.lock.yml +++ b/.github/workflows/security-compliance.lock.yml @@ -6402,9 +6402,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/spec-kit-execute.lock.yml b/.github/workflows/spec-kit-execute.lock.yml index ee704676ca4..fcc6a32463f 100644 --- a/.github/workflows/spec-kit-execute.lock.yml +++ b/.github/workflows/spec-kit-execute.lock.yml @@ -6520,9 +6520,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/spec-kit-executor.lock.yml b/.github/workflows/spec-kit-executor.lock.yml index 5c407bee233..e59fde7917c 100644 --- a/.github/workflows/spec-kit-executor.lock.yml +++ b/.github/workflows/spec-kit-executor.lock.yml @@ -6395,9 +6395,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: diff --git a/.github/workflows/workflow-health-manager.lock.yml b/.github/workflows/workflow-health-manager.lock.yml index 8d95012ef69..5bf0252e808 100644 --- a/.github/workflows/workflow-health-manager.lock.yml +++ b/.github/workflows/workflow-health-manager.lock.yml @@ -6716,9 +6716,7 @@ jobs: return; } } - main().catch(error => { - core.setFailed(`Unexpected error: ${error instanceof Error ? error.message : String(error)}`); - }); + module.exports = { main }; safe_outputs: needs: From 40fc5f7c5c9bb14572f4513a3034b340f3313a2b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:27:49 +0000 Subject: [PATCH 3/4] Update Claude Code version to 2.0.76 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/audit-workflows.lock.yml | 6 +++--- .github/workflows/blog-auditor.lock.yml | 6 +++--- .github/workflows/cli-version-checker.lock.yml | 6 +++--- .github/workflows/cloclo.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-choice-test.lock.yml | 6 +++--- .github/workflows/daily-code-metrics.lock.yml | 6 +++--- .github/workflows/daily-doc-updater.lock.yml | 6 +++--- .github/workflows/daily-multi-device-docs-tester.lock.yml | 6 +++--- .github/workflows/developer-docs-consolidator.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/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-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 | 2 +- pkg/constants/constants_test.go | 2 +- 33 files changed, 95 insertions(+), 95 deletions(-) diff --git a/.github/workflows/audit-workflows.lock.yml b/.github/workflows/audit-workflows.lock.yml index c15265d2a88..abb48677f0c 100644 --- a/.github/workflows/audit-workflows.lock.yml +++ b/.github/workflows/audit-workflows.lock.yml @@ -237,7 +237,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1841,7 +1841,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Agentic Workflow Audit Agent", experimental: true, supports_tools_allowlist: true, @@ -5816,7 +5816,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 d7d8d664479..3840818488e 100644 --- a/.github/workflows/blog-auditor.lock.yml +++ b/.github/workflows/blog-auditor.lock.yml @@ -174,7 +174,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1764,7 +1764,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Blog Auditor", experimental: true, supports_tools_allowlist: true, @@ -5752,7 +5752,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/cli-version-checker.lock.yml b/.github/workflows/cli-version-checker.lock.yml index 8960d5aeea9..58c6ee4b7e0 100644 --- a/.github/workflows/cli-version-checker.lock.yml +++ b/.github/workflows/cli-version-checker.lock.yml @@ -188,7 +188,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1780,7 +1780,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "CLI Version Checker", experimental: true, supports_tools_allowlist: true, @@ -5818,7 +5818,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 daeb66b7c27..7ab9488a17c 100644 --- a/.github/workflows/cloclo.lock.yml +++ b/.github/workflows/cloclo.lock.yml @@ -285,7 +285,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1938,7 +1938,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "/cloclo", experimental: true, supports_tools_allowlist: true, @@ -6000,7 +6000,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/commit-changes-analyzer.lock.yml b/.github/workflows/commit-changes-analyzer.lock.yml index 523d08a8828..33548316cba 100644 --- a/.github/workflows/commit-changes-analyzer.lock.yml +++ b/.github/workflows/commit-changes-analyzer.lock.yml @@ -176,7 +176,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1747,7 +1747,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Commit Changes Analyzer", experimental: true, supports_tools_allowlist: true, @@ -5668,7 +5668,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 906f92530de..59729f312c8 100644 --- a/.github/workflows/copilot-agent-analysis.lock.yml +++ b/.github/workflows/copilot-agent-analysis.lock.yml @@ -197,7 +197,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1768,7 +1768,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Copilot Agent PR Analysis", experimental: true, supports_tools_allowlist: true, @@ -6062,7 +6062,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 9ba2ef5c4d3..d518a0d0af2 100644 --- a/.github/workflows/copilot-session-insights.lock.yml +++ b/.github/workflows/copilot-session-insights.lock.yml @@ -223,7 +223,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1823,7 +1823,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Copilot Session Insights", experimental: true, supports_tools_allowlist: true, @@ -6802,7 +6802,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/daily-choice-test.lock.yml b/.github/workflows/daily-choice-test.lock.yml index 6665cde82c3..56214d84f46 100644 --- a/.github/workflows/daily-choice-test.lock.yml +++ b/.github/workflows/daily-choice-test.lock.yml @@ -168,7 +168,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1687,7 +1687,7 @@ jobs: engine_name: "Claude Code", model: "claude-opus-4.5", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Daily Choice Type Test", experimental: true, supports_tools_allowlist: true, @@ -5317,7 +5317,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 80ea1670756..419a603b7ac 100644 --- a/.github/workflows/daily-code-metrics.lock.yml +++ b/.github/workflows/daily-code-metrics.lock.yml @@ -210,7 +210,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1781,7 +1781,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Daily Code Metrics and Trend Tracking Agent", experimental: true, supports_tools_allowlist: true, @@ -5551,7 +5551,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 6ccc1e77f18..1780db8b842 100644 --- a/.github/workflows/daily-doc-updater.lock.yml +++ b/.github/workflows/daily-doc-updater.lock.yml @@ -181,7 +181,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1762,7 +1762,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Daily Documentation Updater", experimental: true, supports_tools_allowlist: true, @@ -5665,7 +5665,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml index 24a4f018a50..a657ac75260 100644 --- a/.github/workflows/daily-multi-device-docs-tester.lock.yml +++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml @@ -178,7 +178,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1818,7 +1818,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Multi-Device Docs Tester", experimental: true, supports_tools_allowlist: true, @@ -5647,7 +5647,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/developer-docs-consolidator.lock.yml b/.github/workflows/developer-docs-consolidator.lock.yml index cb0000c3d0e..a7d9af6d7cf 100644 --- a/.github/workflows/developer-docs-consolidator.lock.yml +++ b/.github/workflows/developer-docs-consolidator.lock.yml @@ -199,7 +199,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1845,7 +1845,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Developer Documentation Consolidator", experimental: true, supports_tools_allowlist: true, @@ -6215,7 +6215,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/example-workflow-analyzer.lock.yml b/.github/workflows/example-workflow-analyzer.lock.yml index 2f8c2059224..3d4de13c697 100644 --- a/.github/workflows/example-workflow-analyzer.lock.yml +++ b/.github/workflows/example-workflow-analyzer.lock.yml @@ -175,7 +175,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1767,7 +1767,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Weekly Workflow Analysis", experimental: true, supports_tools_allowlist: true, @@ -5417,7 +5417,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 72b0b60e064..b5e5d716e7e 100644 --- a/.github/workflows/github-mcp-structural-analysis.lock.yml +++ b/.github/workflows/github-mcp-structural-analysis.lock.yml @@ -214,7 +214,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1814,7 +1814,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "GitHub MCP Structural Analysis", experimental: true, supports_tools_allowlist: true, @@ -6155,7 +6155,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 5ca76c411e9..274577b7d1d 100644 --- a/.github/workflows/github-mcp-tools-report.lock.yml +++ b/.github/workflows/github-mcp-tools-report.lock.yml @@ -188,7 +188,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Write Safe Outputs Config run: | mkdir -p /tmp/gh-aw/safeoutputs @@ -1782,7 +1782,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "GitHub MCP Remote Server Tools Report Generator", experimental: true, supports_tools_allowlist: true, @@ -6026,7 +6026,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 b55560c1505..e336d2d8dc1 100644 --- a/.github/workflows/go-fan.lock.yml +++ b/.github/workflows/go-fan.lock.yml @@ -197,7 +197,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1781,7 +1781,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Go Fan", experimental: true, supports_tools_allowlist: true, @@ -5809,7 +5809,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 24834ab2491..a5633abca93 100644 --- a/.github/workflows/go-logger.lock.yml +++ b/.github/workflows/go-logger.lock.yml @@ -197,7 +197,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1778,7 +1778,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Go Logger Enhancement", experimental: true, supports_tools_allowlist: true, @@ -5740,7 +5740,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 916bfe5170b..7adb16e3e77 100644 --- a/.github/workflows/go-pattern-detector.lock.yml +++ b/.github/workflows/go-pattern-detector.lock.yml @@ -176,7 +176,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1779,7 +1779,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Go Pattern Detector", experimental: true, supports_tools_allowlist: true, @@ -5610,7 +5610,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 dfc1351ade8..cc018e98d82 100644 --- a/.github/workflows/instructions-janitor.lock.yml +++ b/.github/workflows/instructions-janitor.lock.yml @@ -181,7 +181,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1762,7 +1762,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Instructions Janitor", experimental: true, supports_tools_allowlist: true, @@ -5620,7 +5620,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/lockfile-stats.lock.yml b/.github/workflows/lockfile-stats.lock.yml index e218eaca8ed..7fb1afd2510 100644 --- a/.github/workflows/lockfile-stats.lock.yml +++ b/.github/workflows/lockfile-stats.lock.yml @@ -185,7 +185,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1756,7 +1756,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Lockfile Statistics Analysis Agent", experimental: true, supports_tools_allowlist: true, @@ -5800,7 +5800,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 7e0331b9a1b..0852f1002a1 100644 --- a/.github/workflows/prompt-clustering-analysis.lock.yml +++ b/.github/workflows/prompt-clustering-analysis.lock.yml @@ -258,7 +258,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1833,7 +1833,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Copilot Agent Prompt Clustering Analysis", experimental: true, supports_tools_allowlist: true, @@ -6241,7 +6241,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 3b8200a01f7..37cabead7ee 100644 --- a/.github/workflows/safe-output-health.lock.yml +++ b/.github/workflows/safe-output-health.lock.yml @@ -210,7 +210,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1785,7 +1785,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Safe Output Health Monitor", experimental: true, supports_tools_allowlist: true, @@ -5925,7 +5925,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 3171b13e0af..906302a094e 100644 --- a/.github/workflows/schema-consistency-checker.lock.yml +++ b/.github/workflows/schema-consistency-checker.lock.yml @@ -188,7 +188,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Write Safe Outputs Config run: | mkdir -p /tmp/gh-aw/safeoutputs @@ -1720,7 +1720,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Schema Consistency Checker", experimental: true, supports_tools_allowlist: true, @@ -5736,7 +5736,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 8f66f5cf8a9..b9c55ff30a2 100644 --- a/.github/workflows/scout.lock.yml +++ b/.github/workflows/scout.lock.yml @@ -276,7 +276,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1877,7 +1877,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Scout", experimental: true, supports_tools_allowlist: true, @@ -5900,7 +5900,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 9f49b496950..924bb1040e4 100644 --- a/.github/workflows/security-fix-pr.lock.yml +++ b/.github/workflows/security-fix-pr.lock.yml @@ -189,7 +189,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1770,7 +1770,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Security Fix PR", experimental: true, supports_tools_allowlist: true, @@ -5630,7 +5630,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 9b5889487d6..266573b7822 100644 --- a/.github/workflows/semantic-function-refactor.lock.yml +++ b/.github/workflows/semantic-function-refactor.lock.yml @@ -174,7 +174,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1804,7 +1804,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Semantic Function Refactoring", experimental: true, supports_tools_allowlist: true, @@ -5940,7 +5940,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 f7da315679a..df55615b000 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -226,7 +226,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1925,7 +1925,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Smoke Claude", experimental: true, supports_tools_allowlist: true, @@ -5801,7 +5801,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/.github/workflows/smoke-detector.lock.yml b/.github/workflows/smoke-detector.lock.yml index c33846d33c1..d0d568da598 100644 --- a/.github/workflows/smoke-detector.lock.yml +++ b/.github/workflows/smoke-detector.lock.yml @@ -249,7 +249,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1881,7 +1881,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Smoke Detector - Smoke Test Failure Investigator", experimental: true, supports_tools_allowlist: true, @@ -5850,7 +5850,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 926dffcf6c6..ce15572a2bc 100644 --- a/.github/workflows/static-analysis-report.lock.yml +++ b/.github/workflows/static-analysis-report.lock.yml @@ -203,7 +203,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1778,7 +1778,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Static Analysis Report", experimental: true, supports_tools_allowlist: true, @@ -5820,7 +5820,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 1896ce4d87b..df9305151a4 100644 --- a/.github/workflows/typist.lock.yml +++ b/.github/workflows/typist.lock.yml @@ -185,7 +185,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1769,7 +1769,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Typist - Go Type Analysis", experimental: true, supports_tools_allowlist: true, @@ -5938,7 +5938,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - 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 e7dc237f53d..9a6c4892de9 100644 --- a/.github/workflows/unbloat-docs.lock.yml +++ b/.github/workflows/unbloat-docs.lock.yml @@ -233,7 +233,7 @@ jobs: which awf awf --version - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Downloading container images run: | set -e @@ -1900,7 +1900,7 @@ jobs: engine_name: "Claude Code", model: process.env.GH_AW_MODEL_AGENT_CLAUDE || "", version: "", - agent_version: "2.0.75", + agent_version: "2.0.76", workflow_name: "Documentation Unbloat", experimental: true, supports_tools_allowlist: true, @@ -5947,7 +5947,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Install Claude Code CLI - run: npm install -g --silent @anthropic-ai/claude-code@2.0.75 + run: npm install -g --silent @anthropic-ai/claude-code@2.0.76 - name: Execute Claude Code CLI id: agentic_execution # Allowed tools (sorted): diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 63b4d194fb3..1d8f3f1e0ed 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -57,7 +57,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.75" +const DefaultClaudeCodeVersion Version = "2.0.76" // DefaultCopilotVersion is the default version of the GitHub Copilot CLI. // diff --git a/pkg/constants/constants_test.go b/pkg/constants/constants_test.go index 75433d15cab..2f222a588d3 100644 --- a/pkg/constants/constants_test.go +++ b/pkg/constants/constants_test.go @@ -245,7 +245,7 @@ func TestVersionConstants(t *testing.T) { value Version expected Version }{ - {"DefaultClaudeCodeVersion", DefaultClaudeCodeVersion, "2.0.75"}, + {"DefaultClaudeCodeVersion", DefaultClaudeCodeVersion, "2.0.76"}, {"DefaultCopilotVersion", DefaultCopilotVersion, "0.0.372"}, {"DefaultCodexVersion", DefaultCodexVersion, "0.77.0"}, {"DefaultGitHubMCPServerVersion", DefaultGitHubMCPServerVersion, "v0.26.3"}, From eb13810318101f07be91279867acd7a79b89e15d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:33:23 +0000 Subject: [PATCH 4/4] Complete Claude Code 2.0.76 update with recompiled workflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/issue-classifier.lock.yml | 2 +- .github/workflows/release.lock.yml | 6 +++--- .github/workflows/stale-repo-identifier.lock.yml | 2 +- .github/workflows/super-linter.lock.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/issue-classifier.lock.yml b/.github/workflows/issue-classifier.lock.yml index 02134fb672e..44eafee6c7c 100644 --- a/.github/workflows/issue-classifier.lock.yml +++ b/.github/workflows/issue-classifier.lock.yml @@ -2204,7 +2204,7 @@ jobs: path: /tmp/gh-aw/aw_info.json if-no-files-found: warn - name: Run AI Inference - uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v1 + uses: actions/ai-inference@334892bb203895caaed82ec52d23c1ed9385151e # v2.0.4 env: GH_AW_MCP_CONFIG: /tmp/gh-aw/mcp-config/mcp-servers.json GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt diff --git a/.github/workflows/release.lock.yml b/.github/workflows/release.lock.yml index 0be3614def2..658d3b9a1d0 100644 --- a/.github/workflows/release.lock.yml +++ b/.github/workflows/release.lock.yml @@ -6017,13 +6017,13 @@ jobs: - name: Download Go modules run: go mod download - name: Generate SBOM (SPDX format) - uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.10 + uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11 with: artifact-name: sbom.spdx.json format: spdx-json output-file: sbom.spdx.json - name: Generate SBOM (CycloneDX format) - uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.10 + uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11 with: artifact-name: sbom.cdx.json format: cyclonedx-json @@ -6227,7 +6227,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Release with gh-extension-precompile - uses: cli/gh-extension-precompile@9e2237c30f869ad3bcaed6a4be2cd43564dd421b # v2 + uses: cli/gh-extension-precompile@9e2237c30f869ad3bcaed6a4be2cd43564dd421b # v2.1.0 with: build_script_override: scripts/build-release.sh go_version_file: go.mod diff --git a/.github/workflows/stale-repo-identifier.lock.yml b/.github/workflows/stale-repo-identifier.lock.yml index eee179e885b..144161022a3 100644 --- a/.github/workflows/stale-repo-identifier.lock.yml +++ b/.github/workflows/stale-repo-identifier.lock.yml @@ -174,7 +174,7 @@ jobs: ORGANIZATION: ${{ env.ORGANIZATION }} id: stale-repos name: Run stale_repos tool - uses: github/stale-repos@a21e55567b83cf3c3f3f9085d3038dc6cee02598 # v3 + uses: github/stale-repos@a21e55567b83cf3c3f3f9085d3038dc6cee02598 # v3.0.2 - env: INACTIVE_REPOS: ${{ steps.stale-repos.outputs.inactiveRepos }} name: Save stale repos output diff --git a/.github/workflows/super-linter.lock.yml b/.github/workflows/super-linter.lock.yml index 4d0e7e71fe1..52078342001 100644 --- a/.github/workflows/super-linter.lock.yml +++ b/.github/workflows/super-linter.lock.yml @@ -6146,7 +6146,7 @@ jobs: persist-credentials: false - name: Super-linter id: super-linter - uses: super-linter/super-linter@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.2.1 + uses: super-linter/super-linter@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1 env: CREATE_LOG_FILE: "true" DEFAULT_BRANCH: main