Skip to content

sheets: the column popover survives a scroll inside it, and a run no longer flags its own cells - #33

Merged
richard-epsilla merged 1 commit into
mainfrom
sheets-popover-and-run-banner
Sep 23, 2026
Merged

richard-epsilla merged 1 commit into
mainfrom
sheets-popover-and-run-banner

Conversation

@richard-epsilla

Copy link
Copy Markdown
Contributor

Two defects seen on the hosted service.

The agent column's configuration vanished when its prompt was scrolled. reifyui 0.8.1 closed the grid's popover on any scroll. The exemption for scrolls inside the box shipped in reifyui 0.13.0 (2026-09-15), but the kits build on the 0.8 line (the 0.13 grid is the document model), so it is backported as reifyui 0.8.2 under the maintenance-0.8 dist-tag, and the app moves to ^0.8.2.

A red banner flashed at the start of every batch of a run: "claims to have run but has only one of run_id / session_id". The page stamps the run id on the dispatch marker and the session id lands only when the service accepts the turn, so for a second or two a running cell holds one half. Both validators (the app's lib/model.js and the Skill's validate_sheet.py) now treat that as the app's own lifecycle: a session without a run is invented, a done cell needs both, a running or failed cell may still lack its session. Plugin 1.0.3.

Tests: 45 pass; the Python validator checked on the four shapes.

🤖 Generated with Claude Code

…longer flags its own cells

Two defects seen on the hosted service (Richard, 2026-09-22).

The agent column's configuration vanished the moment its prompt textarea was scrolled:
reifyui 0.8.1 closed the grid's popover on ANY scroll. The exemption for scrolls inside
the box shipped in reifyui 0.13.0 on 2026-09-15, but the kits build on the 0.8 line
(the 0.13 grid is the document model), so the fix is backported as reifyui 0.8.2
(maintenance-0.8 dist-tag) and the app moves to it.

A red banner "claims to have run but has only one of run_id / session_id" flashed at
the start of every batch: the page stamps the run id on the dispatch marker and the
session id lands only when the service accepts the turn, so for a second or two a
running cell holds one half. Both validators (the app's and the Skill's) now treat that
as the app's own lifecycle: a session without a run is invented, a done cell needs both,
a running or failed cell may still lack its session. Plugin 1.0.3 so launched Harnesses
pick up the Skill's validator.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@richard-epsilla
richard-epsilla merged commit 04e940e into main Sep 23, 2026
6 checks passed
@richard-epsilla
richard-epsilla deleted the sheets-popover-and-run-banner branch September 23, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant