openfox 2.0.0-beta.2 → 2.0.0-beta.3

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.
@@ -6,6 +6,7 @@ subagent: true
6
6
  color: '#ef4444'
7
7
  allowedTools:
8
8
  - read_file
9
+ - run_command
9
10
  - web_fetch
10
11
  - session_metadata:get,add,update,remove
11
12
  ---
@@ -193,7 +193,7 @@ async function runCli(options) {
193
193
  if (!configExists) {
194
194
  await runNetworkSetup(mode);
195
195
  }
196
- const { runServe } = await import("./serve-WB62HFNJ.js");
196
+ const { runServe } = await import("./serve-7CUQCZC7.js");
197
197
  const serveOptions = { mode };
198
198
  if (values.port) serveOptions.port = parseInt(values.port);
199
199
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -205,4 +205,4 @@ async function runCli(options) {
205
205
  export {
206
206
  runCli
207
207
  };
208
- //# sourceMappingURL=chunk-5M4W3PKD.js.map
208
+ //# sourceMappingURL=chunk-UK6XF2OX.js.map
@@ -5748,7 +5748,7 @@ import { Router as Router6 } from "express";
5748
5748
  import { spawn as spawn5 } from "child_process";
5749
5749
 
5750
5750
  // src/constants.ts
5751
- var VERSION = "2.0.0-beta.2";
5751
+ var VERSION = "2.0.0-beta.3";
5752
5752
 
5753
5753
  // src/server/routes/auto-update.ts
5754
5754
  var updateInProgress = false;
@@ -6863,4 +6863,4 @@ export {
6863
6863
  createServerHandle,
6864
6864
  createServer
6865
6865
  };
6866
- //# sourceMappingURL=chunk-SYUVZOXU.js.map
6866
+ //# sourceMappingURL=chunk-YUIMJBSE.js.map
package/dist/cli/dev.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-5M4W3PKD.js";
4
+ } from "../chunk-UK6XF2OX.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
package/dist/cli/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-5M4W3PKD.js";
4
+ } from "../chunk-UK6XF2OX.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.3",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -6,7 +6,7 @@ import {
6
6
  import {
7
7
  VERSION,
8
8
  createServer
9
- } from "./chunk-SYUVZOXU.js";
9
+ } from "./chunk-YUIMJBSE.js";
10
10
  import "./chunk-UFY4I643.js";
11
11
  import "./chunk-ALH4KM2Y.js";
12
12
  import "./chunk-PSJIT5LZ.js";
@@ -190,4 +190,4 @@ async function runServe(options) {
190
190
  export {
191
191
  runServe
192
192
  };
193
- //# sourceMappingURL=serve-WB62HFNJ.js.map
193
+ //# sourceMappingURL=serve-7CUQCZC7.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-SYUVZOXU.js";
4
+ } from "../chunk-YUIMJBSE.js";
5
5
  import "../chunk-UFY4I643.js";
6
6
  import "../chunk-ALH4KM2Y.js";
7
7
  import "../chunk-PSJIT5LZ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.3",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {