Show provider execution modes in monitor - #91
Closed
biuworks wants to merge 3 commits into
Closed
Conversation
biuworks
force-pushed
the
feature/monitor-mode
branch
from
July 30, 2026 21:11
a38e829 to
4c29b7a
Compare
biuworks
marked this pull request as ready for review
August 1, 2026 18:10
Resolve the changelog conflict by retaining the unreleased monitor mode entry above the v0.1.30 release notes. Co-Authored-By: Claude <noreply@anthropic.com>
Select session modes by logical request order, preserve namespaced Cursor model IDs, and keep wide-table details readable. Co-Authored-By: Claude <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.
What changed
Modecolumn in wide TUI tables, using-for the default modeFAST, Codex flex asFLEX, and Cursor fast execution asFAST-fastmode markers out of the resolved model displayWhy
The monitor previously mixed execution mode markers into the model name, so entries such as
composer-2.5-fastappeared as model rewrites and did not clearly show which provider mode was requested. Mode support also differs by provider, so it needs to be optional and provider-reported.The follow-up fixes address two aggregation and compatibility gaps:
Noneas "keep the old mode" instead of the default modeImpact
Wide monitor views now show model and execution mode separately. Normal requests display
-, and narrow layouts remain unchanged. Codex and Cursor requests expose their requested mode without requiring every provider to implement a FAST equivalent.Validation
cargo test --all-targets— 819 tests passedcargo clippy --all-targets -- -D warningscargo fmt --all -- --check