Conversation
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.
Summary
Task detail now keeps the conversation and agent on the left with a flexible workspace on the right. Shell remains the default; the launcher opens cached PR details, workspace files, and rendered Markdown. The TUI exposes the same providers with
wand keyboard tab navigation.help/key.Bindingfor contextual shortcuts andlistfor launcher/file navigation, fuzzy filtering, and pagination.Alt+Hexpands help; no new dependencies.Validation
go test -p 2 ./...passed.ty-qa-workspace.shpassed (rerun after the Bubbles refactor, including expanded help and file filtering): launcher, PR, Markdown, duplicate opens, live shell job survival, and helper cleanup.Full QA report · Usage and provider contract
Scope and limits
This first provider set is compiled into TaskYou; runtime third-party plugins and browser embedding remain follow-ups. PR details use the existing cache. Terminal mirrors use the task's existing dimensions; native TUI shell access remains available with
\. The native Tauri wrapper and a live remote SSH host were not exercised; the GUI browser surface and remote file protocol were tested.Screenshots
Generated from synthetic QA harness fixtures and published with
ty-qa-publish.sh.