frizz 0.12.7 → 0.12.8
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 +13045 -12834
- package/dist/dev-child.js +2 -2
- package/package.json +1 -1
package/dist/dev-child.js
CHANGED
|
@@ -53566,8 +53566,8 @@ var init_runtimes = __esm({
|
|
|
53566
53566
|
"use strict";
|
|
53567
53567
|
init_codex_app_server();
|
|
53568
53568
|
init_frizz_paths();
|
|
53569
|
-
CLAUDE_AGENT_SDK_VERSION = "0.3.
|
|
53570
|
-
CLAUDE_CODE_VERSION = "2.1.
|
|
53569
|
+
CLAUDE_AGENT_SDK_VERSION = "0.3.267";
|
|
53570
|
+
CLAUDE_CODE_VERSION = "2.1.267";
|
|
53571
53571
|
CODEX_VERSION = CODEX_APP_SERVER_SUPPORTED_VERSION;
|
|
53572
53572
|
RUNTIMES_MODE_ENV = "FRIZZ_RUNTIMES";
|
|
53573
53573
|
RUNTIMES_DIR_ENV = "FRIZZ_RUNTIMES_DIR";
|