openfox 1.6.18 → 1.6.19

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.
@@ -5472,7 +5472,7 @@ function createTerminalRoutes() {
5472
5472
  }
5473
5473
 
5474
5474
  // src/constants.ts
5475
- var VERSION = "1.6.18";
5475
+ var VERSION = "1.6.19";
5476
5476
 
5477
5477
  // src/server/index.ts
5478
5478
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -6357,4 +6357,4 @@ export {
6357
6357
  createServerHandle,
6358
6358
  createServer
6359
6359
  };
6360
- //# sourceMappingURL=chunk-WRFOMNHM.js.map
6360
+ //# sourceMappingURL=chunk-AE7FYMCR.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-KMTRAQ4F.js");
157
+ const { runServe } = await import("./serve-CJKXYYIA.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-THP77DXS.js.map
170
+ //# sourceMappingURL=chunk-N2V2K5QV.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-THP77DXS.js";
4
+ } from "../chunk-N2V2K5QV.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-THP77DXS.js";
4
+ } from "../chunk-N2V2K5QV.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.18",
3
+ "version": "1.6.19",
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-WRFOMNHM.js";
9
+ } from "./chunk-AE7FYMCR.js";
10
10
  import "./chunk-AV45GQ7B.js";
11
11
  import "./chunk-KCJC3VBS.js";
12
12
  import "./chunk-6TWWJIFP.js";
@@ -188,4 +188,4 @@ async function runServe(options) {
188
188
  export {
189
189
  runServe
190
190
  };
191
- //# sourceMappingURL=serve-KMTRAQ4F.js.map
191
+ //# sourceMappingURL=serve-CJKXYYIA.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-WRFOMNHM.js";
4
+ } from "../chunk-AE7FYMCR.js";
5
5
  import "../chunk-AV45GQ7B.js";
6
6
  import "../chunk-KCJC3VBS.js";
7
7
  import "../chunk-6TWWJIFP.js";