openfox 2.0.12 → 2.0.13

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.
@@ -196,7 +196,7 @@ async function runCli(options) {
196
196
  if (!configExists) {
197
197
  await runNetworkSetup(mode);
198
198
  }
199
- const { runServe } = await import("./serve-5BSOEK54.js");
199
+ const { runServe } = await import("./serve-TJHQ326L.js");
200
200
  const serveOptions = { mode };
201
201
  if (values.port) serveOptions.port = parseInt(values.port);
202
202
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -208,4 +208,4 @@ async function runCli(options) {
208
208
  export {
209
209
  runCli
210
210
  };
211
- //# sourceMappingURL=chunk-HYYFVYDV.js.map
211
+ //# sourceMappingURL=chunk-FQIT7VIA.js.map
@@ -3209,6 +3209,9 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
3209
3209
  true
3210
3210
  )
3211
3211
  );
3212
+ }).finally(() => {
3213
+ sessionManager.setRunning(sessionId, false);
3214
+ sendForSession(sessionId, createSessionRunningMessage(false));
3212
3215
  });
3213
3216
  break;
3214
3217
  }
@@ -5728,7 +5731,7 @@ import { Router as Router6 } from "express";
5728
5731
  import { spawn as spawn5 } from "child_process";
5729
5732
 
5730
5733
  // src/constants.ts
5731
- var VERSION = "2.0.12";
5734
+ var VERSION = "2.0.13";
5732
5735
 
5733
5736
  // src/server/routes/auto-update.ts
5734
5737
  var updateInProgress = false;
@@ -6962,4 +6965,4 @@ export {
6962
6965
  createServerHandle,
6963
6966
  createServer
6964
6967
  };
6965
- //# sourceMappingURL=chunk-WF3MA65W.js.map
6968
+ //# sourceMappingURL=chunk-VFRWE5X4.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-HYYFVYDV.js";
4
+ } from "../chunk-FQIT7VIA.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-HYYFVYDV.js";
4
+ } from "../chunk-FQIT7VIA.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.12",
3
+ "version": "2.0.13",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  VERSION,
3
3
  createServer
4
- } from "./chunk-WF3MA65W.js";
4
+ } from "./chunk-VFRWE5X4.js";
5
5
  import "./chunk-FWJ6YXGA.js";
6
6
  import "./chunk-EZJUU54W.js";
7
7
  import "./chunk-2VDLXCLO.js";
@@ -189,4 +189,4 @@ async function runServe(options) {
189
189
  export {
190
190
  runServe
191
191
  };
192
- //# sourceMappingURL=serve-5BSOEK54.js.map
192
+ //# sourceMappingURL=serve-TJHQ326L.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-WF3MA65W.js";
4
+ } from "../chunk-VFRWE5X4.js";
5
5
  import "../chunk-FWJ6YXGA.js";
6
6
  import "../chunk-EZJUU54W.js";
7
7
  import "../chunk-2VDLXCLO.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {