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 +8 -0
- package/dist/CHANGELOG.md +8 -0
- package/dist/chunk-64374FPB.js +7 -0
- package/dist/{chunk-DPDCOLL4.js → chunk-QRASX3HC.js} +3 -3
- package/dist/{chunk-Z5QAKEJH.js → chunk-ZJW3KOII.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{serve-TRDQ6A5H.js → serve-XDZB4EJN.js} +3 -3
- package/dist/server/index.js +2 -2
- package/dist/{update-WGZZ5Q37.js → update-75QZJYKD.js} +2 -2
- package/dist/web/assets/{index-CaG1FEjz.js → index-BmjVoqQT.js} +83 -83
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-YM673D5U.js +0 -7
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
|
|
@@ -200,7 +200,7 @@ async function runCli(options) {
|
|
|
200
200
|
break;
|
|
201
201
|
}
|
|
202
202
|
case "update": {
|
|
203
|
-
const { runUpdate } = await import("./update-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
8132
|
+
//# sourceMappingURL=chunk-ZJW3KOII.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
223
|
+
//# sourceMappingURL=serve-XDZB4EJN.js.map
|
package/dist/server/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer,
|
|
3
3
|
createServerHandle
|
|
4
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
49
|
+
//# sourceMappingURL=update-75QZJYKD.js.map
|