Commit ed28443
fix: update runner auth default model to claude-sonnet-4-6
The runner's setup_sdk_authentication() had a hardcoded fallback to
claude-sonnet-4-5 when LLM_MODEL is absent. While the operator always
populates LLM_MODEL, this leaves a cross-component default inconsistent
with models.json, sessions.go, and the ambient-api-server.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 254f4a4 commit ed28443
File tree
2 files changed
+3
-3
lines changed- components/runners/ambient-runner
- ambient_runner/bridges/claude
- tests
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments