Skip to content

Commit 6ae34b7

Browse files
committed
chore(release): 0.6.1
1 parent f3f7a18 commit 6ae34b7

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.6.1] — 2026-07-24
8+
9+
- **Fixed: reasoning/thinking variants showed as meaningless numbered entries for
10+
most models.** Cursor returns every variant of a model with the same
11+
`displayName` (the model's own name), so the SDK-authoritative variant path
12+
(0.5.0) keyed off it and emitted collision-numbered junk — e.g. `grok-4.5`
13+
`cursor-grok-4-5`, `cursor-grok-4-5-2``-5`; `claude-opus-4-8`
14+
`opus-4-8-2``-39` — which the global model cache surfaced in the picker of
15+
every project. ~20 of 32 models were affected. Same-named presets now fall
16+
back to param-derived keys (`low`/`medium`/`high`/`xhigh`/`max`/`fast`);
17+
presets with genuinely distinct labels are still honored.
18+
719
## [0.6.0] — 2026-07-24
820

921
Native Cursor subagents: the Cursor agent's `task` tool now renders as a

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablekernel/opencode-cursor",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "opencode provider plugin backed by the official Cursor SDK (@cursor/sdk) — adds a Cursor provider and lists its models",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)