openfox 1.6.62 → 1.6.63

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.
@@ -179,7 +179,7 @@ async function runCli(options) {
179
179
  if (!configExists) {
180
180
  await runNetworkSetup(mode);
181
181
  }
182
- const { runServe } = await import("./serve-X6T4DMOT.js");
182
+ const { runServe } = await import("./serve-5Z74LI7X.js");
183
183
  await runServe({
184
184
  mode,
185
185
  port: values.port ? parseInt(values.port) : void 0,
@@ -192,4 +192,4 @@ async function runCli(options) {
192
192
  export {
193
193
  runCli
194
194
  };
195
- //# sourceMappingURL=chunk-DPCBXLPY.js.map
195
+ //# sourceMappingURL=chunk-KPSKC34U.js.map
@@ -5058,7 +5058,7 @@ function createTerminalRoutes() {
5058
5058
  }
5059
5059
 
5060
5060
  // src/constants.ts
5061
- var VERSION = "1.6.62";
5061
+ var VERSION = "1.6.63";
5062
5062
 
5063
5063
  // src/server/index.ts
5064
5064
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -5955,4 +5955,4 @@ export {
5955
5955
  createServerHandle,
5956
5956
  createServer
5957
5957
  };
5958
- //# sourceMappingURL=chunk-B4UL2NM6.js.map
5958
+ //# sourceMappingURL=chunk-QIBXSYCE.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-DPCBXLPY.js";
4
+ } from "../chunk-KPSKC34U.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-PNBH3RAX.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-DPCBXLPY.js";
4
+ } from "../chunk-KPSKC34U.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-PNBH3RAX.js";
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "1.6.62",
3
+ "version": "1.6.63",
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-B4UL2NM6.js";
9
+ } from "./chunk-QIBXSYCE.js";
10
10
  import "./chunk-OIDMZVTJ.js";
11
11
  import "./chunk-NKKB55E4.js";
12
12
  import "./chunk-NBU6KIOD.js";
@@ -187,4 +187,4 @@ async function runServe(options) {
187
187
  export {
188
188
  runServe
189
189
  };
190
- //# sourceMappingURL=serve-X6T4DMOT.js.map
190
+ //# sourceMappingURL=serve-5Z74LI7X.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-B4UL2NM6.js";
4
+ } from "../chunk-QIBXSYCE.js";
5
5
  import "../chunk-OIDMZVTJ.js";
6
6
  import "../chunk-NKKB55E4.js";
7
7
  import "../chunk-NBU6KIOD.js";