-
Notifications
You must be signed in to change notification settings - Fork 2
Better tui #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Better tui #26
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
58f62df
Merge pull request #24 from weirdstuff-dev/dev
themartto 98479a1
Merge pull request #25 from weirdstuff-dev/dev
themartto f461046
feat: update change log and bump Cargo.toml version
themartto 2f6fa99
feat: update Cargo.lock
themartto 84c5461
feat: refactor TUI to use ratatui
themartto 52fcd1a
feat: move info panels to prompt
themartto d9344ae
fix: resolve per-session llm client in acp_prompt
themartto 2372d94
feat: add :models command with interactive popup picker
themartto b480016
feat: update "openheim" text on welcome screen
themartto 58e82cd
feat: refactor :config view
themartto f1bed81
fix: restore session as active when opening from history
themartto 9058460
refactor: replace :sessions text list with interactive picker
themartto d4a71de
feat: refactor skills view
themartto c4f29c1
feat: refactor mcp view
themartto 9fac876
fix(tools): execute command error handling
themartto 3de9612
feat: implement themes
themartto a4d9028
fix: lint & clippy
themartto 60d06a6
fix(tui): default theme "dark_gray" → "gray"
themartto f0c2d7c
refactor(tui): Screen::is_overlay(), push_screen helper, match-based …
themartto 892cf0c
refactor(tui): extract handle_scroll_key, replace triplicated scroll …
themartto 8000ced
refactor(tui): merge config/mcp viewers into shared helper, extract c…
themartto 8d85959
refactor(tui): extract highlight_row helper, deduplicate picker selec…
themartto 0c6de3f
refactor(tui): replace hand-rolled char boundary fns with str::floor/…
themartto d88025e
chore(tui): drop map_err boilerplate on IO errors, use ? directly
themartto 557dfc2
chore(tui): move imports before functions, make word_wrap private, re…
themartto edfde7b
revert(tui): keep ToolResult output dark gray regardless of error status
themartto 7dbdfbb
Merge pull request #27 from weirdstuff-dev/tui-fixes
themartto 63855d1
fix: lint & clippy
themartto 7ea1fa5
fix(acp): load full provider config in acp_session_load
themartto f56e140
fix: full (provider, model) pair on model switch
themartto 2bb9819
fix(tui): clear current session on restore session
themartto b3080a3
feat: add TerminalGuard RAII
themartto 0d57689
fix: messages word wrap
themartto 3373eca
fix: fmt
themartto ed4e1f4
fix: warn when restored session provider is not configured
themartto 61ec0de
fix: add model-whitelist check in `resolve_with_provide
themartto acd30eb
fix: fmt
themartto ac71bd2
fix: clippy
themartto 90bb3a9
fix: fmt
themartto 04dfbc4
fix(mcp): kill child process on drop
themartto 6a1e333
feat: real token streaming and thinking display for all LLM providers
themartto 64eb56d
chore: fmt & clippy
themartto 76fdab2
fix: clippy
themartto eb59ab9
chore: fmt
themartto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.