Promote Cursor Grok 4.6 in the model picker - #1687
Open
yurilaguardia wants to merge 1 commit into
Open
Conversation
yurilaguardia
force-pushed
the
fix/cursor-grok-4-6-picker
branch
3 times, most recently
from
August 17, 2026 05:48
2e90f84 to
2c50c3e
Compare
yurilaguardia
force-pushed
the
fix/cursor-grok-4-6-picker
branch
from
August 17, 2026 05:51
2c50c3e to
d252242
Compare
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.
Fixes #1688.
Cursor already discovers Grok 4.6, but the built-in
primaryModelspolicy still names the exact Grok 4.5 family ID. That leaves 4.6 under More models and omits it from the defaultbb provider models acp-cursoroutput.This replaces the curated Grok entry with
cursor-grok-4.6-medium.We intentionally left the existing generic adapter test unchanged to follow the historical Grok 4.5 fix in commit
9daeffb7, which updated only the profile entry. A model-specific assertion would duplicate the current policy value and would not detect a future Cursor model release.HOST_DAEMON_PROTOCOL_VERSIONalso remains unchanged. This updates catalog values within the existing model-list contract rather than changing the wire shape. Commit9daeffb7followed the same precedent.Verified with:
pnpm exec turbo run test typecheck --filter=@bb/agent-runtime --forcepnpm bb:dev provider models acp-cursor --jsonreturns Cursor Grok 4.6 as the second primary modelThis does not address the separate recursive tool-schema failure tracked in #1612.