openfox 1.6.10 → 1.6.11

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.
@@ -5544,7 +5544,7 @@ function createTerminalRoutes() {
5544
5544
  }
5545
5545
 
5546
5546
  // src/constants.ts
5547
- var VERSION = "1.6.10";
5547
+ var VERSION = "1.6.11";
5548
5548
 
5549
5549
  // src/server/index.ts
5550
5550
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -6433,4 +6433,4 @@ export {
6433
6433
  createServerHandle,
6434
6434
  createServer
6435
6435
  };
6436
- //# sourceMappingURL=chunk-AAANAQ6F.js.map
6436
+ //# sourceMappingURL=chunk-4E5UDFSA.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-D4L4M7KF.js");
157
+ const { runServe } = await import("./serve-DSKZ6UVM.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-ULFVGMM4.js.map
170
+ //# sourceMappingURL=chunk-MUS7CHXP.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-ULFVGMM4.js";
4
+ } from "../chunk-MUS7CHXP.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-ULFVGMM4.js";
4
+ } from "../chunk-MUS7CHXP.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.10",
3
+ "version": "1.6.11",
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-AAANAQ6F.js";
9
+ } from "./chunk-4E5UDFSA.js";
10
10
  import "./chunk-QDEKU5RL.js";
11
11
  import "./chunk-BA6N4ODY.js";
12
12
  import "./chunk-E5HHQZBT.js";
@@ -188,4 +188,4 @@ async function runServe(options) {
188
188
  export {
189
189
  runServe
190
190
  };
191
- //# sourceMappingURL=serve-D4L4M7KF.js.map
191
+ //# sourceMappingURL=serve-DSKZ6UVM.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-AAANAQ6F.js";
4
+ } from "../chunk-4E5UDFSA.js";
5
5
  import "../chunk-QDEKU5RL.js";
6
6
  import "../chunk-BA6N4ODY.js";
7
7
  import "../chunk-E5HHQZBT.js";