openfox 2.0.58 → 2.0.60

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/agent-defaults/explorer.agent.md +4 -0
  2. package/dist/{branch.api-5DMEAIBI.js → branch.api-LAN42BA5.js} +3 -2
  3. package/dist/{chat-handler-W5D5LKKU.js → chat-handler-MBR6ZQTX.js} +7 -7
  4. package/dist/{chunk-LAWUUAN7.js → chunk-3JRYK5UG.js} +323 -80
  5. package/dist/{chunk-YMEZFRY2.js → chunk-43UFGATL.js} +5 -5
  6. package/dist/{chunk-BIWVYBIE.js → chunk-BGTEIA2S.js} +4 -3
  7. package/dist/{chunk-UDZNMYWN.js → chunk-DEWNWF2P.js} +519 -280
  8. package/dist/{chunk-CFLGVCYT.js → chunk-DOJKA4XO.js} +20 -9
  9. package/dist/{chunk-55VITQP3.js → chunk-MTBQQ5DN.js} +9 -9
  10. package/dist/{chunk-XR2XC7WM.js → chunk-NY6IGGKZ.js} +3 -3
  11. package/dist/{chunk-ADOXTORQ.js → chunk-PK2RMVMB.js} +2 -2
  12. package/dist/{chunk-CDRQJDSJ.js → chunk-WNSAJCWT.js} +3 -2
  13. package/dist/cli/dev.js +2 -2
  14. package/dist/cli/index.js +2 -2
  15. package/dist/{config-C2YDEF3N.js → config-GMQUPNBY.js} +2 -2
  16. package/dist/{manager-CZOVNTSN.js → manager-344C5JLZ.js} +3 -3
  17. package/dist/{orchestrator-Q47D6JXG.js → orchestrator-PIZJ42J2.js} +7 -7
  18. package/dist/package.json +4 -2
  19. package/dist/{permissions-QLHZUEGW.js → permissions-CGEK3DGZ.js} +21 -17
  20. package/dist/{processor-2YJ33KUH.js → processor-PKKTNKWY.js} +7 -7
  21. package/dist/{project-creator-7RBHP6K6.js → project-creator-IDW7RACH.js} +4 -4
  22. package/dist/{protocol-PSKVUhdN.d.ts → protocol-J7khRG62.d.ts} +2 -0
  23. package/dist/{provider-SNXYPSPH.js → provider-LBYBC5AG.js} +3 -3
  24. package/dist/{pwa-M6QZ52ZO.js → pwa-T6JRAYJB.js} +11 -10
  25. package/dist/{serve-LOPGRMFP.js → serve-GKS55Y2C.js} +9 -9
  26. package/dist/server/index.d.ts +1 -1
  27. package/dist/server/index.js +8 -8
  28. package/dist/{server-XUDZRBD3.js → server-LMH7ZH5X.js} +8 -8
  29. package/dist/{service-YYJ5Y7CN.js → service-6DL3MJZD.js} +7 -5
  30. package/dist/{settings-X43DCM55.js → settings-2TQA7VTP.js} +2 -2
  31. package/dist/shared/index.d.ts +2 -2
  32. package/dist/skill-defaults/{browser.skill.md → browser/SKILL.md} +5 -3
  33. package/dist/{store-NS2RMRA7.js → store-FXTCHBI4.js} +2 -2
  34. package/dist/{tools-YJLXW3QS.js → tools-WGAZKL56.js} +6 -6
  35. package/dist/web/assets/index-C0YKw2cD.js +302 -0
  36. package/dist/web/assets/{index-DjfRXOO7.css → index-D4bVx84a.css} +1 -1
  37. package/dist/web/index.html +2 -2
  38. package/dist/web/sw.js +1 -1
  39. package/package.json +4 -2
  40. package/dist/web/assets/index-Dqqp_j-f.js +0 -302
@@ -8,7 +8,7 @@ import {
8
8
  removeProcess,
9
9
  startProcess,
10
10
  updateStatus
11
- } from "./chunk-ADOXTORQ.js";
11
+ } from "./chunk-PK2RMVMB.js";
12
12
 
13
13
  // src/server/tools/background-process/manager.ts
14
14
  import { spawn } from "child_process";
@@ -69,7 +69,8 @@ function startProcessCommand(processId, sessionId, command, cwd) {
69
69
  cwd,
70
70
  env: { ...process.env, FORCE_COLOR: "1" },
71
71
  stdio: ["ignore", "pipe", "pipe"],
72
- detached: true
72
+ detached: true,
73
+ windowsHide: true
73
74
  });
74
75
  proc.pid = child.pid ?? null;
75
76
  updateStatus(processId, sessionId, "running");
@@ -153,4 +154,4 @@ export {
153
154
  getSessionProcesses2 as getSessionProcesses,
154
155
  getProcessLogs
155
156
  };
156
- //# sourceMappingURL=chunk-BIWVYBIE.js.map
157
+ //# sourceMappingURL=chunk-BGTEIA2S.js.map