@omg-dev/app 0.6.41 → 0.6.43
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-C3jeroRv.js → ChangelogPage-Dxlgf-qA.js} +27 -1
- package/dist-lib/{SessionFilesPanel-BtnawZPz.js → SessionFilesPanel-BbCceUAI.js} +1 -1
- package/dist-lib/{TermView-CHpSzT-e.js → TermView-C7FlVfA1.js} +2 -2
- package/dist-lib/{board-page-xQQr9mvQ.js → board-page-DdOrqPw6.js} +1 -1
- package/dist-lib/{chat-engine-CZR5i3bu.js → chat-engine-B69r_Q1A.js} +1 -1
- package/dist-lib/{coding-agents-page--77Qyh87.js → coding-agents-page-DlX051Q-.js} +1 -1
- package/dist-lib/{computer-page-Cl6JR5gB.js → computer-page-DCUq0w5v.js} +2 -2
- package/dist-lib/{embedded-CD0zzyFV.js → embedded-DOl9fPpN.js} +8158 -7927
- package/dist-lib/index.d.ts +26 -0
- package/dist-lib/index.js +1 -1
- package/dist-lib/{keyboard-DKbJ0tJO.js → keyboard-Dl1fcp-c.js} +1 -1
- package/dist-lib/{resume-session-sheet-DzKlg2Vg.js → resume-session-sheet-CwRY39_Y.js} +1 -1
- package/dist-lib/{session-token-usage-D5fRaigF.js → session-token-usage-DnJSnxNw.js} +1 -1
- package/dist-lib/{shipped-page-B3lkHN_a.js → shipped-page-RlW77vnl.js} +1 -1
- package/dist-lib/{streamdown-response-B8cGZqWq.js → streamdown-response-CB-fvojI.js} +1 -1
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,35 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { z as n } from "./embedded-
|
|
2
|
+
import { z as n } from "./embedded-DOl9fPpN.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## September 5, 2026 - omg Cloud sign-in and machine switching (v0.6.43)
|
|
8
|
+
|
|
9
|
+
- **Sign in to omg Cloud from Settings.** The box runs the sign-in through
|
|
10
|
+
\`auth.omg.dev\` and keeps the credential in \`~/.omg/credentials.json\`, the
|
|
11
|
+
same file \`omg login\` writes. The browser never holds the token.
|
|
12
|
+
- **Switch the UI onto any machine on your account.** A machine switcher at
|
|
13
|
+
the bottom of the session rail (an icon at the top left on mobile) lists
|
|
14
|
+
your cloud Computer and every paired box. Pick one and the UI reloads
|
|
15
|
+
pointed at it. The box mints the grant and proxies HTTP and WebSocket
|
|
16
|
+
traffic, and wakes a paused cloud Computer on demand. Nothing changes for
|
|
17
|
+
an install that is not signed in.
|
|
18
|
+
- **Hosts can draw the same switcher.** \`OmgAppSurface\` takes a \`machines\`
|
|
19
|
+
prop with the host's list, the active id and an \`onSelect\` callback.
|
|
20
|
+
- **New package \`@omg-dev/cloud\`.** The account client shared by the local
|
|
21
|
+
UI, the hosted app and the native app: sign-in, machine list, session
|
|
22
|
+
grants, one transport per machine, readiness.
|
|
23
|
+
- **\`@omg-dev/client\`:** \`createSameOriginTransport({ basePath })\` prefixes
|
|
24
|
+
every path, which is how the UI switches machines with one transport swap.
|
|
25
|
+
|
|
26
|
+
## September 5, 2026 - GPT-6 Astra in Codex (v0.6.42)
|
|
27
|
+
|
|
28
|
+
- **GPT-6 Astra is available for Codex sessions.** Eligible accounts can select
|
|
29
|
+
\`gpt-6-astra\` in the model picker and use Codex Fast mode with it.
|
|
30
|
+
- **The bundled Codex runtime is current.** The Codex SDK and CLI runtime move
|
|
31
|
+
to 0.153.4.
|
|
32
|
+
|
|
7
33
|
## September 4, 2026 - Fix: the release bundle could not start (v0.6.41)
|
|
8
34
|
|
|
9
35
|
- **\`omg serve\` starts again from a release install.** Every bundle since
|
|
@@ -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, a5 as W, a6 as se, X as I, a7 as ae, a8 as ie, L as H, a9 as le, y as de, C as ce, aa as L } from "./embedded-
|
|
5
|
+
import { f as oe, a5 as W, a6 as se, X as I, a7 as ae, a8 as ie, L as H, a9 as le, y as de, C as ce, aa as L } from "./embedded-DOl9fPpN.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, ab as wQ, y as sQ, ac as tQ, ad as eQ, a5 as aQ, ae 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, ab as wQ, y as sQ, ac as tQ, ad as eQ, a5 as aQ, ae as MQ, R as hQ, C as NQ } from "./embedded-DOl9fPpN.js";
|
|
4
|
+
import { K as ZA } from "./keyboard-Dl1fcp-c.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as i, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import { useState as x, useEffect as h, useMemo as b } from "react";
|
|
3
|
-
import { f as y, F as N, O as k, Q as w, a4 as v, L as I, m as A, k as _ } from "./embedded-
|
|
3
|
+
import { f as y, F as N, O as k, Q as w, a4 as v, L as I, m as A, k as _ } from "./embedded-DOl9fPpN.js";
|
|
4
4
|
import { cn as g } from "cnfast";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
@@ -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 { af as uo } from "./embedded-
|
|
4
|
+
import { af as uo } from "./embedded-DOl9fPpN.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-DOl9fPpN.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, a5 as Ai, ad as Mn, B as Ge, R as Tn, X as Qn, L as Xi, ag as Ln } from "./embedded-
|
|
4
|
-
import { K as Rn } from "./keyboard-
|
|
3
|
+
import { f as Fn, a5 as Ai, ad as Mn, B as Ge, R as Tn, X as Qn, L as Xi, ag as Ln } from "./embedded-DOl9fPpN.js";
|
|
4
|
+
import { K as Rn } from "./keyboard-Dl1fcp-c.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|