openfox 2.0.0-beta.0 → 2.0.0-beta.1

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.
@@ -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-FGPHMDOC.js");
196
+ const { runServe } = await import("./serve-5KA6SSSP.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-JZQ644DE.js.map
208
+ //# sourceMappingURL=chunk-4U4CSRBE.js.map
@@ -5735,7 +5735,7 @@ import { Router as Router6 } from "express";
5735
5735
  import { spawn as spawn5 } from "child_process";
5736
5736
 
5737
5737
  // src/constants.ts
5738
- var VERSION = "2.0.0-beta.0";
5738
+ var VERSION = "2.0.0-beta.1";
5739
5739
 
5740
5740
  // src/server/routes/auto-update.ts
5741
5741
  var updateInProgress = false;
@@ -6850,4 +6850,4 @@ export {
6850
6850
  createServerHandle,
6851
6851
  createServer
6852
6852
  };
6853
- //# sourceMappingURL=chunk-CTQ2FS4K.js.map
6853
+ //# sourceMappingURL=chunk-ZLUBZ4K4.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-JZQ644DE.js";
4
+ } from "../chunk-4U4CSRBE.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-JZQ644DE.js";
4
+ } from "../chunk-4U4CSRBE.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.0",
3
+ "version": "2.0.0-beta.1",
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-CTQ2FS4K.js";
9
+ } from "./chunk-ZLUBZ4K4.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-FGPHMDOC.js.map
193
+ //# sourceMappingURL=serve-5KA6SSSP.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-CTQ2FS4K.js";
4
+ } from "../chunk-ZLUBZ4K4.js";
5
5
  import "../chunk-UFY4I643.js";
6
6
  import "../chunk-ALH4KM2Y.js";
7
7
  import "../chunk-PSJIT5LZ.js";