feat: redesign TUI and add model picker#49
Merged
Conversation
|
| Filename | Overview |
|---|---|
| crates/tui/src/app.rs | Adds the model picker, transcript copying, redesigned interaction flow, and fixes model-state and input-focus handling. |
| crates/tui/src/ui/model_picker.rs | Implements searchable provider and model selection using the configured local catalog. |
| crates/tui/src/ui/transcript.rs | Adds persistent transcript selection, Unicode-aware hit testing, and selection rendering. |
| crates/core/src/config.rs | Moves settings persistence to the existing atomic replacement path. |
| crates/core/src/sessions.rs | Exposes the atomic file writer within the core crate for settings persistence. |
Reviews (2): Last reviewed commit: "fix(tui): address model and selection re..." | Re-trigger Greptile
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.
Why
Open Max had little visual separation between prompts, responses, tools, approvals, and persistent chrome. Model changes also required memorizing an exact id, and captured mouse input prevented ordinary transcript selection. The result felt harder to scan and operate than a focused terminal harness should.
Summary
/copy, a single command metadata registry, richer/statusdetail, focused tool previews, responsive layouts, and user documentation.Test Plan
cargo checkcargo clippy -p open-max-tuiwith warnings deniedcargo testacross the workspace: 244 passed, 1 ignored benchmarkcargo build -p open-max-tuiin release mode