openfox 2.0.37 → 2.0.39

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.
@@ -16,6 +16,8 @@ allowedTools:
16
16
  - load_skill
17
17
  - dev_server
18
18
  - background_process
19
+ - trace_code
20
+ - mcp_config
19
21
  ---
20
22
 
21
23
  # Build Mode
@@ -9,6 +9,7 @@ allowedTools:
9
9
  - run_command
10
10
  - web_fetch
11
11
  - session_metadata
12
+ - trace_code
12
13
  ---
13
14
 
14
15
  You are a code reviewer. Review the **git diff** of the modified files rather than reading the full files.
@@ -8,6 +8,7 @@ allowedTools:
8
8
  - read_file
9
9
  - run_command
10
10
  - web_fetch
11
+ - trace_code
11
12
  ---
12
13
 
13
14
  You are a codebase exploration expert.
@@ -15,6 +15,7 @@ allowedTools:
15
15
  - background_process
16
16
  - mcp_config
17
17
  - dev_server
18
+ - trace_code
18
19
  ---
19
20
 
20
21
  # Plan Mode
@@ -5,8 +5,8 @@ import {
5
5
  } from "./chunk-JGNAYJJZ.js";
6
6
  import {
7
7
  runChatTurn
8
- } from "./chunk-QG2WM7EX.js";
9
- import "./chunk-BJPPDLJX.js";
8
+ } from "./chunk-BG5ILIWN.js";
9
+ import "./chunk-UR4A2HYT.js";
10
10
  import "./chunk-DL6ZILAF.js";
11
11
  import "./chunk-PBGOZMVY.js";
12
12
  import "./chunk-VRGRAQDG.js";
@@ -30,7 +30,7 @@ import "./chunk-Z4FMBCJO.js";
30
30
  import "./chunk-Z6W4YHJB.js";
31
31
  import "./chunk-K44MW7JJ.js";
32
32
  import "./chunk-YD6NDTKF.js";
33
- import "./chunk-PWY6EBZ6.js";
33
+ import "./chunk-EZ3BPIUV.js";
34
34
  import "./chunk-CQGTEGKL.js";
35
35
  import "./chunk-V4IE7HJY.js";
36
36
 
@@ -145,4 +145,4 @@ export {
145
145
  startChatSession,
146
146
  stopSessionExecution
147
147
  };
148
- //# sourceMappingURL=chat-handler-HPXOVKUX.js.map
148
+ //# sourceMappingURL=chat-handler-4YZGM7V7.js.map
@@ -33,7 +33,7 @@ Options:
33
33
  }
34
34
  async function runNetworkSetup(mode) {
35
35
  const { loadAuthConfig, saveAuthConfig, encryptPassword } = await import("./auth-56SIRACI.js");
36
- const { saveGlobalConfig } = await import("./config-QI3KOU42.js");
36
+ const { saveGlobalConfig } = await import("./config-XOXIIBUY.js");
37
37
  const { getAuthKeyPath } = await import("./paths-X46PPOI2.js");
38
38
  const existingAuth = await loadAuthConfig(mode);
39
39
  if (existingAuth) {
@@ -100,7 +100,7 @@ async function runNetworkSetup(mode) {
100
100
  console.log("\u2713 Configuration saved!\n");
101
101
  }
102
102
  async function runConfig(mode) {
103
- const { loadGlobalConfig, getActiveProvider, getDefaultModel } = await import("./config-QI3KOU42.js");
103
+ const { loadGlobalConfig, getActiveProvider, getDefaultModel } = await import("./config-XOXIIBUY.js");
104
104
  const { getGlobalConfigPath } = await import("./paths-X46PPOI2.js");
105
105
  const config = await loadGlobalConfig(mode);
106
106
  const configPath = getGlobalConfigPath(mode);
@@ -158,7 +158,7 @@ async function runCli(options) {
158
158
  break;
159
159
  }
160
160
  case "provider": {
161
- const { runProviderCommand } = await import("./provider-ZLMMOORK.js");
161
+ const { runProviderCommand } = await import("./provider-JLLIB72V.js");
162
162
  const [, subcommand] = positionals;
163
163
  await runProviderCommand(mode, subcommand);
164
164
  break;
@@ -197,12 +197,12 @@ async function runCli(options) {
197
197
  break;
198
198
  }
199
199
  default: {
200
- const { configFileExists } = await import("./config-QI3KOU42.js");
200
+ const { configFileExists } = await import("./config-XOXIIBUY.js");
201
201
  const configExists = await configFileExists(mode);
202
202
  if (!configExists) {
203
203
  await runNetworkSetup(mode);
204
204
  }
205
- const { runServe } = await import("./serve-NGAWODZ2.js");
205
+ const { runServe } = await import("./serve-RZWSK3AA.js");
206
206
  const serveOptions = { mode };
207
207
  if (values.port) serveOptions.port = parseInt(values.port);
208
208
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -214,4 +214,4 @@ async function runCli(options) {
214
214
  export {
215
215
  runCli
216
216
  };
217
- //# sourceMappingURL=chunk-PKE4MQWI.js.map
217
+ //# sourceMappingURL=chunk-4RYP3RBY.js.map
@@ -12,7 +12,7 @@ import {
12
12
  loadAllAgentsDefault,
13
13
  processEventsForConversation,
14
14
  runTopLevelAgentLoop
15
- } from "./chunk-BJPPDLJX.js";
15
+ } from "./chunk-UR4A2HYT.js";
16
16
  import {
17
17
  TurnMetrics,
18
18
  WORKFLOW_KICKOFF_PROMPT,
@@ -310,4 +310,4 @@ export {
310
310
  runAgentTurn,
311
311
  injectWorkflowKickoffIfNeeded
312
312
  };
313
- //# sourceMappingURL=chunk-QG2WM7EX.js.map
313
+ //# sourceMappingURL=chunk-BG5ILIWN.js.map