@omg-dev/app 0.4.0 → 0.5.0
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-B6oxujtj.js → ChangelogPage-8lbvM9Pz.js} +28 -1
- package/dist-lib/{SessionFilesPanel-CF_zsqbI.js → SessionFilesPanel-BKcTU57t.js} +1 -1
- package/dist-lib/{TermView-CJF4nZya.js → TermView-gazV6UMU.js} +1 -1
- package/dist-lib/{chat-engine-CK_sLDum.js → chat-engine-83mwx0z2.js} +1 -1
- package/dist-lib/{coding-agents-page-DR79T5z3.js → coding-agents-page-8Nf-IuE2.js} +1 -1
- package/dist-lib/{embedded-B900iwBO.js → embedded-BmrQsEvQ.js} +9743 -9290
- package/dist-lib/index.js +1 -1
- package/dist-lib/{resume-session-sheet-5ffg3hJB.js → resume-session-sheet-Dr_81Gfm.js} +1 -1
- package/dist-lib/{session-token-usage-Csrm3KDa.js → session-token-usage-CGhHZ3lT.js} +1 -1
- package/dist-lib/{shipped-page-B9ihw5Gz.js → shipped-page-p3oulUiM.js} +1 -1
- package/dist-lib/{streamdown-response-B858u5YQ.js → streamdown-response-Dbn0PKUH.js} +1 -1
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,36 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { M as n } from "./embedded-
|
|
2
|
+
import { M as n } from "./embedded-BmrQsEvQ.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## August 24, 2026 - A transcript that stays fast, and can be searched (v0.5.0)
|
|
8
|
+
|
|
9
|
+
- **Tool-heavy sessions are readable again.** The transcript asked the server for
|
|
10
|
+
80 raw messages, but the screen shows collapsed rows, and one run of tool calls
|
|
11
|
+
collapses into a single pill. A session that was mostly tool work therefore
|
|
12
|
+
arrived as three rows on an otherwise empty screen, and it could not page back,
|
|
13
|
+
because the page did not overflow and the backfill only ran when it did.
|
|
14
|
+
Paging is now measured in rows, so a page always carries enough to read. The
|
|
15
|
+
row rule has one definition that the server and the browser share.
|
|
16
|
+
- **A find bar for the transcript.** Virtualization keeps only the rows near the
|
|
17
|
+
viewport in the page, so the browser find command can only see those. Search
|
|
18
|
+
now runs on the server, over the whole session, and jumps to the row that
|
|
19
|
+
matched. It reports how many matches exist, walks forward and backward, and
|
|
20
|
+
keeps loading older pages while it hunts for a match that is not loaded yet.
|
|
21
|
+
It does not take over Control+F, because that would be a hostile default.
|
|
22
|
+
- **Sending a message during a reply no longer doubles the reply.** The chat
|
|
23
|
+
library appends a new copy of a message when the incoming update does not
|
|
24
|
+
match the end of the list. Sending mid-reply moved the reply away from the
|
|
25
|
+
end, so a second copy appeared, and the two drew on top of each other. The
|
|
26
|
+
live turn is now kept at the end, and an older copy of it is dropped.
|
|
27
|
+
- **Images no longer reload when you scroll back to them.** Off-screen rows are
|
|
28
|
+
removed from the page, so returning to an image used to download it again and
|
|
29
|
+
show the loading pulse again. Images and video now load in the element itself,
|
|
30
|
+
so the browser cache serves them. Video also seeks properly now, instead of
|
|
31
|
+
downloading the whole file first. The hosted surface keeps the previous path,
|
|
32
|
+
because it authenticates with a header.
|
|
33
|
+
|
|
7
34
|
## August 23, 2026 - A quieter composer, and Manage sessions is gone (v0.4.0)
|
|
8
35
|
|
|
9
36
|
- **New: one-shot commands over the API.** \`POST /api/exec\` runs a single
|
|
@@ -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-BmrQsEvQ.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-BmrQsEvQ.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-BmrQsEvQ.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-BmrQsEvQ.js";
|
|
3
3
|
import { cn as B } from "cnfast";
|
|
4
4
|
import { useState as T } from "react";
|
|
5
5
|
function P(t) {
|