Skip to content

fix(ci): update stale claude-3 model name in test mock utility#250

Merged
MeltedMindz merged 1 commit into
mainfrom
fix/broken-model-name-test
May 18, 2026
Merged

fix(ci): update stale claude-3 model name in test mock utility#250
MeltedMindz merged 1 commit into
mainfrom
fix/broken-model-name-test

Conversation

@0xAxiom
Copy link
Copy Markdown
Owner

@0xAxiom 0xAxiom commented May 1, 2026

What

Replace claude-3-sonnet-20240229 with claude-sonnet-4-6 as the default model string in tests/utils/mock-claude-response.ts.

Why

claude-3-sonnet-20240229 is a retired model ID and is no longer consistent with the rest of the codebase which uses claude-sonnet-4-6. Mock data should reflect current model IDs to avoid confusion when reading test output or tracing failures.

Scope

Single-line change in a test utility. No production code or test assertions affected.

Tested

All 116 CLI tests pass. Root-level tests pass.

Replace deprecated claude-3-sonnet-20240229 with current claude-sonnet-4-6
in the createMockResponse default. Keeps mock data consistent with the
model IDs used throughout the codebase.
@0xAxiom 0xAxiom requested a review from MeltedMindz as a code owner May 1, 2026 09:03
@MeltedMindz MeltedMindz merged commit 20ce1aa into main May 18, 2026
9 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants