refactor: 收口 TUI 工作台并修复已知交互问题#65
Closed
creatang wants to merge 3 commits into1024XEngineer:mainfrom
Closed
Conversation
- replace duplicated TUI control paths with unified Bubble Tea pane routing - consolidate help, status, composer, context, and todo workbench behavior - fix viewport and footer layout regressions triggered by scrolling and resize - add persona path fallback so cmd/tui can load the default persona from nested directories
03f43b2 to
0b4c15b
Compare
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
pionxe
pushed a commit
that referenced
this pull request
May 1, 2026
test: improve coverage for plan/build runtime changes
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.
概述
这个 PR 主要重构了 TUI 工作台结构,让它更贴近 Bubble Tea 的组织方式,同时一并修复了此前 issue #57 中提到的一批交互和布局问题。
改动内容
conversation、context、composer、todo收口到统一的 Bubble Tea pane 路由cmd/tui等子目录启动时也能正确加载默认人设同时修复的问题
这个 PR 也包含了此前 issue 中提到的几类问题修复,包括:
/help中无法直接继续输入和执行的问题