openfox 2.0.0-beta.13 → 2.0.0-beta.14
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/{ask-5SSOA6SZ.js → ask-BRLFZKEW.js} +2 -1
- package/dist/{auth-56SIRACI.js → auth-OGGBJFJQ.js} +2 -1
- package/dist/{branch.api-PWFW26KC.js → branch.api-TCWNJXYA.js} +2 -1
- package/dist/{chat-handler-DKX2XFHA.js → chat-handler-ZFQIJIJT.js} +4 -3
- package/dist/chunk-7D4SUZUM.js +38 -0
- package/dist/{chunk-HZODNSSV.js → chunk-BURBTNDG.js} +2 -2
- package/dist/{chunk-YLQGD5SE.js → chunk-BZJAO4VY.js} +21 -13
- package/dist/{chunk-BNFQMAH6.js → chunk-EYE2JMLA.js} +64 -57
- package/dist/{chunk-5RP2ZU2G.js → chunk-IONKVOSF.js} +6 -6
- package/dist/chunk-QD6U3BDD.js +25277 -0
- package/dist/{chunk-DBDMMSCM.js → chunk-RUWSVV7U.js} +3 -3
- package/dist/{chunk-LDHRZRCP.js → chunk-YWYYRA2P.js} +11 -11
- package/dist/cli/dev.js +2 -1
- package/dist/cli/index.js +2 -1
- package/dist/{compactor-TDNRM3A7.js → compactor-WL33VHUF.js} +2 -1
- package/dist/{config-FAT5XRFB.js → config-MFKBDOOT.js} +4 -3
- package/dist/{events-R7FRQEBE.js → events-6UJR2NH4.js} +2 -1
- package/dist/{folding-YOCGTZYH.js → folding-GMO644G3.js} +2 -1
- package/dist/{inspect-proxy-42ZXL2R5.js → inspect-proxy-JZ54RBUN.js} +2 -1
- package/dist/{manager-W7N3XQ4Q.js → manager-NTL3MLGN.js} +2 -1
- package/dist/{orchestrator-NNYZC7AY.js → orchestrator-HHF4UC3K.js} +4 -3
- package/dist/package.json +1 -1
- package/dist/{paths-X46PPOI2.js → paths-D7BBTOO5.js} +2 -1
- package/dist/{permissions-Z2IIV2V7.js → permissions-YGAJ47F5.js} +3 -1
- package/dist/{processor-5T3CXD5I.js → processor-EJJTSLRL.js} +3 -2
- package/dist/{project-creator-6DU7E75S.js → project-creator-GMS5YKEF.js} +2 -1
- package/dist/{projects-2HYIZC4Y.js → projects-QHGMUKWH.js} +2 -1
- package/dist/{protocol-CN24IKQN.js → protocol-QQNATDFM.js} +2 -1
- package/dist/{provider-2JYU6KGH.js → provider-APFZV234.js} +6 -5
- package/dist/{provider-manager-IP3HOGNB.js → provider-manager-2NFFVCX5.js} +4 -3
- package/dist/{pwa-76XP2DY2.js → pwa-WYVG3NLS.js} +2 -1
- package/dist/{serve-NSTNUQ2K.js → serve-GTH76EDG.js} +8 -7
- package/dist/server/index.js +6 -5
- package/dist/{service-GB7AIOG5.js → service-W43DAQ5K.js} +3 -1
- package/dist/{settings-6XX56F3F.js → settings-OAISIQVV.js} +2 -1
- package/dist/shared/index.js +1 -0
- package/dist/{store-OQ45KONN.js → store-JZW6VPEK.js} +2 -1
- package/dist/{tools-TJGSHOAR.js → tools-2X2FC6W7.js} +3 -2
- package/dist/web/assets/{index-DIY3E8K9.js → index-DCu8wsRj.js} +61 -61
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-SW7MQGY3.js +0 -378
|
@@ -2648,7 +2648,7 @@ async function executeTools(assistantMsgId, toolCalls, ctx, append) {
|
|
|
2648
2648
|
type: "chat.ask_user",
|
|
2649
2649
|
data: { callId: error.callId, question: error.question }
|
|
2650
2650
|
});
|
|
2651
|
-
const { awaitAnswer } = await import("./ask-
|
|
2651
|
+
const { awaitAnswer } = await import("./ask-BRLFZKEW.js");
|
|
2652
2652
|
const answerPromise = awaitAnswer(error.callId);
|
|
2653
2653
|
if (!answerPromise) {
|
|
2654
2654
|
throw new Error(`No pending question found for callId: ${error.callId}`);
|
|
@@ -2929,7 +2929,7 @@ ${CONTINUE_PROMPT}` : CONTINUE_PROMPT;
|
|
|
2929
2929
|
sessionManager.setCurrentContextSize(sessionId, result.usage.promptTokens);
|
|
2930
2930
|
if (!compacting) {
|
|
2931
2931
|
const contextState = sessionManager.getContextState(sessionId);
|
|
2932
|
-
const { shouldCompact } = await import("./compactor-
|
|
2932
|
+
const { shouldCompact } = await import("./compactor-WL33VHUF.js");
|
|
2933
2933
|
if (shouldCompact(contextState.currentTokens, contextState.maxTokens, runtimeConfig.context.compactionThreshold)) {
|
|
2934
2934
|
const compactPromptMsgId = crypto.randomUUID();
|
|
2935
2935
|
append(
|
|
@@ -3051,7 +3051,7 @@ ${COMPACTION_PROMPT}`,
|
|
|
3051
3051
|
stats: stats2
|
|
3052
3052
|
})
|
|
3053
3053
|
);
|
|
3054
|
-
const { createChatDoneMessage: createChatDoneMessage2 } = await import("./protocol-
|
|
3054
|
+
const { createChatDoneMessage: createChatDoneMessage2 } = await import("./protocol-QQNATDFM.js");
|
|
3055
3055
|
onMessage(createChatDoneMessage2(assistantMsgId, "complete", stats2));
|
|
3056
3056
|
}
|
|
3057
3057
|
break;
|
|
@@ -3280,7 +3280,7 @@ async function describeImageFromDataUrl(dataUrl, visionModel, options) {
|
|
|
3280
3280
|
import { createHash as createHash2 } from "crypto";
|
|
3281
3281
|
async function loadVisionModelFromGlobalConfig() {
|
|
3282
3282
|
try {
|
|
3283
|
-
const { loadGlobalConfig, getVisionFallback } = await import("./config-
|
|
3283
|
+
const { loadGlobalConfig, getVisionFallback } = await import("./config-MFKBDOOT.js");
|
|
3284
3284
|
const runtimeConfig = getRuntimeConfig();
|
|
3285
3285
|
const mode = runtimeConfig.mode ?? "production";
|
|
3286
3286
|
const globalConfig = await loadGlobalConfig(mode);
|
|
@@ -3733,7 +3733,7 @@ var callSubAgentTool = {
|
|
|
3733
3733
|
};
|
|
3734
3734
|
}
|
|
3735
3735
|
try {
|
|
3736
|
-
const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-
|
|
3736
|
+
const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-2X2FC6W7.js");
|
|
3737
3737
|
const toolRegistry = getToolRegistryForAgent2(agentDef);
|
|
3738
3738
|
const turnMetrics = new TurnMetrics();
|
|
3739
3739
|
const result = await executeSubAgent({
|
|
@@ -4785,4 +4785,4 @@ export {
|
|
|
4785
4785
|
getToolRegistryForAgent,
|
|
4786
4786
|
createToolRegistry
|
|
4787
4787
|
};
|
|
4788
|
-
//# sourceMappingURL=chunk-
|
|
4788
|
+
//# sourceMappingURL=chunk-IONKVOSF.js.map
|