release: 0.52.0 — the screen set rev 8 actually specified - #491
Merged
Conversation
0.51.0 built the labs and lab screens. This finishes the set.
- THE RUN CARD. The denominator leads — `✓ 1/1 reached the goal`, not a
bare "pass" — then the participant's own closing words, then what it
took and cost, then `Open in Observer` / `Run again`.
- THE INTERRUPTED CARD, at the same level rather than as an apology:
what it managed, how long it has been quiet, whether sandboxes may
still be running, and `Reclaim` to stop them — because an interrupted
run keeps costing money until something does.
- ALL RUNS, the cross-lab peer. Participants lead, labs follow, and one
thought line follows the cursor rather than every participant
streaming at once.
Only actions that work appear; `Share…` waits for #471.
Proven on real runs, including one killed on purpose to produce a genuine
interrupted run: the card reported 9 thoughts captured and an unknown
cost — it died before pricing itself, which is the honest answer — and
`Reclaim` stopped its orphaned E2B sandbox.
Also fixes the status-record scope gap #483 left behind: it was
established at `runLab` only, so a test or adopter calling a backend
directly kept its cadence ticking past the end of the call. Every backend
entry now scopes its own.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
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.
release: 0.52.0 — the screen set rev 8 actually specified
0.51.0 built the labs and lab screens. This finishes the set.
✓ 1/1 reached the goal, not abare "pass" — then the participant's own closing words, then what it
took and cost, then
Open in Observer/Run again.what it managed, how long it has been quiet, whether sandboxes may
still be running, and
Reclaimto stop them — because an interruptedrun keeps costing money until something does.
thought line follows the cursor rather than every participant
streaming at once.
Only actions that work appear;
Share…waits for #471.Proven on real runs, including one killed on purpose to produce a genuine
interrupted run: the card reported 9 thoughts captured and an unknown
cost — it died before pricing itself, which is the honest answer — and
Reclaimstopped its orphaned E2B sandbox.Also fixes the status-record scope gap #483 left behind: it was
established at
runLabonly, so a test or adopter calling a backenddirectly kept its cadence ticking past the end of the call. Every backend
entry now scopes its own.