Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.7-next.0] — 2026-07-17

- **Fixed: subagents silently ran Cursor's server-side `fast` default (e.g.
`composer-2.5` in "fast" mode).** A subagent inherits its parent agent's
model but reached the provider with the model's `options.params` dropped, so
the `fast: "false"` opencode default was lost and Cursor's server-side
`fast: true` applied. Each model's default params are now threaded through the
provider options and re-applied as a lowest-precedence floor, so `fast` stays
off unless a variant or per-request param explicitly opts in. Set
`OPENCODE_CURSOR_DEBUG=1` to log the resolved model selection per turn (#71).

## [0.4.6] — 2026-07-08

- **Fixed: newly released Cursor models didn't appear locally without a manual
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablekernel/opencode-cursor",
"version": "0.4.6",
"version": "0.4.7-next.0",
"description": "opencode provider plugin backed by the official Cursor SDK (@cursor/sdk) — adds a Cursor provider and lists its models",
"type": "module",
"license": "MIT",
Expand Down