openfox 2.0.91 → 2.0.92

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.92 - 2026-07-25
4
+
5
+ ### Bug Fixes
6
+
7
+ - **Changelog modal now appears after npm updates** — previously the "What's New" modal only showed after in-app auto-updates; now it also triggers when updating via npm by tracking the last seen version.
8
+
3
9
  ## 2.0.91 - 2026-07-25
4
10
 
5
11
  ### Features
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.92 - 2026-07-25
4
+
5
+ ### Bug Fixes
6
+
7
+ - **Changelog modal now appears after npm updates** — previously the "What's New" modal only showed after in-app auto-updates; now it also triggers when updating via npm by tracking the last seen version.
8
+
3
9
  ## 2.0.91 - 2026-07-25
4
10
 
5
11
  ### Features
@@ -0,0 +1,7 @@
1
+ // src/constants.ts
2
+ var VERSION = "2.0.92";
3
+
4
+ export {
5
+ VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-5OGB3MCV.js.map
@@ -200,7 +200,7 @@ async function runCli(options) {
200
200
  break;
201
201
  }
202
202
  case "update": {
203
- const { runUpdate } = await import("./update-4BGMFSEG.js");
203
+ const { runUpdate } = await import("./update-7ZIRWYSC.js");
204
204
  const code = await runUpdate();
205
205
  if (code !== 0) {
206
206
  process.exit(code);
@@ -213,7 +213,7 @@ async function runCli(options) {
213
213
  if (!configExists) {
214
214
  await runNetworkSetup(mode);
215
215
  }
216
- const { runServe } = await import("./serve-KNVANLAK.js");
216
+ const { runServe } = await import("./serve-OYOC5O4A.js");
217
217
  const serveOptions = { mode };
218
218
  if (values.port) serveOptions.port = parseInt(values.port);
219
219
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -225,4 +225,4 @@ async function runCli(options) {
225
225
  export {
226
226
  runCli
227
227
  };
228
- //# sourceMappingURL=chunk-JX6WL56A.js.map
228
+ //# sourceMappingURL=chunk-AKZGFLMD.js.map
@@ -110,7 +110,7 @@ import {
110
110
  } from "./chunk-WWC3R3YL.js";
111
111
  import {
112
112
  VERSION
113
- } from "./chunk-GPODFKPQ.js";
113
+ } from "./chunk-5OGB3MCV.js";
114
114
  import {
115
115
  createSession,
116
116
  deleteSession,
@@ -7618,4 +7618,4 @@ export {
7618
7618
  createServerHandle,
7619
7619
  createServer
7620
7620
  };
7621
- //# sourceMappingURL=chunk-JJY5O2WH.js.map
7621
+ //# sourceMappingURL=chunk-Z24V2LEL.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-JX6WL56A.js";
4
+ } from "../chunk-AKZGFLMD.js";
5
5
  import "../chunk-XY3LESVZ.js";
6
6
  import {
7
7
  logger
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-JX6WL56A.js";
4
+ } from "../chunk-AKZGFLMD.js";
5
5
  import "../chunk-XY3LESVZ.js";
6
6
  import {
7
7
  logger
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.91",
3
+ "version": "2.0.92",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-JJY5O2WH.js";
3
+ } from "./chunk-Z24V2LEL.js";
4
4
  import "./chunk-NO65CC2R.js";
5
5
  import "./chunk-Q7CN4JOO.js";
6
6
  import "./chunk-DVVRKNFS.js";
@@ -25,7 +25,7 @@ import "./chunk-LT4MPTGU.js";
25
25
  import "./chunk-WWC3R3YL.js";
26
26
  import {
27
27
  VERSION
28
- } from "./chunk-GPODFKPQ.js";
28
+ } from "./chunk-5OGB3MCV.js";
29
29
  import "./chunk-AXFPEGJI.js";
30
30
  import "./chunk-6J5IZ2NL.js";
31
31
  import {
@@ -217,4 +217,4 @@ async function runServe(options) {
217
217
  export {
218
218
  runServe
219
219
  };
220
- //# sourceMappingURL=serve-KNVANLAK.js.map
220
+ //# sourceMappingURL=serve-OYOC5O4A.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-JJY5O2WH.js";
4
+ } from "../chunk-Z24V2LEL.js";
5
5
  import "../chunk-NO65CC2R.js";
6
6
  import "../chunk-Q7CN4JOO.js";
7
7
  import "../chunk-DVVRKNFS.js";
@@ -24,7 +24,7 @@ import "../chunk-K2O7JTCX.js";
24
24
  import "../chunk-NLJXZZTB.js";
25
25
  import "../chunk-LT4MPTGU.js";
26
26
  import "../chunk-WWC3R3YL.js";
27
- import "../chunk-GPODFKPQ.js";
27
+ import "../chunk-5OGB3MCV.js";
28
28
  import "../chunk-AXFPEGJI.js";
29
29
  import "../chunk-6J5IZ2NL.js";
30
30
  import "../chunk-NGN3Q26A.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-GPODFKPQ.js";
3
+ } from "./chunk-5OGB3MCV.js";
4
4
  import "./chunk-5WRI5ZAA.js";
5
5
 
6
6
  // src/cli/update.ts
@@ -46,4 +46,4 @@ async function runUpdate(options = {}) {
46
46
  export {
47
47
  runUpdate
48
48
  };
49
- //# sourceMappingURL=update-4BGMFSEG.js.map
49
+ //# sourceMappingURL=update-7ZIRWYSC.js.map