openfox 2.0.17 → 2.0.20

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 (32) hide show
  1. package/dist/agent-defaults/builder.agent.md +1 -2
  2. package/dist/agent-defaults/code-reviewer.agent.md +1 -1
  3. package/dist/agent-defaults/planner.agent.md +4 -1
  4. package/dist/agent-defaults/verifier.agent.md +1 -1
  5. package/dist/{chat-handler-DTMB43CD.js → chat-handler-KNDSH5WR.js} +7 -7
  6. package/dist/{chunk-BC7R4HLY.js → chunk-3QQ4QKAU.js} +74 -573
  7. package/dist/{chunk-LX66KJPL.js → chunk-6PLAWCHQ.js} +31 -56
  8. package/dist/{chunk-FWJ6YXGA.js → chunk-ASM2Z7JU.js} +3 -3
  9. package/dist/{chunk-L7TDUIQY.js → chunk-DX37WNM7.js} +28 -3
  10. package/dist/{chunk-J7KOV4ST.js → chunk-GI24G4OW.js} +3 -3
  11. package/dist/{chunk-5ANV7YUX.js → chunk-T67KB6ZS.js} +8 -8
  12. package/dist/{chunk-KYR4NVNX.js → chunk-TVQTTZYW.js} +93 -55
  13. package/dist/{chunk-MS3PEYZK.js → chunk-VDC2QL2O.js} +5 -5
  14. package/dist/{chunk-SYG2ENUQ.js → chunk-YBWY4DKY.js} +2 -2
  15. package/dist/{chunk-YGNOTMV7.js → chunk-YYXOZJYE.js} +2 -2
  16. package/dist/cli/dev.js +1 -1
  17. package/dist/cli/index.js +1 -1
  18. package/dist/{compactor-R7GRFBOU.js → compactor-EOQYEOFS.js} +5 -5
  19. package/dist/{events-4K52FKPR.js → events-JKPHAR5W.js} +3 -3
  20. package/dist/{folding-QIBNKYA6.js → folding-PI67HWBR.js} +2 -2
  21. package/dist/{orchestrator-FNAU26B6.js → orchestrator-ZVPFU2ZF.js} +6 -6
  22. package/dist/package.json +1 -1
  23. package/dist/{processor-3YZVK4JT.js → processor-DKAYI3PV.js} +7 -7
  24. package/dist/{serve-CRZ7NHSP.js → serve-24IV7E3C.js} +9 -9
  25. package/dist/server/index.js +8 -8
  26. package/dist/{server-JKNV2NCJ.js → server-CN7ML6XN.js} +8 -8
  27. package/dist/{tools-YWC3AJ66.js → tools-ZUOBYTVD.js} +5 -5
  28. package/dist/web/assets/index-00migM5L.js +301 -0
  29. package/dist/web/index.html +1 -1
  30. package/dist/web/sw.js +1 -1
  31. package/package.json +1 -1
  32. package/dist/web/assets/index-e6TyhL8M.js +0 -301
@@ -11,12 +11,11 @@ allowedTools:
11
11
  - edit_file
12
12
  - run_command
13
13
  - ask_user
14
- - session_metadata:get,add,update,remove
14
+ - session_metadata
15
15
  - call_sub_agent
16
16
  - load_skill
17
17
  - dev_server
18
18
  - background_process
19
- - step_done
20
19
  ---
21
20
 
22
21
  # Build Mode
@@ -8,7 +8,7 @@ allowedTools:
8
8
  - read_file
9
9
  - run_command
10
10
  - web_fetch
11
- - session_metadata:get,add,update,remove
11
+ - session_metadata
12
12
  ---
13
13
 
14
14
  You are a code reviewer. Review the **git diff** of the modified files rather than reading the full files.
@@ -8,10 +8,13 @@ allowedTools:
8
8
  - read_file
9
9
  - web_fetch
10
10
  - run_command
11
- - session_metadata:get,add,update,remove
11
+ - ask_user
12
+ - session_metadata
12
13
  - call_sub_agent
13
14
  - load_skill
14
15
  - background_process
16
+ - mcp_config
17
+ - dev_server
15
18
  ---
16
19
 
17
20
  # Plan Mode
@@ -7,7 +7,7 @@ color: '#22c55e'
7
7
  allowedTools:
8
8
  - read_file
9
9
  - run_command
10
- - session_metadata:get,add,update,remove
10
+ - session_metadata
11
11
  - web_fetch
12
12
  ---
13
13
 
@@ -5,21 +5,21 @@ import {
5
5
  generateSessionName,
6
6
  getSessionMessageCount,
7
7
  needsNameGenerationCheck
8
- } from "./chunk-J7KOV4ST.js";
8
+ } from "./chunk-GI24G4OW.js";
9
9
  import {
10
10
  runChatTurn
11
- } from "./chunk-MS3PEYZK.js";
12
- import "./chunk-KYR4NVNX.js";
11
+ } from "./chunk-VDC2QL2O.js";
12
+ import "./chunk-TVQTTZYW.js";
13
13
  import "./chunk-O4TED6AJ.js";
14
- import "./chunk-L7TDUIQY.js";
14
+ import "./chunk-DX37WNM7.js";
15
15
  import "./chunk-DL6ZILAF.js";
16
16
  import "./chunk-PBGOZMVY.js";
17
17
  import "./chunk-VRGRAQDG.js";
18
18
  import "./chunk-NWO6GRYE.js";
19
19
  import {
20
20
  getEventStore
21
- } from "./chunk-SYG2ENUQ.js";
22
- import "./chunk-LX66KJPL.js";
21
+ } from "./chunk-YBWY4DKY.js";
22
+ import "./chunk-6PLAWCHQ.js";
23
23
  import {
24
24
  createChatMessageMessage,
25
25
  createPhaseChangedMessage,
@@ -164,4 +164,4 @@ export {
164
164
  startChatSession,
165
165
  stopSessionExecution
166
166
  };
167
- //# sourceMappingURL=chat-handler-DTMB43CD.js.map
167
+ //# sourceMappingURL=chat-handler-KNDSH5WR.js.map