frizz-server 0.13.6 → 0.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/claude-agent-broker.js +9604 -9545
- package/dist/dev-child.js +2 -2
- package/package.json +1 -1
package/dist/dev-child.js
CHANGED
|
@@ -54617,8 +54617,8 @@ var init_runtimes = __esm({
|
|
|
54617
54617
|
init_codex_app_server();
|
|
54618
54618
|
init_frizz_paths();
|
|
54619
54619
|
init_runtime_lease();
|
|
54620
|
-
CLAUDE_AGENT_SDK_VERSION = "0.3.
|
|
54621
|
-
CLAUDE_CODE_VERSION = "2.1.
|
|
54620
|
+
CLAUDE_AGENT_SDK_VERSION = "0.3.273";
|
|
54621
|
+
CLAUDE_CODE_VERSION = "2.1.273";
|
|
54622
54622
|
CODEX_VERSION = CODEX_APP_SERVER_SUPPORTED_VERSION;
|
|
54623
54623
|
RUNTIMES_MODE_ENV = "FRIZZ_RUNTIMES";
|
|
54624
54624
|
RUNTIMES_DIR_ENV = "FRIZZ_RUNTIMES_DIR";
|