@omg-dev/app 0.2.17 → 0.2.19
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-CoWDd0WD.js → ChangelogPage-BRpIpmyG.js} +42 -1
- package/dist-lib/{SessionFilesPanel-CiTpM41q.js → SessionFilesPanel-CdxFIwKb.js} +1 -1
- package/dist-lib/{TermView-CRzo4EvU.js → TermView-DdCY3y-i.js} +1 -1
- package/dist-lib/{chat-engine-rZixz8O6.js → chat-engine-Cy9E21Gk.js} +1 -1
- package/dist-lib/{coding-agents-page-Cyh_Xm1S.js → coding-agents-page-DrYj1X31.js} +1 -1
- package/dist-lib/{embedded-httwFmdQ.js → embedded-BIt88EBO.js} +7314 -7222
- package/dist-lib/{highlighted-body-OFNGDK62-47Us4lx3.js → highlighted-body-OFNGDK62-vD0EfvsT.js} +1 -1
- package/dist-lib/{index-CarGa0mw.js → index-DljmYTfQ.js} +1 -1
- package/dist-lib/index.js +1 -1
- package/dist-lib/mermaid-GHXKKRXX-h7VNMwie.js +4 -0
- package/dist-lib/{resume-session-sheet-Dwmg70ne.js → resume-session-sheet-B3_13fG7.js} +1 -1
- package/dist-lib/{session-token-usage-DAuyzhZl.js → session-token-usage-BJyBi06R.js} +1 -1
- package/dist-lib/{shipped-page-qRyuz0EC.js → shipped-page-BGF7qoLa.js} +1 -1
- package/dist-lib/{streamdown-response-Bqc_sTXF.js → streamdown-response-D5PUWemk.js} +4 -4
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
- package/dist-lib/mermaid-GHXKKRXX-Dz_SXkUX.js +0 -4
|
@@ -1,9 +1,50 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { M as n } from "./embedded-
|
|
2
|
+
import { M as n } from "./embedded-BIt88EBO.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## August 20, 2026 - Opening a bot from the roster could show the wrong chat surface (v0.2.19)
|
|
8
|
+
|
|
9
|
+
- **Selecting a persistent bot on the desktop layout could render a plain
|
|
10
|
+
session instead of the bot's own chat.** The header showed a generic agent
|
|
11
|
+
icon and model badge instead of the bot's avatar and settings, and the
|
|
12
|
+
composer read "Add a note" instead of the bot's name. The bot the roster
|
|
13
|
+
resolved is now trusted for the whole surface — header, composer, and
|
|
14
|
+
message routing — instead of being re-derived from data that could lag
|
|
15
|
+
behind a rotated, nested, or same-named session.
|
|
16
|
+
- **The bot chat back button on mobile is now a single chevron**, dropping
|
|
17
|
+
the "Bots" label text (still announced as "Back to bots" for screen
|
|
18
|
+
readers).
|
|
19
|
+
- **Bot replies are chat-shaped instead of essay-shaped.** Short replies,
|
|
20
|
+
separate message beats, confident framing, and no more bolded lead-ins,
|
|
21
|
+
markdown headings, bulleted recaps, or "want me to do X or Y?" closers.
|
|
22
|
+
- **A session with a dead harness can be resumed again.** Two bugs combined
|
|
23
|
+
to make some dead sessions permanently stuck: a liveness check misread pid
|
|
24
|
+
0 as "running," and the resume endpoint trusted that same misread to skip
|
|
25
|
+
restarting them. Messages sent to a stuck session now reach a running
|
|
26
|
+
process again.
|
|
27
|
+
- **Fewer "database is locked" errors during heavy concurrent use.**
|
|
28
|
+
Transcript search no longer maintains a full-text mirror of every message;
|
|
29
|
+
it now scans the same per-session index search already needed, which
|
|
30
|
+
removed a second write on every message ingested while the write lock was
|
|
31
|
+
held.
|
|
32
|
+
|
|
33
|
+
## August 20, 2026 - Persistent bot chats can restart their runtime (v0.2.18)
|
|
34
|
+
|
|
35
|
+
- **A persistent bot conversation now has an explicit Restart session action.**
|
|
36
|
+
It replaces the execution runtime while it keeps the same conversation ID,
|
|
37
|
+
route, transcript, participants, verified authors, unread state, and queued
|
|
38
|
+
messages. The action is separate from Apply changes, Stop, automatic context
|
|
39
|
+
refresh, and starting a fresh conversation.
|
|
40
|
+
- **Restart waits for a safe lifecycle boundary.** Active primary work, child
|
|
41
|
+
work, and queued messages defer the restart. A per-bot lock and runtime
|
|
42
|
+
compare-and-swap prevent duplicate replacements. Failed staging or shutdown
|
|
43
|
+
restores the old primary when it remains usable.
|
|
44
|
+
- **The action is limited to the persistent bot conversation menu.** Verified
|
|
45
|
+
shared-Computer access uses the existing bot control policy. Regular session
|
|
46
|
+
and child task controls and APIs are unchanged.
|
|
47
|
+
|
|
7
48
|
## August 20, 2026 - Codex sessions could not start after a Computer update (v0.2.17)
|
|
8
49
|
|
|
9
50
|
- **Release bundles contain the Codex runtime again.** The bundle removed
|
|
@@ -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-BIt88EBO.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-BIt88EBO.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-BIt88EBO.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-BIt88EBO.js";
|
|
3
3
|
import { cn as E } from "cnfast";
|
|
4
4
|
import { useState as A } from "react";
|
|
5
5
|
function j(a) {
|