feat: upgrade codex-sdk to 0.76.0 and claude-agent-sdk to 0.1.74

Upgrade packages to access latest model catalogs:
- @openai/codex-sdk: 0.58.0 → 0.76.0
- @anthropic-ai/claude-agent-sdk: 0.1.37 → 0.1.74

New models available after upgrade:
- Claude: Added Opus 4.5 and Haiku 4.5 to catalog
- Codex: Added gpt-5.2, gpt-5.2-codex, and gpt-5.1-codex variants

Updated patch file for new codex-sdk version.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mohamed Boudra
2025-12-20 13:10:57 +07:00
parent b8de55f31b
commit f06170fcee
3 changed files with 129 additions and 45 deletions

View File

@@ -39,7 +39,7 @@
"lightningcss": "1.30.1"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.37",
"@openai/codex-sdk": "^0.58.0"
"@anthropic-ai/claude-agent-sdk": "^0.1.74",
"@openai/codex-sdk": "^0.76.0"
}
}