From 8d1e2c4e186ca7df32330cab6e919e28b511c480 Mon Sep 17 00:00:00 2001 From: Justin Carper Date: Fri, 17 Jul 2026 08:38:59 -0500 Subject: [PATCH] chore(release): 0.4.7-next.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d98dcb..5012d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2432dc1..b084041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stablekernel/opencode-cursor", - "version": "0.4.6", + "version": "0.4.7-next.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stablekernel/opencode-cursor", - "version": "0.4.6", + "version": "0.4.7-next.0", "license": "MIT", "dependencies": { "@connectrpc/connect-node": "^2.1.2", diff --git a/package.json b/package.json index 128bde5..cc06e98 100644 --- a/package.json +++ b/package.json @@ -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",