fix(tui): correct Anthropic model name in default claude persona to claude-sonnet-4-20250514 #11252
No reviewers
Labels
No labels
auto/needs-reevaluation
controller-managed
overdue
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleveragents/cleveragents-core!11252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/m8-tui-anthropic-model-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #11250
Updates
_DEFAULT_ACTORSinactor_selection_overlay.pyto use correct API model names:anthropic/claude-4-sonnet→anthropic/claude-sonnet-4-20250514anthropic/claude-4-opus→anthropic/claude-opus-4-20250514google/gemini-2→google/gemini-2.0-flashopenai/o3→openai/o4-miniCloses #11250
a8a2dbb761ca331ea187Claimed by
merge_drive.py(pid 87619) until2026-05-27T06:47:53.429581+00:00.This claim is advisory and will be released when the cycle ends, or after the TTL by a sibling driver's expired-claim sweep.
Approved by the controller reviewer stage (workflow 1).
event occurred 2026-05-27T04:17:53.137374+00:00
🌱 Grooming: proceed — PR cleared for processing.
(check
no_duplicates, categoryno_duplicates)PR #11252 is a focused fix to
actor_selection_overlay.pyupdating model name strings in_DEFAULT_ACTORS(anthropic/claude-4-sonnet→anthropic/claude-sonnet-4-20250514, anthropic/claude-4-opus→anthropic/claude-opus-4-20250514, google/gemini-2→google/gemini-2.0-flash, openai/o3→openai/o4-mini). It closes issue #11250. Scanned all 522 open PRs: no PR duplicates this work. TUI-related PRs (#11042, #10994, #10918, #10911, #10821) address different TUI concerns (method naming, persistence, handlers, keybindings). Provider PRs (#11110, #10997, #10906, #10660) target FALLBACK_ORDER or provider integration, not_DEFAULT_ACTORSmodel names. No topical overlap detected.event occurred 2026-05-27T04:20:59.104137+00:00
📋 Estimate: tier 1.
The source change is trivially simple — 4 string-constant renames in a single file (actor_selection_overlay.py). However, CI shows real unit test failures in features/tui_first_run.feature (ActorSelectionOverlay scenarios) that reference the old model names. The implementer must identify and update those test feature files to match the new model strings, making this multi-file work. Per calibration guidelines, test-update work consistently regresses at tier 0; tier 1 is the correct default. The integration_tests failure (pabot exit code 2 after 83 minutes of test execution) is likely an infra/runner-reaper issue unrelated to the code change.
(attempt #3, tier 1)
event occurred 2026-05-27T04:49:48.103136+00:00
🔧 Implementer attempt —
resolved.Pushed 1 commit:
0bde46f.Files touched:
features/steps/actor_run_signature_resolve_steps.py,features/steps/actor_run_signature_security_steps.py,features/steps/tui_first_run_steps.py,features/tui_first_run.feature,src/cleveragents/cli/commands/actor.py,src/cleveragents/cli/commands/actor_run.py.event occurred 2026-05-27T05:13:13.528581+00:00
✅ Approved
Reviewed at commit
0bde46f.Confidence: high.