@omg-dev/app 0.6.6 → 0.6.8

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 (23) hide show
  1. package/dist-lib/{ChangelogPage-4HO7hnee.js → ChangelogPage-Dd12uyDI.js} +15 -1
  2. package/dist-lib/{SessionFilesPanel-Bm3MYoo0.js → SessionFilesPanel-B8QK4DzU.js} +1 -1
  3. package/dist-lib/{TermView-Cf-ECYTe.js → TermView-DF86lfHN.js} +2 -2
  4. package/dist-lib/{chat-engine-DUW9NIO6.js → chat-engine-DOIGacJq.js} +1 -1
  5. package/dist-lib/{chunk-BO2N2NFS-BbJdm-59.js → chunk-YOKDWASO-B5AA2F8u.js} +4960 -4685
  6. package/dist-lib/{coding-agents-page-B7YnbgWU.js → coding-agents-page-ludGjg32.js} +1 -1
  7. package/dist-lib/{computer-page-BJtpR93j.js → computer-page-y1SmTmwz.js} +2 -2
  8. package/dist-lib/{embedded-4tfA0l1r.js → embedded-D2p-rD_r.js} +1329 -1349
  9. package/dist-lib/highlighted-body-KPVGNVTW-CKqvokuv.js +19 -0
  10. package/dist-lib/index-DvGsWrXd.js +29 -0
  11. package/dist-lib/{index-FgVvPpIY.js → index-DwqRQdS3.js} +11 -11
  12. package/dist-lib/index.js +1 -1
  13. package/dist-lib/{keyboard-53jKcY3C.js → keyboard-BBevGtzY.js} +1 -1
  14. package/dist-lib/mermaid-HWGCJPDP-Bdyjop7F.js +4 -0
  15. package/dist-lib/{resume-session-sheet-BQ7oBzDj.js → resume-session-sheet-Drxf_YNq.js} +1 -1
  16. package/dist-lib/{session-token-usage-CcrQMYQF.js → session-token-usage-nPQ1FsZq.js} +1 -1
  17. package/dist-lib/{shipped-page-tyBhuGan.js → shipped-page-xaSxu6WC.js} +1 -1
  18. package/dist-lib/{streamdown-response-C1EvqLYx.js → streamdown-response-DJ03_bnk.js} +105 -103
  19. package/dist-lib/styles.css +1 -1
  20. package/package.json +3 -3
  21. package/dist-lib/highlighted-body-OFNGDK62-DWhG_ijx.js +0 -19
  22. package/dist-lib/index-CE7H8LiZ.js +0 -29
  23. package/dist-lib/mermaid-GHXKKRXX-hOE9C3qW.js +0 -4
@@ -1,9 +1,23 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { z as n } from "./embedded-4tfA0l1r.js";
2
+ import { z as n } from "./embedded-D2p-rD_r.js";
3
3
  const t = `# Changelog
4
4
 
5
5
  Recent product updates and deployment notes.
6
6
 
7
+ ## August 25, 2026 - Chat streams more smoothly (v0.6.8)
8
+
9
+ - **Assistant markdown now uses Streamdown 2.6.** Word-by-word streaming
10
+ animation stays on one timeline, so sibling sections no longer fade in on
11
+ top of each other. The renderer also picks up the 2.6 accessibility and
12
+ download fixes. Long code and tables stay full height, so the transcript
13
+ layout model still matches what you see.
14
+
15
+ ## August 24, 2026 - Bot roster status is quieter (v0.6.7)
16
+
17
+ - **Unread is one small dot on its conversation row.** Unread rows no longer
18
+ use a blue outline or stronger text. Idle bots no longer show a status chip.
19
+ Working bots use one spinner and keep their latest message preview visible.
20
+
7
21
  ## August 24, 2026 - Bot unread state stays quiet (v0.6.6)
8
22
 
9
23
  - **Unread is now one clear dot.** The highlighted row and stronger text keep
@@ -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-4tfA0l1r.js";
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-D2p-rD_r.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-4tfA0l1r.js";
4
- import { K as ZA } from "./keyboard-53jKcY3C.js";
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-D2p-rD_r.js";
4
+ import { K as ZA } from "./keyboard-BBevGtzY.js";
5
5
  /**
6
6
  * @license lucide-react v0.577.0 - ISC
7
7
  *
@@ -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-4tfA0l1r.js";
4
+ import { ad as uo } from "./embedded-D2p-rD_r.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.