openfox 2.0.67 → 2.0.69

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.
Files changed (40) hide show
  1. package/dist/{chat-handler-72DFHK5K.js → chat-handler-K3DWIGHG.js} +7 -6
  2. package/dist/{chunk-B6JUWVTK.js → chunk-46OR4W3L.js} +7 -7
  3. package/dist/{chunk-TMHWQYWE.js → chunk-64GN6OPR.js} +2 -2
  4. package/dist/{chunk-5EO6SEGV.js → chunk-7OW6X764.js} +2 -2
  5. package/dist/{chunk-B7WGOK7G.js → chunk-E4POUD2M.js} +2 -2
  6. package/dist/{chunk-BL5LOLVA.js → chunk-JHGKXQBO.js} +161 -28
  7. package/dist/{chunk-YU6DZAVA.js → chunk-PVWAE43V.js} +55 -100
  8. package/dist/{chunk-TJO4QFDQ.js → chunk-QFSDJIUS.js} +2 -2
  9. package/dist/chunk-UN26GIQG.js +54 -0
  10. package/dist/{chunk-PYRH4G2J.js → chunk-UTSSFPYA.js} +5 -5
  11. package/dist/{chunk-MQHMT5WF.js → chunk-VFYNKALW.js} +3 -3
  12. package/dist/{chunk-2GRUQN2B.js → chunk-WHVCGVQX.js} +384 -68
  13. package/dist/{chunk-ZLON3JTI.js → chunk-YQ3MEZJL.js} +2 -2
  14. package/dist/cli/dev.js +1 -1
  15. package/dist/cli/index.js +1 -1
  16. package/dist/{client-BUX62J2K.js → client-63U5CTPE.js} +3 -3
  17. package/dist/{client-pure-U6ZYUPJQ.js → client-pure-XHH4RRLB.js} +2 -2
  18. package/dist/{compactor-74CZVUWI.js → compactor-IPMMFFHM.js} +4 -4
  19. package/dist/{orchestrator-FEMPJOZD.js → orchestrator-PUV4WG77.js} +6 -5
  20. package/dist/package.json +3 -2
  21. package/dist/{processor-QB3NMRMO.js → processor-O2QW27BD.js} +7 -6
  22. package/dist/{protocol-42f_Png6.d.ts → protocol-DIhV-tAc.d.ts} +1 -1
  23. package/dist/provider/index.d.ts +4 -4
  24. package/dist/{provider-BDH6JGZB.js → provider-IBIWR4AI.js} +4 -4
  25. package/dist/{provider-manager-D3KIOD5E.js → provider-manager-7C3JVOLW.js} +4 -4
  26. package/dist/{serve-32FAA4FX.js → serve-Q34XBLR5.js} +11 -10
  27. package/dist/server/index.d.ts +3 -3
  28. package/dist/server/index.js +10 -9
  29. package/dist/{server-OYE7GERR.js → server-RLNPHLY2.js} +8 -7
  30. package/dist/shared/index.d.ts +3 -3
  31. package/dist/{tools-INWP6FGV.js → tools-CALGWIV2.js} +5 -4
  32. package/dist/{types-vezAEt_y.d.ts → types-BsfYpEai.d.ts} +2 -1
  33. package/dist/{types-apiMd7Df.d.ts → types-CBC6lLqc.d.ts} +1 -1
  34. package/dist/update-server-MYYQUNZX.js +10 -0
  35. package/dist/web/assets/{index-BELeAs12.css → index-BVTG7SRG.css} +1 -1
  36. package/dist/web/assets/{index-C3n65CNu.js → index-oKJVe9Cz.js} +75 -73
  37. package/dist/web/index.html +2 -2
  38. package/dist/web/sw.js +1 -1
  39. package/package.json +3 -2
  40. package/plugins-registry.json +14 -0
@@ -10,7 +10,7 @@ import {
10
10
  loadAllAgentsDefault,
11
11
  processEventsForConversation,
12
12
  runTopLevelAgentLoop
13
- } from "./chunk-YU6DZAVA.js";
13
+ } from "./chunk-PVWAE43V.js";
14
14
  import {
15
15
  TurnMetrics,
16
16
  buildAgentReminder,
@@ -18,7 +18,7 @@ import {
18
18
  buildTopLevelSystemPrompt,
19
19
  createChatDoneEvent,
20
20
  createMessageStartEvent
21
- } from "./chunk-TJO4QFDQ.js";
21
+ } from "./chunk-QFSDJIUS.js";
22
22
  import {
23
23
  getCurrentContextWindowId,
24
24
  getCurrentWindowMessageOptions,
@@ -64,7 +64,7 @@ function resolveAgentDef(sessionManager, sessionId) {
64
64
  }
65
65
  async function buildCachedPrompt(sessionManager, sessionId, agentDef) {
66
66
  const { instructionContent, skills } = await loadSessionContext(sessionManager, sessionId);
67
- const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-INWP6FGV.js");
67
+ const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-CALGWIV2.js");
68
68
  const tools = getToolRegistryForAgent2(agentDef).definitions;
69
69
  const toolFingerprint = getToolFingerprint(tools);
70
70
  const allAgents = await loadAllAgentsDefault();
@@ -77,7 +77,7 @@ async function buildCachedPrompt(sessionManager, sessionId, agentDef) {
77
77
  async function computeSessionHash(sessionManager, sessionId) {
78
78
  const { instructionContent, skills } = await loadSessionContext(sessionManager, sessionId);
79
79
  const agentDef = await resolveAgentDef(sessionManager, sessionId);
80
- const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-INWP6FGV.js");
80
+ const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-CALGWIV2.js");
81
81
  const tools = getToolRegistryForAgent2(agentDef).definitions;
82
82
  const toolFingerprint = getToolFingerprint(tools);
83
83
  return computeDynamicContextHash(instructionContent, skills, toolFingerprint);
@@ -357,4 +357,4 @@ export {
357
357
  runChatTurn,
358
358
  runAgentTurn
359
359
  };
360
- //# sourceMappingURL=chunk-PYRH4G2J.js.map
360
+ //# sourceMappingURL=chunk-UTSSFPYA.js.map
@@ -164,7 +164,7 @@ async function runCli(options) {
164
164
  break;
165
165
  }
166
166
  case "provider": {
167
- const { runProviderCommand } = await import("./provider-BDH6JGZB.js");
167
+ const { runProviderCommand } = await import("./provider-IBIWR4AI.js");
168
168
  const [, subcommand] = positionals;
169
169
  await runProviderCommand(mode, subcommand);
170
170
  break;
@@ -208,7 +208,7 @@ async function runCli(options) {
208
208
  if (!configExists) {
209
209
  await runNetworkSetup(mode);
210
210
  }
211
- const { runServe } = await import("./serve-32FAA4FX.js");
211
+ const { runServe } = await import("./serve-Q34XBLR5.js");
212
212
  const serveOptions = { mode };
213
213
  if (values.port) serveOptions.port = parseInt(values.port);
214
214
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -220,4 +220,4 @@ async function runCli(options) {
220
220
  export {
221
221
  runCli
222
222
  };
223
- //# sourceMappingURL=chunk-MQHMT5WF.js.map
223
+ //# sourceMappingURL=chunk-VFYNKALW.js.map