@omg-dev/app 0.6.62 → 0.6.64
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-NBgwaQwJ.js → ChangelogPage-XSZXoLaC.js} +15 -1
- package/dist-lib/{SessionFilesPanel-DGwfaNrv.js → SessionFilesPanel-Bq3JuVlS.js} +1 -1
- package/dist-lib/{TermView-CJ7T94Jz.js → TermView-D0wG089J.js} +2 -2
- package/dist-lib/agent-devin.svg +4 -0
- package/dist-lib/{board-page-CQegFh8F.js → board-page-osffA-CO.js} +1 -1
- package/dist-lib/{chat-engine-CnXDklDM.js → chat-engine-BT7bk6PZ.js} +1 -1
- package/dist-lib/{coding-agents-page-DWqdqngf.js → coding-agents-page-DJ_k1Wfa.js} +1 -1
- package/dist-lib/{computer-page-zfwf3y3I.js → computer-page-C-mUcCU3.js} +2 -2
- package/dist-lib/{embedded-Dac6ERQl.js → embedded-BQM7Rjkd.js} +10665 -10377
- package/dist-lib/index.js +1 -1
- package/dist-lib/{keyboard-CGU4R-bj.js → keyboard-CFjV4vlM.js} +1 -1
- package/dist-lib/{resume-session-sheet-BppB0bZl.js → resume-session-sheet-BjPlXg4E.js} +1 -1
- package/dist-lib/{session-token-usage-CZopyeGe.js → session-token-usage-BQaw6rSZ.js} +1 -1
- package/dist-lib/{shipped-page-BnBH2m7Y.js → shipped-page-kVMfRR0Y.js} +1 -1
- package/dist-lib/{streamdown-response-BqX7_Ajy.js → streamdown-response-GBlTjO45.js} +1 -1
- package/dist-lib/styles.css +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { z as n } from "./embedded-
|
|
2
|
+
import { z as n } from "./embedded-BQM7Rjkd.js";
|
|
3
3
|
const t = `# Changelog
|
|
4
4
|
|
|
5
5
|
Recent product updates and deployment notes.
|
|
6
6
|
|
|
7
|
+
## September 12, 2026 - Queue messages while the agent works, Devin agent (v0.6.64)
|
|
8
|
+
|
|
9
|
+
- Queue a message while the agent is on a turn and it waits. It no longer reaches the agent right away. Queued messages show as a card under the composer, not in the chat. Click a message to edit it, or remove it. When the turn ends, every queued message is sent in order.
|
|
10
|
+
- New setting under Settings > More > View: "Send while the agent is working". Steer (default) interrupts the turn on Enter. Queue holds the message on Enter. The other action stays on Cmd/Ctrl+Enter and on holding the send button.
|
|
11
|
+
- Queued messages survive a page reload and a service restart.
|
|
12
|
+
- Dependencies: \`js-yaml\` 5 and \`fast-uri\` 4 overrides, \`sharp\` 0.35.4. The dependency audit is clean.
|
|
13
|
+
- New coding agent: Devin. It runs the Devin CLI locally through \`devin acp\`, so one session keeps its context across follow-up prompts. Pick it in the agent list; "adaptive" (Cognition's model router) is the default model, and Opus, GPT, Sonnet, Gemini, Codex, and Cognition's own SWE models are one pick away.
|
|
14
|
+
- On your own machine, install the Devin CLI (\`curl -fsSL https://cli.devin.ai/install.sh | bash\`), then run \`devin auth login\` once. A Devin, Windsurf, or API key (\`WINDSURF_API_KEY\`) login all work.
|
|
15
|
+
|
|
16
|
+
## September 10, 2026 - Hosted omg agent balance and models (v0.6.63)
|
|
17
|
+
|
|
18
|
+
- Hosted Computers can show the omg agent's monthly AI credit ring without asking the sandbox for an \`omg login\`.
|
|
19
|
+
- The omg agent model list adds Claude Fable 5.1, Claude Opus 4.8, Claude Sonnet 4.6, GPT-5.6 Sol, GPT-5.6 Terra, and GPT-5.6 Luna.
|
|
20
|
+
|
|
7
21
|
## September 10, 2026 - Rounder sent messages (v0.6.62)
|
|
8
22
|
|
|
9
23
|
- Sent messages have a rounder bubble.
|
|
@@ -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 { y as oe, a5 as se, a6 as W, a7 as ae, X as I, a8 as ie, a9 as le, L as H, aa as de, x as ce, C as me, ab as j } from "./embedded-
|
|
5
|
+
import { y as oe, a5 as se, a6 as W, a7 as ae, X as I, a8 as ie, a9 as le, L as H, aa as de, x as ce, C as me, ab as j } from "./embedded-BQM7Rjkd.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 { y as ZA, n as wQ, X as CA, ac as sQ, x as tQ, ad as eQ, ae as aQ, a6 as MQ, af as hQ, R as NQ, C as cQ } from "./embedded-
|
|
4
|
-
import { K as jA, C as PA } from "./keyboard-
|
|
3
|
+
import { y as ZA, n as wQ, X as CA, ac as sQ, x as tQ, ad as eQ, ae as aQ, a6 as MQ, af as hQ, R as NQ, C as cQ } from "./embedded-BQM7Rjkd.js";
|
|
4
|
+
import { K as jA, C as PA } from "./keyboard-CFjV4vlM.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none">
|
|
2
|
+
<rect width="50" height="50" rx="11" fill="#0D1117"/>
|
|
3
|
+
<path d="M14 11h12.5C34.6 11 41 17.4 41 25s-6.4 14-14.5 14H14V11zm7.4 6.6v14.8h4.6c4.4 0 7.6-3 7.6-7.4s-3.2-7.4-7.6-7.4h-4.6z" fill="#3FE0C5"/>
|
|
4
|
+
</svg>
|
|
@@ -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 { y, F as N, O as k, Q as w, a4 as v, L as I, l as A, j } from "./embedded-
|
|
3
|
+
import { y, F as N, O as k, Q as w, a4 as v, L as I, l as A, j } from "./embedded-BQM7Rjkd.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 { ag as uo } from "./embedded-
|
|
4
|
+
import { ag as uo } from "./embedded-BQM7Rjkd.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, m as A, n as S, M as W, o as j, p as E, q as f, T as O, s as I, u as X, v as D, w as J, x as Q, X as V, K as Y } from "./embedded-
|
|
2
|
+
import { R as v, B as u, L as C, m as A, n as S, M as W, o as j, p as E, q as f, T as O, s as I, u as X, v as D, w as J, x as Q, X as V, K as Y } from "./embedded-BQM7Rjkd.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 { y as rn, a6 as Di, ae as Pn, B as Be, R as Nn, X as Un, L as Bi, ah as Hn } from "./embedded-
|
|
4
|
-
import { K as zn, C as On } from "./keyboard-
|
|
3
|
+
import { y as rn, a6 as Di, ae as Pn, B as Be, R as Nn, X as Un, L as Bi, ah as Hn } from "./embedded-BQM7Rjkd.js";
|
|
4
|
+
import { K as zn, C as On } from "./keyboard-CFjV4vlM.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.577.0 - ISC
|
|
7
7
|
*
|