Skip to content

Commit 0369c87

Browse files
Gkrumbach07claude
andauthored
fix: set explicit model in CI workflows (#879)
## Summary - Added `model: claude-sonnet-4-5` to all `ambient-action` usages in CI workflows - Affected workflows: `pr-fixer.yml`, `pr-merge-review.yml`, `feedback-loop.yml` - Prevents 400 errors from the backend rejecting the invalid default model `"sonnet"` ## Test plan - [ ] PR fixer workflow creates sessions successfully - [ ] Feedback loop workflow creates sessions successfully 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3ee06fd commit 0369c87

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/feedback-loop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
repos: ${{ steps.config.outputs.repos }}
167167
labels: ${{ steps.config.outputs.labels }}
168168
environment-variables: ${{ steps.config.outputs.environment-variables }}
169+
model: claude-sonnet-4-5
169170

170171
- name: Session summary
171172
if: always()

.github/workflows/pr-fixer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
[{"url": "https://github.com/${{ github.repository }}", "branch": "main"}]
8585
workflow: >-
8686
{"gitUrl": "https://github.com/ambient-code/workflows", "branch": "main", "path": "internal-workflows/pr-fixer"}
87+
model: claude-sonnet-4-5
8788
wait: 'true'
8889
timeout: '25'
8990

@@ -193,6 +194,7 @@ jobs:
193194
[{"url": "https://github.com/${{ github.repository }}", "branch": "main"}]
194195
workflow: >-
195196
{"gitUrl": "https://github.com/ambient-code/workflows", "branch": "main", "path": "internal-workflows/pr-fixer"}
197+
model: claude-sonnet-4-5
196198
wait: 'false'
197199

198200
- name: Session summary

.github/workflows/pr-merge-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
[{"url": "https://github.com/${{ github.repository }}", "branch": "main"}]
3232
workflow: >-
3333
{"gitUrl": "https://github.com/ambient-code/workflows", "branch": "main", "path": "internal-workflows/pr-overview"}
34+
model: claude-sonnet-4-5
3435
wait: 'true'
3536
timeout: '10'
3637

0 commit comments

Comments
 (0)