feat(tasks): a task's Session tab gets every session control (v0.440.0) - #815
Merged
Conversation
The task room rendered a bare TerminalFrame, so from a task you could watch a run but not stop, reload, fork, transfer or inspect it, and it showed no progress line, hand-off chain, title or facts. Both the Sessions page and the task room now render one shared SessionDetailPane (progress strip + terminal with Operations menu + chain rail + Activity panel), and the title-over-facts header is one SessionHeading. The task room wraps App's session handlers to re-read its own rows afterwards, and gains an "Open in Sessions" link. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011qxpZQPCLTggnAKjcoQEoR
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.
What
The task room's Session tab rendered a bare
TerminalFrame(noops), so compared to the Sessions page it was missing:How (DRY)
SessionDetailPane: one open-session view (progress strip + terminal/Operations + chain rail + Activity panel). The Sessions page and the task room both render it; each page supplies only its own bar through abar(chainToggle)render prop.ChainToggle: pulled out of the Sessions tab strip, with dark and light variants.SessionHeading: the title-over-facts header, used by the console header and the task room.SessionActions: App's stop/delete/transfer/rename/attend handlers, passed intoTasksPage. It wraps them so that after each action it re-reads its own rows and the run history.Verified
npm run build,webbuild (tsc -b),npm run test:governanceall green.TerminalFramecode path as the Sessions page.🤖 Generated with Claude Code
https://claude.ai/code/session_011qxpZQPCLTggnAKjcoQEoR