Skip to content

Commit 0f83189

Browse files
SebastianPodgajnydevversion
authored andcommitted
feat(runners): add opus 4.6 to claude code runner
1 parent 31accb1 commit 0f83189

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runner/codegen/claude-code-runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const MODEL_MAPPING: Record<string, string> = {
1515
'claude-4.0-opus': 'claude-opus-4-20250514',
1616
'claude-4.5-opus': 'claude-opus-4-5-20251101',
1717
'claude-4.5-haiku': 'claude-haiku-4-5-20251001',
18+
'claude-4.6-opus': 'claude-opus-4-6',
1819
};
1920

2021
/** Runner that generates code using the Claude Code. */

0 commit comments

Comments
 (0)