@omg-dev/app 0.3.0 → 0.4.0

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.
Files changed (27) hide show
  1. package/dist-lib/{ChangelogPage-tITBP5A1.js → ChangelogPage-B6oxujtj.js} +82 -1
  2. package/dist-lib/{File-BszRWhXA.js → File-B-qYa2zY.js} +1 -1
  3. package/dist-lib/{FileEditor-ByMnm-sa.js → FileEditor-BIz0qCyW.js} +2 -2
  4. package/dist-lib/{FileViewer-DgjR_OJp.js → FileViewer-Clmf04v1.js} +1 -1
  5. package/dist-lib/{SessionFilesPanel-T3CkIp2a.js → SessionFilesPanel-CF_zsqbI.js} +2 -2
  6. package/dist-lib/{TermView-BJiSY2oC.js → TermView-CJF4nZya.js} +1 -1
  7. package/dist-lib/{chat-engine-ChrOJLdY.js → chat-engine-CK_sLDum.js} +1 -1
  8. package/dist-lib/{streamdown-response-Bt7VM-cZ.js → chunk-BO2N2NFS-kYiI5SD9.js} +5006 -6023
  9. package/dist-lib/{coding-agents-page-Bsy-dsUo.js → coding-agents-page-DR79T5z3.js} +80 -80
  10. package/dist-lib/embedded-B900iwBO.js +32318 -0
  11. package/dist-lib/engine-compile-BeDRSL6Y.js +9199 -0
  12. package/dist-lib/{highlighted-body-OFNGDK62-bfel3kiX.js → highlighted-body-OFNGDK62-C2DGVKV8.js} +4 -4
  13. package/dist-lib/index-BXzud6tj.js +1247 -0
  14. package/dist-lib/{index-BNac_jIC.js → index-DWkBvb-9.js} +27 -27
  15. package/dist-lib/{index-Bw4EY_Nm.js → index-DcwavxA1.js} +3 -3
  16. package/dist-lib/index-Dtkd4mEk.js +29 -0
  17. package/dist-lib/index.js +1 -1
  18. package/dist-lib/mermaid-GHXKKRXX-Ox_2d3uB.js +4 -0
  19. package/dist-lib/{resume-session-sheet-CsBKi_wb.js → resume-session-sheet-5ffg3hJB.js} +1 -1
  20. package/dist-lib/{session-token-usage-CTQR54Yk.js → session-token-usage-Csrm3KDa.js} +1 -1
  21. package/dist-lib/{shipped-page-B46DR9zS.js → shipped-page-B9ihw5Gz.js} +1 -1
  22. package/dist-lib/streamdown-response-B858u5YQ.js +1051 -0
  23. package/dist-lib/styles.css +1 -1
  24. package/package.json +4 -2
  25. package/dist-lib/embedded-cpSkU0tg.js +0 -28023
  26. package/dist-lib/engine-compile-BeZvvx0I.js +0 -10442
  27. package/dist-lib/mermaid-GHXKKRXX-CTlo5kzO.js +0 -4
@@ -1,9 +1,90 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { M as n } from "./embedded-cpSkU0tg.js";
2
+ import { M as n } from "./embedded-B900iwBO.js";
3
3
  const t = `# Changelog
4
4
 
5
5
  Recent product updates and deployment notes.
6
6
 
7
+ ## August 23, 2026 - A quieter composer, and Manage sessions is gone (v0.4.0)
8
+
9
+ - **New: one-shot commands over the API.** \`POST /api/exec\` runs a single
10
+ shell command in a configured repo and returns its output, exit code and
11
+ timing. It exists for a caller reaching this box from somewhere else — an
12
+ agent on another machine had no way to read a file short of starting a whole
13
+ coding-agent session. Capped deliberately: 60s by default and 120s at most,
14
+ 64KB per stream keeping both the start and the end of the output, and the
15
+ working directory must resolve to a repo this computer already knows.
16
+ Anything longer belongs in a session.
17
+ - **Requests are size-limited.** A body over 32MB is now rejected with a 413
18
+ instead of being read into memory. Uploads that legitimately pass through
19
+ this server, like session artifact images and videos, are well under it.
20
+ - **The chat composer is rebuilt.** The bar gives the text more room without
21
+ growing its buttons, which stay at a full 40px touch target. Send is an arrow
22
+ that only appears once there is something to send. Attach is a plus that moved
23
+ inside the bar. The mic is a real circle, and send sits beside it.
24
+ Hold-to-queue and Cmd/Ctrl+Enter still queue. Voice lives entirely on the mic
25
+ button now: tap to dictate, hold to talk, drag to cancel.
26
+ - **Removed: the "/" button in the composer.** Typing "/" still opens the skill
27
+ suggestions, but nothing on screen advertises them any more. That is what the
28
+ composer rework costs, and it is recorded here rather than glossed over.
29
+ - **Removed: "Manage sessions".** The submenu is gone, along with the five
30
+ agent-driven templates behind it, the path that launched an agent from one,
31
+ and the clear-idle action. \`POST /api/sessions/close-all\` went with it,
32
+ because that action was its only caller. Closing a single session is
33
+ untouched, and so is reclaiming an idle one under memory pressure.
34
+ - **The transcript glides instead of jumping.** Staying stuck to the bottom used
35
+ to set the scroll position instantly on every change, which raced the entrance
36
+ animations and produced a jump under a still-arriving message. Appends, the
37
+ typing indicator, and re-engaging stick now animate. A message streaming in
38
+ place still snaps, because a smooth scroll cannot keep up with 30ms token
39
+ gaps. A reader who has scrolled up is still left alone.
40
+ - **Sending a message no longer stutters the scroll.** Three separate triggers
41
+ fired on send, and each one restarted the eased scroll from zero, so the
42
+ transcript hitched instead of settling. The glide is now started once and
43
+ left to finish. A wheel, a touch, or a pointer press cancels it immediately,
44
+ so the view can no longer pull away from a reader who is scrolling up.
45
+ - **The transcript re-renders less while a message streams.** Every arriving
46
+ token re-rendered every message and every tool group in the session. Those
47
+ are now compared before they redraw. On a long streaming session this took
48
+ dropped frames from 81 to 32, and layout recalculations from 1733 to 520.
49
+ - **A reclaimed worktree is captured before it is removed.** Session worktrees
50
+ used to be deleted outright. The contents are now committed under
51
+ \`refs/wip/<session-id>\` first, and the removal is abandoned if that capture
52
+ fails. A worktree is never reclaimed while its tmux pane is alive, while a
53
+ process is running inside it, or while it is still registered, whatever its
54
+ age. The retention window is seven days.
55
+ - **Archiving a session stops the dev servers it started.** They used to keep
56
+ running after the session was gone, which is how this machine collected
57
+ orphaned Vite processes. Closing a session now reaps them. A registry row is
58
+ also checked for a live pane before it is deleted, so a resume can no longer
59
+ orphan a session that is still running.
60
+ - **The session tree connector is drawn at one weight.** The elbow joining a
61
+ child to its parent used a corner radius scaled off the app's \`--radius\`, so
62
+ on a 20px connector it ended well short of where the T-junction reached, and
63
+ read lighter because a border-and-radius elbow and a filled spine are drawn by
64
+ two different rasterizers. The connector is a single stroke now, and holds
65
+ even weight on standard and retina displays.
66
+ - **A row's preview fades when it changes.** A streaming session rewrites the
67
+ line under its title, and a dozen rows snapping to new words at once made the
68
+ list twitch. The new text now fades in over 220ms without moving, because a
69
+ row that shifts looks like it changed position in the list. Off entirely under
70
+ \`prefers-reduced-motion\`.
71
+ - **"Copy session reference" no longer writes LFG on your clipboard.** It put
72
+ \`LFG session reference: <id>\` there, which is the most public of the
73
+ leftover names, because that string gets pasted into other tools and into
74
+ conversations. The \`lfg mcp\` command and the \`lfg-mcp\` settings key are
75
+ deliberately unchanged: one is what agents are already configured to run, and
76
+ the other is where setup state is stored, so renaming them is a migration
77
+ rather than a label fix.
78
+ - **Setup names the cause when the command is missing afterwards.** It used to
79
+ report that \`lfg\` was not on PATH, to someone who had just typed
80
+ \`omg computer setup\`. It now names the actual fix: open a new shell, or add
81
+ \`~/.local/bin\` to PATH, then run \`omg computer status\`.
82
+ - **The README says whether the install can run unattended.** It can. Setup has
83
+ no prompts of its own, and every optional feature stays off until you set its
84
+ variable. What it does need is documented now: it refuses to run as root, and
85
+ on Linux it always calls sudo, for \`apt-get\` and for \`loginctl enable-linger\`.
86
+ There is also a copy-paste prompt for handing the install to a coding agent.
87
+
7
88
  ## August 22, 2026 - One session list, and sessions get their own page (v0.3.0)
8
89
 
9
90
  - **Mobile and desktop now render the same session list.** Mobile used to show
@@ -2,7 +2,7 @@ var an = Object.defineProperty;
2
2
  var on = (e, t, n) => t in e ? an(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var m = (e, t, n) => on(e, typeof t != "symbol" ? t + "" : t, n);
4
4
  import { jsx as N, jsxs as Ae, Fragment as ge } from "react/jsx-runtime";
5
- import { b as Ye, n as sn, c as ln, a as dn, d as cn, t as _ } from "./engine-compile-BeZvvx0I.js";
5
+ import { b as Ye, n as sn, c as ln, e as dn, d as cn, t as _ } from "./engine-compile-BeDRSL6Y.js";
6
6
  import { useRef as De, useInsertionEffect as hn, useCallback as Ct, useContext as Oe, createContext as _e, useEffect as fn, useLayoutEffect as un } from "react";
7
7
  function wt(e) {
8
8
  const t = De(e);
@@ -15,8 +15,8 @@ var fe = (t, e, n, i) => ({
15
15
  });
16
16
  import { jsx as Gs } from "react/jsx-runtime";
17
17
  import { memo as mc, useRef as vo, useEffect as mo, useCallback as Cc, useMemo as Lc } from "react";
18
- import { i as xc, s as bc, r as Sc, p as wc, a as yc, h as kc, d as Tc, c as Ec, b as Ac, e as ia, f as Mc, g as Ds, j as Rc, D as Co, k as Lo, l as js, q as ss, m as xo, n as bo, E as Oc, F as Ic } from "./File-BszRWhXA.js";
19
- import { I as cn, E as So } from "./engine-compile-BeZvvx0I.js";
18
+ import { i as xc, s as bc, r as Sc, p as wc, a as yc, h as kc, d as Tc, c as Ec, b as Ac, e as ia, f as Mc, g as Ds, j as Rc, D as Co, k as Lo, l as js, q as ss, m as xo, n as bo, E as Oc, F as Ic } from "./File-B-qYa2zY.js";
19
+ import { I as cn, E as So } from "./engine-compile-BeDRSL6Y.js";
20
20
  import { p as Pc } from "./shadow-text-size-CBCTdbYU.js";
21
21
  import { P as Nc } from "./types-BSXdE6DF.js";
22
22
  const Bc = {
@@ -1,6 +1,6 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { memo as t } from "react";
3
- import { F as i } from "./File-BszRWhXA.js";
3
+ import { F as i } from "./File-B-qYa2zY.js";
4
4
  import { P as m } from "./types-BSXdE6DF.js";
5
5
  function n({ file: e, themeType: o }) {
6
6
  return /* @__PURE__ */ r(
@@ -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 U } from "react";
3
3
  import { createPortal as re } from "react-dom";
4
4
  import { cn as y } from "cnfast";
5
- import { y as oe, a2 as W, a3 as se, X as I, a4 as ie, a5 as ae, L as H, a6 as le, x as de, C as ce, a7 as L } from "./embedded-cpSkU0tg.js";
5
+ import { y as oe, a2 as W, a3 as se, X as I, a4 as ie, a5 as ae, L as H, a6 as le, x as de, C as ce, a7 as L } from "./embedded-B900iwBO.js";
6
6
  import { c as me } from "./create-BrnHvSDE.js";
7
7
  /**
8
8
  * @license lucide-react v0.577.0 - ISC
@@ -31,7 +31,7 @@ function xe(n, s, o) {
31
31
  return c && t.push("", c), t.join(`
32
32
  `);
33
33
  }
34
- const ge = L("session-file-tree", () => import("./FileTreePane-BG2k7gTc.js")), be = L("session-file-viewer", () => import("./FileViewer-DgjR_OJp.js")), ve = L("session-file-editor", () => import("./FileEditor-ByMnm-sa.js"));
34
+ const ge = L("session-file-tree", () => import("./FileTreePane-BG2k7gTc.js")), be = L("session-file-viewer", () => import("./FileViewer-Clmf04v1.js")), ve = L("session-file-editor", () => import("./FileEditor-BIz0qCyW.js"));
35
35
  async function _(n) {
36
36
  const s = await W(n), o = await s.json().catch(() => ({}));
37
37
  if (!s.ok) throw new Error((o == null ? void 0 : o.error) || `${s.status}`);
@@ -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, n as wQ, X as DA, a8 as sQ, x as tQ, a9 as eQ, aa as aQ, a2 as MQ, ab as hQ, R as NQ, C as cQ } from "./embedded-cpSkU0tg.js";
3
+ import { y as cA, n as wQ, X as DA, a8 as sQ, x as tQ, a9 as eQ, aa as aQ, a2 as MQ, ab as hQ, R as NQ, C as cQ } from "./embedded-B900iwBO.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 { ac as uo } from "./embedded-cpSkU0tg.js";
4
+ import { ac as uo } from "./embedded-B900iwBO.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.