Skip to content

Commit bfbf907

Browse files
committed
add opus 4.5 to claude code and update the sdks to the latest version
1 parent 98e7eda commit bfbf907

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

agents/claude-code.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const sessionCache = new Map<string, string>();
1313

1414
export const models: string[] = [
1515
"claude-sonnet-4-5",
16+
"claude-opus-4-5",
1617
// "claude-sonnet-4",
1718
// "claude-opus-4-1",
1819
// "claude-3-5-haiku",

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@ai-sdk/anthropic": "^2.0.26",
2929
"@ai-sdk/openai": "^2.0.48",
3030
"@ai-sdk/openai-compatible": "^1.0.21",
31-
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
31+
"@anthropic-ai/claude-agent-sdk": "^0.1.51",
3232
"@octokit/request": "^10.0.5",
33-
"@openai/codex-sdk": "^0.47.0",
34-
"@opencode-ai/sdk": "^1.0.92",
33+
"@openai/codex-sdk": "^0.63.0",
34+
"@opencode-ai/sdk": "^1.0.108",
3535
"ai": "^5.0.64",
3636
"detect-port": "^2.1.0",
3737
"yaml": "^2.4.5",

0 commit comments

Comments
 (0)