@omg-dev/app 0.2.18 → 0.2.20
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-Deln7EqV.js → ChangelogPage-BohAg8Um.js} +46 -1
- package/dist-lib/{SessionFilesPanel-Bk0kIf3_.js → SessionFilesPanel-DktXrSTs.js} +1 -1
- package/dist-lib/{TermView-DwHF5S0R.js → TermView-rm8onW7t.js} +1 -1
- package/dist-lib/{chat-engine-Duq7mLXk.js → chat-engine-Cx-Cq2vI.js} +1 -1
- package/dist-lib/{coding-agents-page-D_IC8NVk.js → coding-agents-page-DGsPxBfZ.js} +1 -1
- package/dist-lib/{embedded-ClZukCvh.js → embedded-fYVkvd7A.js} +10840 -10562
- package/dist-lib/{highlighted-body-OFNGDK62-C4iLBfzx.js → highlighted-body-OFNGDK62-BoAuuZR4.js} +1 -1
- package/dist-lib/{index-CO74K5MF.js → index-BnJITiuM.js} +1 -1
- package/dist-lib/index.js +1 -1
- package/dist-lib/mermaid-GHXKKRXX-Du3eD6Dj.js +4 -0
- package/dist-lib/{resume-session-sheet-CjAd6sAt.js → resume-session-sheet-Drb_ZIBL.js} +1 -1
- package/dist-lib/{session-token-usage-Bxl9ladC.js → session-token-usage-C_WDz8xn.js} +1 -1
- package/dist-lib/{shipped-page-nNLpMuzo.js → shipped-page-B7XoI1In.js} +1 -1
- package/dist-lib/{streamdown-response-CimNIl4G.js → streamdown-response-gONFDL8V.js} +4 -4
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
- package/dist-lib/mermaid-GHXKKRXX-D6C55XPo.js +0 -4
|
@@ -1,9 +1,54 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { M as n } from "./embedded-
|
|
2
|
+
import { M as n } from "./embedded-fYVkvd7A.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## August 20, 2026 - A new account saw no onboarding steps at all (v0.2.20)
|
|
8
|
+
|
|
9
|
+
- **A brand new hosted account landed on an empty home screen.** After
|
|
10
|
+
finishing (or skipping) the connect screens, there was nothing on the page
|
|
11
|
+
that said what the Computer could do: no steps, no suggestions, only "No
|
|
12
|
+
running sessions". The first-run steps existed on the server the whole
|
|
13
|
+
time, but no screen ever showed them. There is now a "Getting started"
|
|
14
|
+
panel on the home screen with the remaining steps. It can be dismissed, it
|
|
15
|
+
stays dismissed on every device, and Settings > Setup guide replays it.
|
|
16
|
+
- Each step completes on its own when you do the thing, so the panel never
|
|
17
|
+
asks you to start a first session while you are looking at one.
|
|
18
|
+
- **A shared persistent-bot conversation's header showed a human avatar and
|
|
19
|
+
name chip** next to the bot's own identity, reading as who created or owns
|
|
20
|
+
the bot. The header now shows only the bot's identity and settings.
|
|
21
|
+
- **Messages from other people in a shared bot conversation now show whose
|
|
22
|
+
they are.** A verified message from someone other than you shows their
|
|
23
|
+
avatar and name beside it, like a group chat inside the bot conversation.
|
|
24
|
+
Your own messages and the bot's replies look exactly as they did before.
|
|
25
|
+
|
|
26
|
+
## August 20, 2026 - Opening a bot from the roster could show the wrong chat surface (v0.2.19)
|
|
27
|
+
|
|
28
|
+
- **Selecting a persistent bot on the desktop layout could render a plain
|
|
29
|
+
session instead of the bot's own chat.** The header showed a generic agent
|
|
30
|
+
icon and model badge instead of the bot's avatar and settings, and the
|
|
31
|
+
composer read "Add a note" instead of the bot's name. The bot the roster
|
|
32
|
+
resolved is now trusted for the whole surface — header, composer, and
|
|
33
|
+
message routing — instead of being re-derived from data that could lag
|
|
34
|
+
behind a rotated, nested, or same-named session.
|
|
35
|
+
- **The bot chat back button on mobile is now a single chevron**, dropping
|
|
36
|
+
the "Bots" label text (still announced as "Back to bots" for screen
|
|
37
|
+
readers).
|
|
38
|
+
- **Bot replies are chat-shaped instead of essay-shaped.** Short replies,
|
|
39
|
+
separate message beats, confident framing, and no more bolded lead-ins,
|
|
40
|
+
markdown headings, bulleted recaps, or "want me to do X or Y?" closers.
|
|
41
|
+
- **A session with a dead harness can be resumed again.** Two bugs combined
|
|
42
|
+
to make some dead sessions permanently stuck: a liveness check misread pid
|
|
43
|
+
0 as "running," and the resume endpoint trusted that same misread to skip
|
|
44
|
+
restarting them. Messages sent to a stuck session now reach a running
|
|
45
|
+
process again.
|
|
46
|
+
- **Fewer "database is locked" errors during heavy concurrent use.**
|
|
47
|
+
Transcript search no longer maintains a full-text mirror of every message;
|
|
48
|
+
it now scans the same per-session index search already needed, which
|
|
49
|
+
removed a second write on every message ingested while the write lock was
|
|
50
|
+
held.
|
|
51
|
+
|
|
7
52
|
## August 20, 2026 - Persistent bot chats can restart their runtime (v0.2.18)
|
|
8
53
|
|
|
9
54
|
- **A persistent bot conversation now has an explicit Restart session action.**
|
|
@@ -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 I } from "react";
|
|
3
3
|
import { createPortal as re } from "react-dom";
|
|
4
4
|
import { cn as y } from "cnfast";
|
|
5
|
-
import { y as oe, z as H, F as se, X as U, E as ie, H as ae, L as J, I as le, l as de, x as ce, J as L } from "./embedded-
|
|
5
|
+
import { y as oe, z as H, F as se, X as U, E as ie, H as ae, L as J, I as le, l as de, x as ce, J as L } from "./embedded-fYVkvd7A.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, S as wQ, X as DA, a7 as sQ, l as tQ, a8 as eQ, a9 as aQ, z as MQ, aa as hQ, R as NQ, x as cQ } from "./embedded-
|
|
3
|
+
import { y as cA, S as wQ, X as DA, a7 as sQ, l as tQ, a8 as eQ, a9 as aQ, z as MQ, aa as hQ, R as NQ, x as cQ } from "./embedded-fYVkvd7A.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 { ab as uo } from "./embedded-
|
|
4
|
+
import { ab as uo } from "./embedded-fYVkvd7A.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 t, jsx as e, Fragment as K } from "react/jsx-runtime";
|
|
2
|
-
import { R as F, B as d, L as z, P as w, S as R, f as $, g, T, h as m, i as M, j as _, k as S, C as q, l as H, X as U, K as W } from "./embedded-
|
|
2
|
+
import { R as F, B as d, L as z, P as w, S as R, f as $, g, T, h as m, i as M, j as _, k as S, C as q, l as H, X as U, K as W } from "./embedded-fYVkvd7A.js";
|
|
3
3
|
import { cn as E } from "cnfast";
|
|
4
4
|
import { useState as A } from "react";
|
|
5
5
|
function j(a) {
|