frizz-server 0.13.2 → 0.13.3
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 +9091 -9010
- package/dist/dev-child.js +2 -2
- package/package.json +1 -1
package/dist/dev-child.js
CHANGED
|
@@ -54263,8 +54263,8 @@ var init_runtimes = __esm({
|
|
|
54263
54263
|
init_codex_app_server();
|
|
54264
54264
|
init_frizz_paths();
|
|
54265
54265
|
init_runtime_lease();
|
|
54266
|
-
CLAUDE_AGENT_SDK_VERSION = "0.3.
|
|
54267
|
-
CLAUDE_CODE_VERSION = "2.1.
|
|
54266
|
+
CLAUDE_AGENT_SDK_VERSION = "0.3.269";
|
|
54267
|
+
CLAUDE_CODE_VERSION = "2.1.269";
|
|
54268
54268
|
CODEX_VERSION = CODEX_APP_SERVER_SUPPORTED_VERSION;
|
|
54269
54269
|
RUNTIMES_MODE_ENV = "FRIZZ_RUNTIMES";
|
|
54270
54270
|
RUNTIMES_DIR_ENV = "FRIZZ_RUNTIMES_DIR";
|