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.
- package/dist/agent-defaults/builder.agent.md +1 -2
- package/dist/agent-defaults/code-reviewer.agent.md +1 -1
- package/dist/agent-defaults/planner.agent.md +4 -1
- package/dist/agent-defaults/verifier.agent.md +1 -1
- package/dist/{chat-handler-DTMB43CD.js → chat-handler-KNDSH5WR.js} +7 -7
- package/dist/{chunk-BC7R4HLY.js → chunk-3QQ4QKAU.js} +74 -573
- package/dist/{chunk-LX66KJPL.js → chunk-6PLAWCHQ.js} +31 -56
- package/dist/{chunk-FWJ6YXGA.js → chunk-ASM2Z7JU.js} +3 -3
- package/dist/{chunk-L7TDUIQY.js → chunk-DX37WNM7.js} +28 -3
- package/dist/{chunk-J7KOV4ST.js → chunk-GI24G4OW.js} +3 -3
- package/dist/{chunk-5ANV7YUX.js → chunk-T67KB6ZS.js} +8 -8
- package/dist/{chunk-KYR4NVNX.js → chunk-TVQTTZYW.js} +93 -55
- package/dist/{chunk-MS3PEYZK.js → chunk-VDC2QL2O.js} +5 -5
- package/dist/{chunk-SYG2ENUQ.js → chunk-YBWY4DKY.js} +2 -2
- package/dist/{chunk-YGNOTMV7.js → chunk-YYXOZJYE.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{compactor-R7GRFBOU.js → compactor-EOQYEOFS.js} +5 -5
- package/dist/{events-4K52FKPR.js → events-JKPHAR5W.js} +3 -3
- package/dist/{folding-QIBNKYA6.js → folding-PI67HWBR.js} +2 -2
- package/dist/{orchestrator-FNAU26B6.js → orchestrator-ZVPFU2ZF.js} +6 -6
- package/dist/package.json +1 -1
- package/dist/{processor-3YZVK4JT.js → processor-DKAYI3PV.js} +7 -7
- package/dist/{serve-CRZ7NHSP.js → serve-24IV7E3C.js} +9 -9
- package/dist/server/index.js +8 -8
- package/dist/{server-JKNV2NCJ.js → server-CN7ML6XN.js} +8 -8
- package/dist/{tools-YWC3AJ66.js → tools-ZUOBYTVD.js} +5 -5
- package/dist/web/assets/index-00migM5L.js +301 -0
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/web/assets/index-e6TyhL8M.js +0 -301
|
@@ -8,10 +8,13 @@ allowedTools:
|
|
|
8
8
|
- read_file
|
|
9
9
|
- web_fetch
|
|
10
10
|
- run_command
|
|
11
|
-
-
|
|
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
|
|
@@ -5,21 +5,21 @@ import {
|
|
|
5
5
|
generateSessionName,
|
|
6
6
|
getSessionMessageCount,
|
|
7
7
|
needsNameGenerationCheck
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-GI24G4OW.js";
|
|
9
9
|
import {
|
|
10
10
|
runChatTurn
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-VDC2QL2O.js";
|
|
12
|
+
import "./chunk-TVQTTZYW.js";
|
|
13
13
|
import "./chunk-O4TED6AJ.js";
|
|
14
|
-
import "./chunk-
|
|
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-
|
|
22
|
-
import "./chunk-
|
|
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-
|
|
167
|
+
//# sourceMappingURL=chat-handler-KNDSH5WR.js.map
|