feat(cli): polish TUI interaction, status chrome, and completion - #238
Closed
im10furry wants to merge 2 commits into
Closed
feat(cli): polish TUI interaction, status chrome, and completion#238im10furry wants to merge 2 commits into
im10furry wants to merge 2 commits into
Conversation
Tighten shipped prompt, overlay, and completion paths after an interaction review: clearer status/help copy, safer Esc/cancel, and completion that matches how people actually type paths and mentions.
Contributor
Author
|
已合并入 beta(f95e1591),后续统一由 #239(beta → main)进入主线。 |
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
Interaction review on
beta→feat/interaction-review-opt. Bounded fixes on shipped TUI paths (prompt, overlays, permissions, completion) — no rewrite.Status, color, display
/config,/help, model, init, stash, cancel, queueDeny (Esc)Coding path
//is a literal slash1–4prefills only; Helpaopens the full catalog/with multiple matches shows the listCompletion
@Enter insert only (dirs follow up like→)@only at a token boundary (user@hostis not a mention)@src/and@~/…are file mentions (do not load all agents)@srcwithout a slash ranks a cwdsrc/file above unrelated agents; prefix-matching agents still windocs/), not an implicit listing~usesos.homedir();\is a path separatorNo files in docs/Test plan
tui-interactions.completionNavigatione2e (Tab cycle + Esc restore, Enter file insert, empty-dir timer)