Skip to content

Commit e28883d

Browse files
committed
📦 Bump rig-core to 0.33 and update default models to latest
Upgrade rig-core from 0.27 to 0.33 and adapt to its API changes: - Rename multi_turn() to max_turns() in DynAgent prompt calls - Access prompt_response.usage instead of .total_usage - Destructure StreamedAssistantContent::ToolCall as struct variant Update default models: OpenAI gpt-5.1 → gpt-5.4, Anthropic claude-sonnet-4-5 → claude-opus-4-6. Bump 25+ other dependencies to latest (reqwest 0.13, tokio 1.50, serde 1.0.228, opaline 0.4, strum 0.28, toml 1.1, etc). Update CLAUDE.md model table.
1 parent 7b75ac8 commit e28883d

File tree

6 files changed

+1083
-500
lines changed

6 files changed

+1083
-500
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ git-iris config --provider anthropic --model claude-sonnet-4-5-20250929
389389

390390
| Provider | Default Model | Fast Model | Context |
391391
| --------- | -------------------------- | ------------------------- | ------- |
392-
| openai | gpt-5.1 | gpt-5.1-mini | 128K |
393-
| anthropic | claude-sonnet-4-5-20250929 | claude-haiku-4-5-20251001 | 200K |
392+
| openai | gpt-5.4 | gpt-5.1-mini | 128K |
393+
| anthropic | claude-opus-4-6 | claude-haiku-4-5-20251001 | 200K |
394394
| google | gemini-3-pro-preview | gemini-2.5-flash | 1M |
395395

396396
## Key Design Decisions

0 commit comments

Comments
 (0)