@omg-dev/app 0.5.0 → 0.5.1
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/dist-lib/{ChangelogPage-8lbvM9Pz.js → ChangelogPage-BzsTWlhq.js} +25 -1
- package/dist-lib/{SessionFilesPanel-BKcTU57t.js → SessionFilesPanel-K4lGGdJ4.js} +1 -1
- package/dist-lib/{TermView-gazV6UMU.js → TermView-CWr-zJmM.js} +1 -1
- package/dist-lib/{chat-engine-83mwx0z2.js → chat-engine-P0yDhFOX.js} +1 -1
- package/dist-lib/{coding-agents-page-8Nf-IuE2.js → coding-agents-page-DCafIpWL.js} +1 -1
- package/dist-lib/{embedded-BmrQsEvQ.js → embedded-CLYU5z7h.js} +12156 -12062
- package/dist-lib/index.js +1 -1
- package/dist-lib/{resume-session-sheet-Dr_81Gfm.js → resume-session-sheet-CHwpwguS.js} +1 -1
- package/dist-lib/{session-token-usage-CGhHZ3lT.js → session-token-usage-BUz6b-IB.js} +1 -1
- package/dist-lib/{shipped-page-p3oulUiM.js → shipped-page-CXy85bsL.js} +1 -1
- package/dist-lib/{streamdown-response-Dbn0PKUH.js → streamdown-response-CUB9sK6V.js} +1 -1
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { M as n } from "./embedded-
|
|
2
|
+
import { M as n } from "./embedded-CLYU5z7h.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## August 24, 2026 - Scrolling does what you tell it (v0.5.1)
|
|
8
|
+
|
|
9
|
+
- **The transcript no longer scrolls itself.** Following the newest message was
|
|
10
|
+
decided by measuring the distance to the bottom on every scroll event. That
|
|
11
|
+
works only while the total height is stable, and it stopped being stable when
|
|
12
|
+
the transcript started keeping only the visible rows in the page: a row that
|
|
13
|
+
comes into view replaces its estimated height with its real one, the total
|
|
14
|
+
moves, and the view could re-pin itself with no new message and no input from
|
|
15
|
+
you. Following is now a stored state that only a real gesture can change.
|
|
16
|
+
Scroll away and it stays away. Scroll back to the bottom, or press New
|
|
17
|
+
activity, and it follows again. A re-measure cannot change it. Nor can a
|
|
18
|
+
prepend, or the page correcting its own position. Keyboard scrolling counts
|
|
19
|
+
as a gesture now, which it did not before.
|
|
20
|
+
- **Tool calls send less over the wire.** The arguments of a tool call are no
|
|
21
|
+
longer streamed with the transcript. The name and the count are, which is all
|
|
22
|
+
a collapsed pill shows, and the arguments load when you open one. Measured on
|
|
23
|
+
real sessions this cuts a transcript load by 13 to 31 percent. The trade is
|
|
24
|
+
that opening a pill now waits for one small request.
|
|
25
|
+
- **Connection diagnostics are recorded again.** The browser posted five kinds
|
|
26
|
+
of websocket event to a route that had been deleted as unused, so every one
|
|
27
|
+
returned 404 and the client half of the connection record was lost. The route
|
|
28
|
+
is back. Only the browser knows the close code and the retry count, so the
|
|
29
|
+
server could not stand in for it.
|
|
30
|
+
|
|
7
31
|
## August 24, 2026 - A transcript that stays fast, and can be searched (v0.5.0)
|
|
8
32
|
|
|
9
33
|
- **Tool-heavy sessions are readable again.** The transcript asked the server for
|
|
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as i, Fragment as te } from "react/jsx-runtime";
|
|
|
2
2
|
import { memo as ne, useState as m, useRef as T, useCallback as v, useEffect as C, useMemo as q, Suspense as U } from "react";
|
|
3
3
|
import { createPortal as re } from "react-dom";
|
|
4
4
|
import { cn as y } from "cnfast";
|
|
5
|
-
import { y as oe, a2 as W, a3 as se, X as I, a4 as ie, a5 as ae, L as H, a6 as le, x as de, C as ce, a7 as L } from "./embedded-
|
|
5
|
+
import { y as oe, a2 as W, a3 as se, X as I, a4 as ie, a5 as ae, L as H, a6 as le, x as de, C as ce, a7 as L } from "./embedded-CLYU5z7h.js";
|
|
6
6
|
import { c as me } from "./create-BrnHvSDE.js";
|
|
7
7
|
/**
|
|
8
8
|
* @license lucide-react v0.577.0 - ISC
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as k, Fragment as ZA } from "react/jsx-runtime";
|
|
2
2
|
import { useState as L, useRef as S, useEffect as x, useCallback as Y } from "react";
|
|
3
|
-
import { y as cA, n as wQ, X as DA, a8 as sQ, x as tQ, a9 as eQ, aa as aQ, a2 as MQ, ab as hQ, R as NQ, C as cQ } from "./embedded-
|
|
3
|
+
import { y as cA, n as wQ, X as DA, a8 as sQ, x as tQ, a9 as eQ, aa as aQ, a2 as MQ, ab as hQ, R as NQ, C as cQ } from "./embedded-CLYU5z7h.js";
|
|
4
4
|
/**
|
|
5
5
|
* @license lucide-react v0.577.0 - ISC
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as ao } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as Dt, useCallback as Lt, useSyncExternalStore as ut, useEffect as so } from "react";
|
|
3
3
|
import { g as io } from "./_commonjsHelpers-C6fGbg64.js";
|
|
4
|
-
import { ac as uo } from "./embedded-
|
|
4
|
+
import { ac as uo } from "./embedded-CLYU5z7h.js";
|
|
5
5
|
var Ar = "vercel.ai.error", co = Symbol.for(Ar), Ut, Ft, se = class Nr extends (Ft = Error, Ut = co, Ft) {
|
|
6
6
|
/**
|
|
7
7
|
* Creates an AI SDK Error.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as s, jsx as e, Fragment as E } from "react/jsx-runtime";
|
|
2
|
-
import { R, B as d, L as w, m as $, n as S, o as A, p as h, T as L, q as j, s as G, u as H, v as I, w as M, x as U, X as W, K as X } from "./embedded-
|
|
2
|
+
import { R, B as d, L as w, m as $, n as S, o as A, p as h, T as L, q as j, s as G, u as H, v as I, w as M, x as U, X as W, K as X } from "./embedded-CLYU5z7h.js";
|
|
3
3
|
import { cn as B } from "cnfast";
|
|
4
4
|
import { useState as T } from "react";
|
|
5
5
|
function P(t) {
|