-
Notifications
You must be signed in to change notification settings - Fork 101
fix(ai): add claude-fable-5-1 to the cursor capability table and variant aliases #1613
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "$schema": "cursor-variant-aliases/v1", | ||
| "source": "union of GetUsableModels live capture (204 ids) and cursor-agent CLI listing capture (203 ids), 2026-08-18", | ||
| "source": "union of GetUsableModels live capture (204 ids) and cursor-agent CLI listing capture (203 ids), 2026-08-18; claude-fable-5-1 variants from GetUsableModels live capture (223 ids), 2026-09-11", | ||
| "aliases": { | ||
| "claude-4-sonnet": { | ||
| "targetId": "claude-4-sonnet", | ||
|
|
@@ -130,6 +130,66 @@ | |
| "legacyVariantId": "claude-fable-5-thinking-xhigh", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-high": { | ||
| "targetId": "claude-fable-5-1", | ||
| "level": "high", | ||
| "legacyVariantId": "claude-fable-5-1-high", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-low": { | ||
| "targetId": "claude-fable-5-1", | ||
| "level": "low", | ||
| "legacyVariantId": "claude-fable-5-1-low", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-max": { | ||
| "targetId": "claude-fable-5-1", | ||
| "level": "max", | ||
| "legacyVariantId": "claude-fable-5-1-max", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-medium": { | ||
| "targetId": "claude-fable-5-1", | ||
| "level": "medium", | ||
| "legacyVariantId": "claude-fable-5-1-medium", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-xhigh": { | ||
| "targetId": "claude-fable-5-1", | ||
| "level": "xhigh", | ||
| "legacyVariantId": "claude-fable-5-1-xhigh", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-thinking-high": { | ||
| "targetId": "claude-fable-5-1-thinking", | ||
| "level": "high", | ||
| "legacyVariantId": "claude-fable-5-1-thinking-high", | ||
| "encoding": "legacy-variant" | ||
|
Comment on lines
+163
to
+167
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When a Cursor CLI probe includes these new variants, Useful? React with 👍 / 👎. |
||
| }, | ||
| "claude-fable-5-1-thinking-low": { | ||
| "targetId": "claude-fable-5-1-thinking", | ||
| "level": "low", | ||
| "legacyVariantId": "claude-fable-5-1-thinking-low", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-thinking-max": { | ||
| "targetId": "claude-fable-5-1-thinking", | ||
| "level": "max", | ||
| "legacyVariantId": "claude-fable-5-1-thinking-max", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-thinking-medium": { | ||
| "targetId": "claude-fable-5-1-thinking", | ||
| "level": "medium", | ||
| "legacyVariantId": "claude-fable-5-1-thinking-medium", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-fable-5-1-thinking-xhigh": { | ||
| "targetId": "claude-fable-5-1-thinking", | ||
| "level": "xhigh", | ||
| "legacyVariantId": "claude-fable-5-1-thinking-xhigh", | ||
| "encoding": "legacy-variant" | ||
| }, | ||
| "claude-opus-4-7-high": { | ||
| "targetId": "claude-opus-4-7", | ||
| "level": "high", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,112 @@ | ||
| [ | ||
| { | ||
| "id": "claude-fable-5-1-high", | ||
| "name": "Claude Fable 5.1 1M (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-low", | ||
| "name": "Claude Fable 5.1 1M Low (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-max", | ||
| "name": "Claude Fable 5.1 1M Max (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-medium", | ||
| "name": "Claude Fable 5.1 1M Medium (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-thinking-high", | ||
| "name": "Claude Fable 5.1 1M Thinking (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-thinking-low", | ||
| "name": "Claude Fable 5.1 1M Low Thinking (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-thinking-max", | ||
| "name": "Claude Fable 5.1 1M Max Thinking (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-thinking-medium", | ||
| "name": "Claude Fable 5.1 1M Medium Thinking (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-thinking-xhigh", | ||
| "name": "Claude Fable 5.1 1M Extra High Thinking (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| }, | ||
| { | ||
| "id": "claude-fable-5-1-xhigh", | ||
| "name": "Claude Fable 5.1 1M Extra High (NO ZDR)", | ||
| "reasoning": false, | ||
| "contextWindow": 1000000, | ||
| "cursorMaxMode": false, | ||
| "input": [ | ||
| "text", | ||
| "image" | ||
| ] | ||
| } | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When upgrading a user who previously ran a raw Fable 5.1 variant, this new alias makes
regroupStoredCursorModelsreplace that raw ID with the grouped target, butcursor-context-limits.jsonremains keyed by the raw ID andentryToModelqueries only the groupedentry.id. Consequently, a persisted server limit such as 200k forclaude-fable-5-1-mediumis ignored and the migrated model is advertised as 1M, so a resumed large turn can exceed the account's actual ceiling before another checkpoint is received; migrate or consult the representative/legacy alias limits during regrouping.Useful? React with 👍 / 👎.