fix(tui): /model effort radios Low|Medium|High + Tab - #19
Merged
Conversation
Live /model now paints Low|Medium|High radios and Tab cycles them. /effort opens that picker instead of a standalone A-star list. Co-authored-by: Mathis <echobt@users.noreply.github.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
Live
/modeldid not match the lock boards: Effort was a standalone numbered picker (/effort), not Low | Medium | High radios with Tab.This PR:
/modelpicker (○ Low ● Medium ○ High)/effortopens the same/modelpicker (alias). No A★ / standalone effort listalternate_screendefault always (312a08dd) unchangedSoak
Staging hop was not available:
scripts/cursor-staging-access.shis absent, tipsha-81f469c7is not in this repo, noAWS_*env, noawsCLI,127.0.0.1:18081is not listening,CORTEX_API_KEYunset. No SSO attempted.NEED_CURSOR_STAGING_ENV for live API. Local TUI smoke ran instead.
Test plan
cargo fmt --all -- --checkcargo clippy -p cortex-tui --all-targetswithscripts/clippy.shallow-list (-D warnings)--workspace): cortex-tui interactive / lock_proof / executor; cortex-engine alternate_screen + harness + tools; cortex-cli--alternate-screen/modelradios, dual-hairline composer, splashWelcome to Cortexcargo audit(not re-run in this soak)cargo test --workspace(not re-run in this soak)Attestation (required)
I attest that:
/effortdispatch opensModelPicker. No mocks that report success..envfiles are included.Risk
Low. Session thinking budget is still an in-memory string.
/effortnow lands on/modelinstead of a separate list. No auth, sandbox, or API-contract change.