sheets: the column popover survives a scroll inside it, and a run no longer flags its own cells - #33
Merged
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.8dist-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.jsand the Skill'svalidate_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