@omg-dev/app 0.6.18 → 0.6.20

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.
@@ -1,9 +1,55 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { z as n } from "./embedded-CcZHRxvN.js";
2
+ import { z as n } from "./embedded-CsrJ3OrR.js";
3
3
  const t = `# Changelog
4
4
 
5
5
  Recent product updates and deployment notes.
6
6
 
7
+ ## August 31, 2026 - Pictures hold their place in the transcript while they load (v0.6.20)
8
+
9
+ - **A picture no longer drops the message below it on top of the one above.**
10
+ An image in the transcript occupied no height at all until it finished
11
+ loading. The transcript only draws the rows you can see, and it places each
12
+ one directly under the measured height of the row before it, so every row
13
+ below a picture was placed against a card that was momentarily a single line
14
+ tall. The moment the picture arrived, that card grew by its full height with
15
+ the next row still inside it, and what that painted was your own message
16
+ drawn over the tail of the reply above it. A picture now reserves the exact
17
+ space it will occupy from the first frame, so nothing below it moves when it
18
+ loads. Measured on a real session at phone width with the image cache off:
19
+ the same row was 42 pixels tall before the picture arrived, and is 426 now.
20
+
21
+ ## August 31, 2026 - An honest token usage inspector and a self-healing session page (v0.6.19)
22
+
23
+ - **Token usage no longer counts free space as used.** The inspector asked
24
+ Claude for a context breakdown and charted the answer as-is. That answer is a
25
+ layout of the whole context window, not a list of what fills it, so it also
26
+ carries a "Free space" remainder, a reserved autocompact buffer, and tool
27
+ schemas that are advertised but never loaded. All of it was drawn as
28
+ consumption. A session that reported 317k of 1.0M listed categories adding up
29
+ to 1.27M, with "Free space" as the largest single entry, and the bar divides
30
+ by that total, so every proportion was wrong as well. The real Messages row,
31
+ which was almost all of the context, showed as a quarter of the bar. The
32
+ breakdown now counts only what occupies the window. Every one of the 585
33
+ recorded snapshots on the development machine was affected.
34
+ - **The mobile transcript appears settled, not mid-move.** A session opened on
35
+ the native app revealed its messages one frame after they arrived, but the
36
+ list keeps correcting its position for up to three seconds, because rows
37
+ mount in batches and an image has no height until it loads. On a real device
38
+ that showed as a transcript parked mid-conversation, with one bubble drawn
39
+ over the tail of the reply above it and the "New activity" pill still up. The
40
+ app now waits for the list to go quiet before it reveals it. A session opened
41
+ while a reply is streaming never goes quiet, so it reveals after 1.2 seconds
42
+ instead of waiting. The opening spinner already covered this moment, so the
43
+ cost is a slightly longer spinner.
44
+ - **The session page recovers from a failed code-split chunk.** Safari could
45
+ show "Importing a module script failed." on a session, from the router error
46
+ boundary, and the page stayed broken. Three parts of the session page loaded
47
+ their code without the retry that the rest of the app uses: the chat engine,
48
+ the assistant message renderer and the diff viewer. A chunk that fails to
49
+ arrive now reloads once and recovers. The background warm-up of the chat
50
+ engine no longer reports its own failure as an error, because the page
51
+ re-requests that code when it renders.
52
+
7
53
  ## August 30, 2026 - A flat desktop workspace, agent account names, and remote access in Settings (v0.6.18)
8
54
 
9
55
  - **The desktop workspace no longer draws cards around itself.** The session