feat(tui_v3): bring v2 parity to scrollback-first TUI - #462
Merged
Conversation
…line i18n scrollback-first tui_v3 rounds out v2 parity across this session: - /export: v2-aligned subcommands (clip/file/all/legacy); clip writes to the real OS clipboard via existing copy() (pbcopy/clip.exe/wl-copy/xclip/xsel); picker→file prefills an editable filename - tool-call folding: per-turn fold ported from v2 fold_turns; Ctrl+O toggles; incremental repaint folds turn N the moment turn N+1 marker streams in - ask_user: focus-cycle model (↑↓ moves between candidates and the input box, caret hidden on candidate focus); multi-select is checkbox-only with no input box; [x]/[ ] ASCII checkboxes instead of Unicode ballot glyphs - plan card: v2 _refresh_planbar port — 5-row budget, current-step line, complete/placeholder states with grace periods, mtime-cached reads - attachments: bracketed-paste, image/file placeholders, multi-line paste aligned to v2 behaviour - i18n: zh/en layer merged inline (was a separate tui_v3_i18n.py) so the frontend ships as one drop-in module pyproject: add prompt_toolkit + pillow to the `ui` extra.
lsdefine
added a commit
that referenced
this pull request
Jul 23, 2026
feat(tui_v3): bring v2 parity to scrollback-first TUI
Imzl-zl
pushed a commit
to Imzl-zl/GenericAgent
that referenced
this pull request
Aug 5, 2026
…ements feat(tui_v3): bring v2 parity to scrollback-first TUI
Imzl-zl
pushed a commit
to Imzl-zl/GenericAgent
that referenced
this pull request
Aug 5, 2026
…ements feat(tui_v3): bring v2 parity to scrollback-first TUI
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
tui_v3: real/exportclipboard/file flows, per-turn tool folding with incremental collapse, ask_user focus-cycle +multi-select polish, and a v2-style plan card
frontends/tui_v3.pyso the frontend ships as a single moduleuiextra deps for the new TUI runtime (prompt_toolkit,rich) and clipboard-image support (pillow)User-facing upgrade note
If you want to use the updated
tui_v3, please make sure these packages are installed: