openfox 2.0.109 → 2.0.110

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.110 - 2026-08-02
4
+
5
+ ### Bug Fixes
6
+
7
+ - **No more phantom gaps below streamed messages** — content-visibility containment only applies when feed virtualization is on, so messages render at their natural height
8
+ - **"View full history" button restored on trimmed sessions** — the chat now trusts the server-reported hidden message count instead of guessing
9
+ - **Fresh sessions pin to the bottom again** — a stray early scroll event no longer disables auto-scroll and strands the feed at the top
10
+
3
11
  ## 2.0.109 - 2026-08-02
4
12
 
5
13
  ### Enhancements
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.110 - 2026-08-02
4
+
5
+ ### Bug Fixes
6
+
7
+ - **No more phantom gaps below streamed messages** — content-visibility containment only applies when feed virtualization is on, so messages render at their natural height
8
+ - **"View full history" button restored on trimmed sessions** — the chat now trusts the server-reported hidden message count instead of guessing
9
+ - **Fresh sessions pin to the bottom again** — a stray early scroll event no longer disables auto-scroll and strands the feed at the top
10
+
3
11
  ## 2.0.109 - 2026-08-02
4
12
 
5
13
  ### Enhancements
@@ -0,0 +1,7 @@
1
+ // src/constants.ts
2
+ var VERSION = "2.0.110";
3
+
4
+ export {
5
+ VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-64374FPB.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-WGZZ5Q37.js");
203
+ const { runUpdate } = await import("./update-75QZJYKD.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-TRDQ6A5H.js");
216
+ const { runServe } = await import("./serve-XDZB4EJN.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-DPDCOLL4.js.map
228
+ //# sourceMappingURL=chunk-QRASX3HC.js.map
@@ -123,7 +123,7 @@ import {
123
123
  } from "./chunk-6FPGJR7O.js";
124
124
  import {
125
125
  VERSION
126
- } from "./chunk-YM673D5U.js";
126
+ } from "./chunk-64374FPB.js";
127
127
  import {
128
128
  clearWorkflowExecution,
129
129
  createSession,
@@ -8129,4 +8129,4 @@ export {
8129
8129
  createServerHandle,
8130
8130
  createServer
8131
8131
  };
8132
- //# sourceMappingURL=chunk-Z5QAKEJH.js.map
8132
+ //# sourceMappingURL=chunk-ZJW3KOII.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-DPDCOLL4.js";
4
+ } from "../chunk-QRASX3HC.js";
5
5
  import "../chunk-4H427UBV.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-DPDCOLL4.js";
4
+ } from "../chunk-QRASX3HC.js";
5
5
  import "../chunk-4H427UBV.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.109",
3
+ "version": "2.0.110",
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-Z5QAKEJH.js";
3
+ } from "./chunk-ZJW3KOII.js";
4
4
  import "./chunk-4HIFB7F5.js";
5
5
  import "./chunk-WLJJRX22.js";
6
6
  import "./chunk-VJWWJEBX.js";
@@ -28,7 +28,7 @@ import "./chunk-MM46DJJL.js";
28
28
  import "./chunk-6FPGJR7O.js";
29
29
  import {
30
30
  VERSION
31
- } from "./chunk-YM673D5U.js";
31
+ } from "./chunk-64374FPB.js";
32
32
  import "./chunk-ACJNRPTO.js";
33
33
  import "./chunk-4ZXRERIW.js";
34
34
  import {
@@ -220,4 +220,4 @@ async function runServe(options) {
220
220
  export {
221
221
  runServe
222
222
  };
223
- //# sourceMappingURL=serve-TRDQ6A5H.js.map
223
+ //# sourceMappingURL=serve-XDZB4EJN.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-Z5QAKEJH.js";
4
+ } from "../chunk-ZJW3KOII.js";
5
5
  import "../chunk-4HIFB7F5.js";
6
6
  import "../chunk-WLJJRX22.js";
7
7
  import "../chunk-VJWWJEBX.js";
@@ -27,7 +27,7 @@ import "../chunk-JAX5OEMM.js";
27
27
  import "../chunk-6EV7X5MP.js";
28
28
  import "../chunk-MM46DJJL.js";
29
29
  import "../chunk-6FPGJR7O.js";
30
- import "../chunk-YM673D5U.js";
30
+ import "../chunk-64374FPB.js";
31
31
  import "../chunk-ACJNRPTO.js";
32
32
  import "../chunk-4ZXRERIW.js";
33
33
  import "../chunk-VT2X3DMC.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-YM673D5U.js";
3
+ } from "./chunk-64374FPB.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-WGZZ5Q37.js.map
49
+ //# sourceMappingURL=update-75QZJYKD.js.map