Skip to content

Commit e543784

Browse files
Copilotlpcox
andauthored
secret-digger-claude: switch to Haiku, lower max-turns to 4 (#1956)
* Initial plan * Optimize Secret Digger Claude: switch to Haiku model, reduce max-turns to 4 - Add GH_AW_MODEL_AGENT_CLAUDE env override to use claude-haiku-4-5-20251001 (workflow-scoped, does not affect other Claude workflows) - Reduce max-turns from 8 to 4 (actual usage is always 3 turns) - Recompile lock file to reflect these changes Expected impact: -96% cost/run ($0.51 → ~$0.018) Agent-Logs-Url: https://github.com/github/gh-aw-firewall/sessions/b2159c34-4a33-4d0d-a898-469353139ffd Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
1 parent b3edfa0 commit e543784

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/workflows/secret-digger-claude.lock.yml

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/secret-digger-claude.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ permissions:
1010
pull-requests: read
1111
engine:
1212
id: claude
13-
max-turns: 8
13+
max-turns: 4
1414
env:
1515
BASH_DEFAULT_TIMEOUT_MS: "1800000" # 30 minutes for bash commands
1616
BASH_MAX_TIMEOUT_MS: "1800000" # 30 minutes max timeout
17+
GH_AW_MODEL_AGENT_CLAUDE: "claude-haiku-4-5-20251001"
1718
imports:
1819
- shared/secret-audit.md
1920
- shared/version-reporting.md

0 commit comments

Comments
 (0)