openfox 2.0.0-beta.7 → 2.0.0-beta.8

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.
@@ -11,7 +11,7 @@ allowedTools:
11
11
  - session_metadata:get,add,update,remove
12
12
  ---
13
13
 
14
- You are a code reviewer. Review all current changes.
14
+ You are a code reviewer. Review the **git diff** of the modified files rather than reading the full files.
15
15
  You're mostly interested in:
16
16
 
17
17
  1. **For the user (UX interaction)** — does this feel good to use? Any rough edges, confusing behavior, or unnecessary friction?
@@ -5830,7 +5830,7 @@ import { Router as Router6 } from "express";
5830
5830
  import { spawn as spawn5 } from "child_process";
5831
5831
 
5832
5832
  // src/constants.ts
5833
- var VERSION = "2.0.0-beta.7";
5833
+ var VERSION = "2.0.0-beta.8";
5834
5834
 
5835
5835
  // src/server/routes/auto-update.ts
5836
5836
  var updateInProgress = false;
@@ -6966,4 +6966,4 @@ export {
6966
6966
  createServerHandle,
6967
6967
  createServer
6968
6968
  };
6969
- //# sourceMappingURL=chunk-LN22TXNK.js.map
6969
+ //# sourceMappingURL=chunk-GJ34YIOL.js.map
@@ -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-W3ETJJP3.js");
196
+ const { runServe } = await import("./serve-2V7T6GDG.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-KAYUPVHQ.js.map
208
+ //# sourceMappingURL=chunk-GJ47CMZM.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-KAYUPVHQ.js";
4
+ } from "../chunk-GJ47CMZM.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-KAYUPVHQ.js";
4
+ } from "../chunk-GJ47CMZM.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.7",
3
+ "version": "2.0.0-beta.8",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  VERSION,
3
3
  createServer
4
- } from "./chunk-LN22TXNK.js";
4
+ } from "./chunk-GJ34YIOL.js";
5
5
  import "./chunk-RI6GAMNP.js";
6
6
  import "./chunk-DFITQ75T.js";
7
7
  import "./chunk-QN5ST54E.js";
@@ -189,4 +189,4 @@ async function runServe(options) {
189
189
  export {
190
190
  runServe
191
191
  };
192
- //# sourceMappingURL=serve-W3ETJJP3.js.map
192
+ //# sourceMappingURL=serve-2V7T6GDG.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-LN22TXNK.js";
4
+ } from "../chunk-GJ34YIOL.js";
5
5
  import "../chunk-RI6GAMNP.js";
6
6
  import "../chunk-DFITQ75T.js";
7
7
  import "../chunk-QN5ST54E.js";