feat(tui): add dataset-mode hint bar and more exit commands#10
Open
jbuchananr wants to merge 2 commits into
Open
feat(tui): add dataset-mode hint bar and more exit commands#10jbuchananr wants to merge 2 commits into
jbuchananr wants to merge 2 commits into
Conversation
Adds a dimmed shortcut hint shown below the `ds>` prompt in dataset mode, toggleable with `?`. Also accepts `exit`, `quit`, `/exit`, and `/q` as shutdown commands so users don't need Ctrl-C. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
4 tasks
The hint-bar row added in this branch became a new HSplit child, bringing the layout from 5 to 6 children. The test was asserting the old count. Tighten the assertion to also verify the status bar stays last — that's the property the test name describes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
ds>prompt in dataset mode, toggleable with?.exit,quit,/exit, and/q(in addition to/quit) as ways to shut down the TUI so users don't need Ctrl-C.Test plan
lqh, open a dataset, confirm the hint row appears underds>and toggles with?.? hide/show hintsindicator while in dataset mode.exit,quit,/exit,/q,/quitcleanly exits./exitand/qappear in/helpand tab-completion.🤖 Generated with Claude Code