mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-08 00:02:20 +03:00
fix(agentrouter): support Claude and Codex protocols
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
* Keep this leaf dependency-free so server executors, compatibility bridges,
|
||||
* and client-facing identity presets can share one source of truth.
|
||||
*/
|
||||
export const CLAUDE_CODE_CLIENT_VERSION = "2.1.219";
|
||||
export const CLAUDE_CODE_CLIENT_BUILD_REVISION = "250";
|
||||
export const CLAUDE_CODE_CLIENT_VERSION = "2.1.220";
|
||||
export const CLAUDE_CODE_CLIENT_BUILD_REVISION = "1f2";
|
||||
export const CLAUDE_CODE_CLIENT_BILLING_VERSION = `${CLAUDE_CODE_CLIENT_VERSION}.${CLAUDE_CODE_CLIENT_BUILD_REVISION}`;
|
||||
export const CLAUDE_CODE_SDK_PACKAGE_VERSION = "0.94.0";
|
||||
export const CLAUDE_CODE_RUNTIME_VERSION = "v26.3.0";
|
||||
|
||||
Reference in New Issue
Block a user