Add split detail panel, open docs shortcut, and display all API fields#2
Merged
Add split detail panel, open docs shortcut, and display all API fields#2
Conversation
- Add family, status, knowledge cutoff, last updated fields - Add cache read/write costs to pricing section - Add temperature to capabilities display - Expand detail panel height from 10 to 14 lines - Reorganize layout for better information density Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Split detail panel: provider details (40%) and model details (60%) - Add D/A keybindings to copy provider doc/API URLs - Provider fields wrap instead of truncate for full visibility - Display all API fields (remove dead_code annotations) - Add mise.toml for Rust project tasks Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add 'o' key to open provider docs URL in default browser - Update provider panel and help popup with new shortcut - Update footer to show 'c copy (prov/model)' Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
arimxyer
added a commit
that referenced
this pull request
Mar 7, 2026
- Add Model Info section with Creator, Source, Region, Type, Released - Source colored green (Open) / red (Closed) - Region and Type use creator category colors from sidebar - Add medal-colored ranks: gold ★ (#1), silver (#2), bronze (#3) - Add ★ Wins summary row near top showing per-model win counts - Pre-compute wins via two-pass to position above metric sections Co-Authored-By: Claude Opus 4.6 <[email protected]>
arimxyer
added a commit
that referenced
this pull request
Mar 20, 2026
#2) * Expand detail panel with additional model information - Add family, status, knowledge cutoff, last updated fields - Add cache read/write costs to pricing section - Add temperature to capabilities display - Expand detail panel height from 10 to 14 lines - Reorganize layout for better information density Co-Authored-By: Claude Opus 4.5 <[email protected]> * Add split detail panel with provider info and copy URLs - Split detail panel: provider details (40%) and model details (60%) - Add D/A keybindings to copy provider doc/API URLs - Provider fields wrap instead of truncate for full visibility - Display all API fields (remove dead_code annotations) - Add mise.toml for Rust project tasks Co-Authored-By: Claude Opus 4.5 <[email protected]> * Add open docs in browser shortcut - Add 'o' key to open provider docs URL in default browser - Update provider panel and help popup with new shortcut - Update footer to show 'c copy (prov/model)' Co-Authored-By: Claude Opus 4.5 <[email protected]> * Fix clippy task to include -D warnings flag Co-Authored-By: Claude Opus 4.5 <[email protected]> --------- Co-authored-by: Claude Opus 4.5 <[email protected]>
arimxyer
added a commit
that referenced
this pull request
Mar 20, 2026
- Add Model Info section with Creator, Source, Region, Type, Released - Source colored green (Open) / red (Closed) - Region and Type use creator category colors from sidebar - Add medal-colored ranks: gold ★ (#1), silver (#2), bronze (#3) - Add ★ Wins summary row near top showing per-model win counts - Pre-compute wins via two-pass to position above metric sections Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
okey to open provider docs URL in default browserD/Akeys to copy provider doc/API URLsTest plan
oopens browser with provider docscargo fmt --check- passescargo clippy -- -D warnings- passescargo test- passes🤖 Generated with Claude Code