@omg-dev/app 0.6.72 → 0.6.74
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-CSjEso1x.js → ChangelogPage-uFkdfujr.js} +13 -1
- package/dist-lib/{SessionFilesPanel-BIHzqIfA.js → SessionFilesPanel-DsEWGl3G.js} +1 -1
- package/dist-lib/{TermView-fiE_uato.js → TermView-CR-75KmW.js} +2 -2
- package/dist-lib/{board-page-9z8nvPpv.js → board-page-a5F0OipU.js} +1 -1
- package/dist-lib/{chat-engine-tAAcsqyM.js → chat-engine-CZN_QenF.js} +1 -1
- package/dist-lib/{coding-agents-page-DvatKpzo.js → coding-agents-page-Df2iEp-g.js} +1 -1
- package/dist-lib/{computer-page-DBPm3_nT.js → computer-page-eeyNrk7R.js} +2 -2
- package/dist-lib/{embedded-D3JpzojG.js → embedded-C3XSCb9u.js} +5092 -4990
- package/dist-lib/index.js +1 -1
- package/dist-lib/{keyboard-5SkIGqmo.js → keyboard-HvQrd3GH.js} +1 -1
- package/dist-lib/{resume-session-sheet-CT6qtGeC.js → resume-session-sheet-DD1AWuMl.js} +1 -1
- package/dist-lib/{session-token-usage-DS1ghA2Z.js → session-token-usage-BpOH7sxe.js} +1 -1
- package/dist-lib/{shipped-page-7Ls0EvyW.js → shipped-page-mTkdzEXd.js} +1 -1
- package/dist-lib/{streamdown-response-BdCsja5R.js → streamdown-response-DwQQ5zzF.js} +1 -1
- package/dist-lib/styles.css +1 -1
- package/package.json +3 -3
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { N as n } from "./embedded-
|
|
2
|
+
import { N as n } from "./embedded-C3XSCb9u.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## September 18, 2026 - Local installs update themselves (v0.6.74)
|
|
8
|
+
|
|
9
|
+
- A computer installed with \`omg computer setup\` now applies a newer GitHub release on start, and checks again every 6 hours. The Update button still works. Skip still skips that version.
|
|
10
|
+
- Hosted Computers stay on the template version. A source checkout (a git pull install) stays manual. Set \`LFG_AUTO_UPDATE=0\` to turn the checker off.
|
|
11
|
+
|
|
12
|
+
## September 18, 2026 - Deploy a project from the client (v0.6.73)
|
|
13
|
+
|
|
14
|
+
- Web and iOS can publish a project folder to \`*.omgs.app\`. Open the project or folder sheet and use Deploy. The same URL stays on the row after a republish.
|
|
15
|
+
- \`omg deploy\`, \`omg apps\`, \`omg whoami\`, \`omg visibility\`, and \`omg env\` now run on this runtime. Agents get matching MCP tools. The old \`@omg-dev/cli\` 0.4.42 download is gone.
|
|
16
|
+
- A Cloud Computer does not store a user token. Cloud calls go through the guest proxy so Infra can attach the owner's credential. \`omg login\` on that Computer is a no-op.
|
|
17
|
+
- The iOS usage ring now lists each Claude profile with its own windows instead of one merged card.
|
|
18
|
+
|
|
7
19
|
## September 18, 2026 - Hosted videos start without a full download (v0.6.72)
|
|
8
20
|
|
|
9
21
|
- Transcript videos on the web and iOS now use short-lived signed artifact URLs. The browser and native player can request byte ranges and start playback before the complete recording downloads.
|
|
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as o, Fragment as te } from "react/jsx-runtime";
|
|
|
2
2
|
import { memo as ne, useState as c, useRef as E, useCallback as v, useEffect as T, 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 { z as oe, a7 as se, a8 as W, a9 as ae, X as I, aa as ie, ab as le, L as H, ac as de, y as ce, m as me, ad as j } from "./embedded-
|
|
5
|
+
import { z as oe, a7 as se, a8 as W, a9 as ae, X as I, aa as ie, ab as le, L as H, ac as de, y as ce, m as me, ad as j } from "./embedded-C3XSCb9u.js";
|
|
6
6
|
import { c as ue } from "./create-BOwd_pad.js";
|
|
7
7
|
/**
|
|
8
8
|
* @license lucide-react v0.577.0 - ISC
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as U, jsx as F, 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 { z as ZA, o as wQ, X as CA, ae as sQ, y as tQ, af as eQ, ag as aQ, a8 as MQ, ah as hQ, R as NQ, m as cQ } from "./embedded-
|
|
4
|
-
import { K as jA, C as PA } from "./keyboard-
|
|
3
|
+
import { z as ZA, o as wQ, X as CA, ae as sQ, y as tQ, af as eQ, ag as aQ, a8 as MQ, ah as hQ, R as NQ, m as cQ } from "./embedded-C3XSCb9u.js";
|
|
4
|
+
import { K as jA, C as PA } from "./keyboard-HvQrd3GH.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 c } from "react/jsx-runtime";
|
|
2
2
|
import { useState as x, useEffect as h, useMemo as b } from "react";
|
|
3
|
-
import { E as y, F as N, H as w, I as k, L as v, J as I, l as A, j } from "./embedded-
|
|
3
|
+
import { E as y, F as N, H as w, I as k, L as v, J as I, l as A, j } from "./embedded-C3XSCb9u.js";
|
|
4
4
|
import { cn as g } from "cnfast";
|
|
5
5
|
const u = {
|
|
6
6
|
"needs-you": "Needs you",
|
|
@@ -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 { ai as uo } from "./embedded-
|
|
4
|
+
import { ai as uo } from "./embedded-C3XSCb9u.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 U } from "react/jsx-runtime";
|
|
2
|
-
import { R as v, B as u, L as C, n as A, o as S, M as W, p as j, q as E, s as f, T as O, u as I, v as X, w as D, x as J, y as Q, X as V, K as Y } from "./embedded-
|
|
2
|
+
import { R as v, B as u, L as C, n as A, o as S, M as W, p as j, q as E, s as f, T as O, u as I, v as X, w as D, x as J, y as Q, X as V, K as Y } from "./embedded-C3XSCb9u.js";
|
|
3
3
|
import { cn as P } from "cnfast";
|
|
4
4
|
import { useState as T } from "react";
|
|
5
5
|
function B(l) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as ye, jsx as z, Fragment as jt } from "react/jsx-runtime";
|
|
2
2
|
import { useState as Le, useRef as Re, useCallback as xe, useEffect as De } from "react";
|
|
3
|
-
import { z as rn, a8 as Di, ag as Pn, B as Be, R as Nn, X as Un, L as Bi, aj as Hn } from "./embedded-
|
|
4
|
-
import { K as zn, C as On } from "./keyboard-
|
|
3
|
+
import { z as rn, a8 as Di, ag as Pn, B as Be, R as Nn, X as Un, L as Bi, aj as Hn } from "./embedded-C3XSCb9u.js";
|
|
4
|
+
import { K as zn, C as On } from "./keyboard-HvQrd3GH.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|