@omg-dev/app 0.6.20 → 0.6.22
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-zYXt9rIT.js → ChangelogPage-CL1rhctH.js} +40 -1
- package/dist-lib/{SessionFilesPanel-hTsJ53WV.js → SessionFilesPanel-B8Hh1jVB.js} +1 -1
- package/dist-lib/{TermView-BiAcO76v.js → TermView-BwLlRGGh.js} +2 -2
- package/dist-lib/{chat-engine-CNdYx2gn.js → chat-engine-B9JBBrnj.js} +1 -1
- package/dist-lib/{coding-agents-page-DSeSE2rC.js → coding-agents-page-gCMbZL7l.js} +1 -1
- package/dist-lib/{computer-page-BWHRocKx.js → computer-page-BoKWIoFV.js} +2 -2
- package/dist-lib/{embedded-CsrJ3OrR.js → embedded-DuH50bLD.js} +10816 -10646
- package/dist-lib/index.js +1 -1
- package/dist-lib/{keyboard-BnW3xcue.js → keyboard-DuZcApjy.js} +1 -1
- package/dist-lib/{resume-session-sheet-ko3ekKSx.js → resume-session-sheet-BSQFo6ZW.js} +1 -1
- package/dist-lib/{session-token-usage-objRfEVH.js → session-token-usage-BW6dXLq8.js} +1 -1
- package/dist-lib/{shipped-page-Cx6C7okH.js → shipped-page-Cw2-wRiW.js} +1 -1
- package/dist-lib/{streamdown-response-CyHFlHAw.js → streamdown-response-BHrCbIrq.js} +1 -1
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,48 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { z as n } from "./embedded-
|
|
2
|
+
import { z as n } from "./embedded-DuH50bLD.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## August 31, 2026 - See who else is in a session (v0.6.22)
|
|
8
|
+
|
|
9
|
+
- **A shared session now shows who is in it.** An ordinary coding session used
|
|
10
|
+
to look identical whether you were working alone or with three other people.
|
|
11
|
+
It now shows their faces in the header, draws each person's avatar and name
|
|
12
|
+
beside the messages they wrote, and shows a live indicator while somebody
|
|
13
|
+
else is typing. Your own messages are unchanged, and a session you are
|
|
14
|
+
working on alone is unchanged too: with only one person there, no faces and
|
|
15
|
+
no indicator appear at all.
|
|
16
|
+
- **A person typing is shown as a person, not as the agent working.** The
|
|
17
|
+
typing indicator for a teammate is separate from the dots that mean the agent
|
|
18
|
+
is producing an answer, so a half-written question from someone else can
|
|
19
|
+
never be mistaken for the agent thinking.
|
|
20
|
+
- **Someone typing stays visible across a bot restart.** Presence now follows
|
|
21
|
+
the conversation rather than the individual run behind it. Restarting a bot
|
|
22
|
+
no longer clears everyone from the indicator, and two people looking at the
|
|
23
|
+
same conversation through different runs can now see each other.
|
|
24
|
+
- **Faces appear on a self-hosted box, not only a hosted one.** Message avatars
|
|
25
|
+
and the header roster now work the same way in both places. A box with a
|
|
26
|
+
configured roster of users shows them; a box with no roster configured shows
|
|
27
|
+
nothing, exactly as before.
|
|
28
|
+
- **Nobody gets the wrong face.** A message is only labelled when the box can
|
|
29
|
+
say who sent it. If two people send the exact same words in one session, that
|
|
30
|
+
turn is left unlabelled rather than guessed at, and a message the box cannot
|
|
31
|
+
attribute renders as it always has.
|
|
32
|
+
|
|
33
|
+
## August 31, 2026 - Command details open again in the hosted app (v0.6.21)
|
|
34
|
+
|
|
35
|
+
- **Command details load instead of showing a browser error.** Opening a tool
|
|
36
|
+
pill in the hosted app returned "The string did not match the expected
|
|
37
|
+
pattern." for every command. The transcript no longer carries tool arguments,
|
|
38
|
+
so the panel fetches them per command, and that one fetch used the browser's
|
|
39
|
+
global fetch instead of the transport the host installs. It therefore asked
|
|
40
|
+
the host page's own origin rather than the selected computer, received the
|
|
41
|
+
web app's HTML in place of the answer, and printed Safari's parser message at
|
|
42
|
+
the reader. The panel now uses the host transport like every other request.
|
|
43
|
+
An answer that is not the expected data also reports as a response problem
|
|
44
|
+
now, instead of quoting the browser.
|
|
45
|
+
|
|
7
46
|
## August 31, 2026 - Pictures hold their place in the transcript while they load (v0.6.20)
|
|
8
47
|
|
|
9
48
|
- **A picture no longer drops the message below it on top of the one above.**
|
|
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as s, 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 { f as oe, a3 as W, a4 as se, X as I, a5 as ie, a6 as ae, L as H, a7 as le, y as de, C as ce, a8 as L } from "./embedded-
|
|
5
|
+
import { f as oe, a3 as W, a4 as se, X as I, a5 as ie, a6 as ae, L as H, a7 as le, y as de, C as ce, a8 as L } from "./embedded-DuH50bLD.js";
|
|
6
6
|
import { c as me } from "./create-CBk9uwJH.js";
|
|
7
7
|
/**
|
|
8
8
|
* @license lucide-react v0.577.0 - ISC
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as r, jsx as k, Fragment as vA } from "react/jsx-runtime";
|
|
2
2
|
import { useState as L, useRef as R, useEffect as p, useCallback as q } from "react";
|
|
3
|
-
import { f as UA, o as iQ, X as CA, a9 as wQ, y as sQ, aa as tQ, ab as eQ, a3 as aQ, ac as MQ, R as hQ, C as NQ } from "./embedded-
|
|
4
|
-
import { K as ZA } from "./keyboard-
|
|
3
|
+
import { f as UA, o as iQ, X as CA, a9 as wQ, y as sQ, aa as tQ, ab as eQ, a3 as aQ, ac as MQ, R as hQ, C as NQ } from "./embedded-DuH50bLD.js";
|
|
4
|
+
import { K as ZA } from "./keyboard-DuZcApjy.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|
|
@@ -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 { ad as uo } from "./embedded-
|
|
4
|
+
import { ad as uo } from "./embedded-DuH50bLD.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 O } from "react/jsx-runtime";
|
|
2
|
-
import { R, B as u, L as $, n as A, o as S, M as G, p as j, q as E, s as f, T as P, u as D, v as W, w as T, x as X, y as J, X as Q, K as V } from "./embedded-
|
|
2
|
+
import { R, B as u, L as $, n as A, o as S, M as G, p as j, q as E, s as f, T as P, u as D, v as W, w as T, x as X, y as J, X as Q, K as V } from "./embedded-DuH50bLD.js";
|
|
3
3
|
import { cn as U } from "cnfast";
|
|
4
4
|
import { useState as I } from "react";
|
|
5
5
|
function B(l) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as pe, jsx as J, Fragment as zt } from "react/jsx-runtime";
|
|
2
2
|
import { useState as Ve, useRef as Qe, useCallback as ve, useEffect as Le } from "react";
|
|
3
|
-
import { f as Fn, a3 as Ai, ab as Mn, B as Ge, R as Tn, X as Qn, L as Xi, ae as Ln } from "./embedded-
|
|
4
|
-
import { K as Rn } from "./keyboard-
|
|
3
|
+
import { f as Fn, a3 as Ai, ab as Mn, B as Ge, R as Tn, X as Qn, L as Xi, ae as Ln } from "./embedded-DuH50bLD.js";
|
|
4
|
+
import { K as Rn } from "./keyboard-DuZcApjy.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|