Skip to content

Commit 8d1e2c4

Browse files
committed
chore(release): 0.4.7-next.0
1 parent f292635 commit 8d1e2c4

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.4.7-next.0] — 2026-07-17
8+
9+
- **Fixed: subagents silently ran Cursor's server-side `fast` default (e.g.
10+
`composer-2.5` in "fast" mode).** A subagent inherits its parent agent's
11+
model but reached the provider with the model's `options.params` dropped, so
12+
the `fast: "false"` opencode default was lost and Cursor's server-side
13+
`fast: true` applied. Each model's default params are now threaded through the
14+
provider options and re-applied as a lowest-precedence floor, so `fast` stays
15+
off unless a variant or per-request param explicitly opts in. Set
16+
`OPENCODE_CURSOR_DEBUG=1` to log the resolved model selection per turn (#71).
17+
718
## [0.4.6] — 2026-07-08
819

920
- **Fixed: newly released Cursor models didn't appear locally without a manual

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.4.6",
3+
"version": "0.4.7-next.0",
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)