@omg-dev/app 0.6.15 → 0.6.17
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-DUGRtjic.js → ChangelogPage-4t7So8WI.js} +76 -1
- package/dist-lib/{SessionFilesPanel-DCg5ulH3.js → SessionFilesPanel-BBuQRLCH.js} +1 -1
- package/dist-lib/{TermView-eLm0mVur.js → TermView-DcSlTJWJ.js} +2 -2
- package/dist-lib/agent-deepseek.svg +3 -0
- package/dist-lib/{chat-engine-CPhnHoov.js → chat-engine-BEyPjOFF.js} +1 -1
- package/dist-lib/{coding-agents-page-DGLXTdXg.js → coding-agents-page-DxiQEA0x.js} +1 -1
- package/dist-lib/{computer-page-CZx8ccpI.js → computer-page-DUjgjP9t.js} +2 -2
- package/dist-lib/{embedded-Ck10Okym.js → embedded-CCcPhTYL.js} +8996 -8874
- package/dist-lib/index.d.ts +1 -0
- package/dist-lib/index.js +1 -1
- package/dist-lib/{keyboard-B8vaZRTC.js → keyboard-B5L4gTN6.js} +1 -1
- package/dist-lib/manifest.webmanifest +2 -2
- package/dist-lib/{resume-session-sheet-BnY0VdOw.js → resume-session-sheet-_NOvRNRN.js} +1 -1
- package/dist-lib/{session-token-usage-DqiLcSLf.js → session-token-usage-DPsH9-3y.js} +1 -1
- package/dist-lib/{shipped-page-CZAYNqrV.js → shipped-page-BN_kpMES.js} +1 -1
- package/dist-lib/{streamdown-response-Bs0Fo015.js → streamdown-response-BD0Op1QS.js} +1 -1
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,84 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { z as n } from "./embedded-
|
|
2
|
+
import { z as n } from "./embedded-CCcPhTYL.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## August 28, 2026 - A desktop app preview, unread marks for chats, and the DeepSeek Harness (v0.6.17)
|
|
8
|
+
|
|
9
|
+
- **A chat that landed a reply you have not read now carries a dot.** The
|
|
10
|
+
roster could draw a session working, and it could draw nothing. "Nothing"
|
|
11
|
+
meant finished a second ago, finished and already read, and finished last
|
|
12
|
+
March, all at once, so the one state a person waits for had no mark. The dot
|
|
13
|
+
is per person, so two identities on one box do not clear each other. It is
|
|
14
|
+
held back while the session is working, because it means "ready for you" and
|
|
15
|
+
a session in the middle of a turn is not. It clears when the transcript is
|
|
16
|
+
actually on screen, not when a stored preference says a column is open. The
|
|
17
|
+
row menu has "Mark as read", and the Chat tab carries the same dot that Bots
|
|
18
|
+
already had.
|
|
19
|
+
- **An unread row is no longer tinted.** The dot, the tooltip and the screen
|
|
20
|
+
reader label say it. The row tint said it a third time, and a list with a few
|
|
21
|
+
unread sessions in it read as alarmed. Bot rows never had the tint, so the
|
|
22
|
+
two kinds of row now match.
|
|
23
|
+
- **There is a desktop app preview for macOS and Linux.** It is a Bun-native
|
|
24
|
+
Electrobun shell that contains the omg.dev web UI and server, so the packaged
|
|
25
|
+
app needs no separate Bun or CLI install. At startup it uses a healthy
|
|
26
|
+
omg.dev server on loopback when one is already running. Otherwise it starts
|
|
27
|
+
its own runtime, and it stops only the child it started. The window is shown
|
|
28
|
+
after the app is ready. Builds come from the \`desktop-package\` workflow as
|
|
29
|
+
downloadable artifacts. They are not part of this release bundle.
|
|
30
|
+
- **DeepSeek Harness is available as a coding agent.** It is in the agent
|
|
31
|
+
catalog, the setup script, and the coding agent adapters, like the other
|
|
32
|
+
harnesses.
|
|
33
|
+
- **OpenCode reports the models and variants of your connected providers.**
|
|
34
|
+
- **A \`codex exec\` session is titled by its real prompt.** A non-interactive
|
|
35
|
+
run records its prompt in a form the title scan dropped, so every exec
|
|
36
|
+
rollout fell back to the directory name. A batch of runs in one directory
|
|
37
|
+
produced identical rows in the Live roster and in resume history. The scan
|
|
38
|
+
now falls back to the first user turn in the transcript, and it skips the
|
|
39
|
+
wrapper blocks that Codex injects ahead of the real prompt.
|
|
40
|
+
- **A session row hides the assignee badge when it repeats what the row
|
|
41
|
+
already says.**
|
|
42
|
+
- **The native iOS client gained the web app's list, session view and
|
|
43
|
+
sign-in.** The subagent tree lines are aimed at the mark they descend from,
|
|
44
|
+
the list can be scoped by folder, and the usage rings open. The client ships
|
|
45
|
+
through TestFlight and EAS Update, not through this release bundle.
|
|
46
|
+
|
|
47
|
+
## August 27, 2026 - The native iOS client, native push, and a matched dark theme (v0.6.16)
|
|
48
|
+
|
|
49
|
+
- **The native omg.dev client for iOS now lives in this repository.** The
|
|
50
|
+
\`mobile/\` directory held a todo prototype while the real client was developed
|
|
51
|
+
on a branch. The real client is now on \`main\`: sign-in, sessions, transcript
|
|
52
|
+
and composer, dictation, the Bots roster and bot chat, shared Computers, and
|
|
53
|
+
the plan screen. It ships through TestFlight and EAS Update, not through this
|
|
54
|
+
release bundle.
|
|
55
|
+
- **The dark theme is softer, and an installed app's status bar now matches
|
|
56
|
+
it.** The background moved from pure black to #141414, and body text moved
|
|
57
|
+
from pure white to a warm off-white. The chrome of an installed app kept its
|
|
58
|
+
own copies of the old colour, so an iPhone home-screen app painted a black
|
|
59
|
+
status bar above a lighter page. The theme colour, the splash, the safe-area
|
|
60
|
+
strips, the boot-failure page, and the web manifest now all use the same
|
|
61
|
+
value.
|
|
62
|
+
- **The server can send push notifications to the native app.** Delivery goes
|
|
63
|
+
through Expo and APNs, and it is fanned out from the same path as every other
|
|
64
|
+
notification, so existing callers inherit it with the same user scoping. The
|
|
65
|
+
payload is deliberately redacted: it carries a per-kind title and a project
|
|
66
|
+
name, and never the question text. Delivery needs a native build and an APNs
|
|
67
|
+
key.
|
|
68
|
+
- **The usage summary now arrives in one request.** \`/api/usage/summary\` groups
|
|
69
|
+
sources by kind, averages clamped windows by label, keeps the soonest reset,
|
|
70
|
+
and excludes accounts that did not report. A remote client no longer pays one
|
|
71
|
+
round trip per account. The per-account routes remain available.
|
|
72
|
+
- **Batch dictation now picks a provider that can perform it.** The fallback
|
|
73
|
+
matched any provider that defined a transcribe function, which included the
|
|
74
|
+
hosted relay. That relay is realtime-only and always answers 503, so a
|
|
75
|
+
workspace with a working ElevenLabs or OpenAI key still failed. Batch-capable
|
|
76
|
+
providers are now marked, and only they are selected.
|
|
77
|
+
- **A session row falls back to the local placeholder when an avatar cannot
|
|
78
|
+
load.** The fallback chain ended at Gravatar, which always returns a URL. On a
|
|
79
|
+
box that cannot reach gravatar.com, every row rendered a broken image. The
|
|
80
|
+
configured identity now stays visible without a network.
|
|
81
|
+
|
|
7
82
|
## August 27, 2026 - Session sharing, pinned chats sync, and env-token Claude accounts (v0.6.15)
|
|
8
83
|
|
|
9
84
|
- **A Claude login held in \`CLAUDE_CODE_OAUTH_TOKEN\` now counts as a connected
|
|
@@ -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-CCcPhTYL.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-CCcPhTYL.js";
|
|
4
|
+
import { K as ZA } from "./keyboard-B5L4gTN6.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none">
|
|
2
|
+
<path d="M48.8354 10.0479C48.3232 9.792 48.1025 10.2798 47.8032 10.5278C46.7793 11.624 45.9048 12.1597 44.7622 12.0957C43.0923 12 41.666 12.5356 40.4058 13.8398C40.1377 12.2319 39.2476 11.272 37.8926 10.6558C36.4668 10.0156 35.9702 9.3198 35.356 7.7275C35.2456 7.3999 35.1353 7.064 34.7651 7.0078C34.3633 6.9438 34.2056 7.2876 34.0479 7.5757C33.418 8.752 33.1733 10.0479 33.1973 11.3599C33.2524 14.312 34.4736 16.6641 36.8999 18.3359C37.1758 18.5278 37.2466 18.7197 37.1597 19C36.9946 19.5757 36.7974 20.1357 36.624 20.7119C36.5137 21.0801 36.3486 21.1597 35.9624 21C34.6309 20.4321 33.481 19.5918 32.4644 18.5757C30.7393 16.8721 29.1792 14.9917 27.2334 13.52C26.7764 13.1758 26.3193 12.856 25.8467 12.5518C23.8618 10.584 26.1069 8.9678 26.627 8.7759C27.1704 8.5757 26.8159 7.8877 25.0591 7.896C23.3022 7.9038 21.6953 8.5039 19.647 9.3037C17.563 9.8477 15.3022 9.0957 12.9033 9.376C9.106 9.8076 6.0728 11.6396 3.8433 14.7681C1.1646 18.5278.5342 22.7998 1.3066 27.2559C2.1177 31.9521 4.4658 35.8398 8.0737 38.8799C11.8159 42.0322 16.1255 43.5762 21.041 43.2803C24.0269 43.104 27.3516 42.6963 31.1016 39.4561C32.0469 39.936 33.0396 40.1279 34.686 40.272C35.9546 40.3921 37.1758 40.208 38.1211 40.0078C39.6021 39.688 39.4995 38.2881 38.9639 38.0322C34.623 35.9678 35.5762 36.8081 34.71 36.1279C36.9155 33.4639 40.2402 30.6958 41.54 21.728C41.6426 21.0161 41.5557 20.5679 41.54 19.9917C41.5322 19.6396 41.6108 19.5039 42.0049 19.4639C47.9292 18.9199 49.064 14.3438 49.3315 11.2559C49.3711 10.7837 49.3237 10.2959 48.8354 10.0479ZM24.3262 37.8398C20.1196 34.4639 18.0791 33.3521 17.2358 33.3999C16.4482 33.4482 16.5898 34.3682 16.7632 34.9678C16.9443 35.5601 17.1812 35.9683 17.5117 36.4878C17.7402 36.832 17.8979 37.3442 17.2832 37.728C15.9282 38.584 13.5728 37.4399 13.4624 37.3838C10.7207 35.7358 8.4282 33.5601 6.8135 30.584C5.2534 27.7197 4.3477 24.6479 4.1978 21.3677C4.1582 20.5757 4.3867 20.2959 5.1587 20.1519C12.4341 18.7759 18.0718 23.1118 19.2529 25.7759C21.002 27.5439 22.3252 29.6558 23.6885 31.7202C25.1377 33.9121 26.6978 36 28.6831 37.7119C29.3843 38.312 29.9434 38.7681 30.479 39.104C28.8643 39.2881 26.1699 39.3281 24.3262 37.8398ZM26.3433 24.6001C26.3433 24.248 26.6191 23.9678 26.9658 23.9678C27.3042 23.9678 27.5801 24.248 27.5801 24.6001C27.5801 24.9521 27.3042 25.2319 26.9575 25.2319C26.6108 25.2319 26.3433 24.9521 26.3433 24.6001ZM32.6064 27.8799C31.2275 28.4556 30.1641 27.9922 29.8096 27.688C28.6675 26.7124 28.6675 25.2319 28.7305 24.9199C28.8721 24.248 28.7144 23.8159 28.2495 23.4238C27.6743 22.936 26.792 23.0562 26.3511 22.856C26.1304 22.7441 25.9492 22.4639 26.1226 22.1201C26.1777 22.0078 26.4458 21.7358 26.5088 21.688C27.2256 21.272 28.0527 21.4077 28.8169 21.7197C30.5576 22.4478 32.5273 24.6636 33.1104 26.9521C33.2446 27.3521 33.0713 27.6802 32.6064 27.8799Z" fill="#4D6BFE"/>
|
|
3
|
+
</svg>
|
|
@@ -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-CCcPhTYL.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 O } from "react/jsx-runtime";
|
|
2
|
-
import { R, B as d, L as $, n as A, o as S, M as G, p as j, q as E, s as h, 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 d, L as $, n as A, o as S, M as G, p as j, q as E, s as h, 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-CCcPhTYL.js";
|
|
3
3
|
import { cn as U } from "cnfast";
|
|
4
4
|
import { useState as I } from "react";
|
|
5
5
|
function B(s) {
|
|
@@ -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-CCcPhTYL.js";
|
|
4
|
+
import { K as Rn } from "./keyboard-B5L4gTN6.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|