openfox 1.6.3 → 1.6.4

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.
@@ -5543,7 +5543,7 @@ function createTerminalRoutes() {
5543
5543
  }
5544
5544
 
5545
5545
  // src/constants.ts
5546
- var VERSION = "1.6.3";
5546
+ var VERSION = "1.6.4";
5547
5547
 
5548
5548
  // src/server/index.ts
5549
5549
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -6432,4 +6432,4 @@ export {
6432
6432
  createServerHandle,
6433
6433
  createServer
6434
6434
  };
6435
- //# sourceMappingURL=chunk-RVTM7K76.js.map
6435
+ //# sourceMappingURL=chunk-4HSEOMJV.js.map
@@ -154,7 +154,7 @@ async function runCli(options) {
154
154
  if (!configExists) {
155
155
  await runNetworkSetup(mode);
156
156
  }
157
- const { runServe } = await import("./serve-R4MKJGMB.js");
157
+ const { runServe } = await import("./serve-OKXWQVUY.js");
158
158
  await runServe({
159
159
  mode,
160
160
  port: values.port ? parseInt(values.port) : void 0,
@@ -167,4 +167,4 @@ async function runCli(options) {
167
167
  export {
168
168
  runCli
169
169
  };
170
- //# sourceMappingURL=chunk-5P6FOMEG.js.map
170
+ //# sourceMappingURL=chunk-AJMU5EFR.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-5P6FOMEG.js";
4
+ } from "../chunk-AJMU5EFR.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-5P6FOMEG.js";
4
+ } from "../chunk-AJMU5EFR.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.3",
3
+ "version": "1.6.4",
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-RVTM7K76.js";
9
+ } from "./chunk-4HSEOMJV.js";
10
10
  import "./chunk-QDEKU5RL.js";
11
11
  import "./chunk-S73ATBSR.js";
12
12
  import "./chunk-GBBTJ6ND.js";
@@ -188,4 +188,4 @@ async function runServe(options) {
188
188
  export {
189
189
  runServe
190
190
  };
191
- //# sourceMappingURL=serve-R4MKJGMB.js.map
191
+ //# sourceMappingURL=serve-OKXWQVUY.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-RVTM7K76.js";
4
+ } from "../chunk-4HSEOMJV.js";
5
5
  import "../chunk-QDEKU5RL.js";
6
6
  import "../chunk-S73ATBSR.js";
7
7
  import "../chunk-GBBTJ6ND.js";