From a2a84f8cab3e8943219c33822522b0c2b6252141 Mon Sep 17 00:00:00 2001 From: Justin Carper Date: Wed, 26 Aug 2026 15:40:07 -0500 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 15 +++++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b66dc..0f8c0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [0.9.0-next.1] — 2026-08-26 (pre-release) +## [0.9.0] — 2026-08-26 -Fixes the Cursor SDK's shell-parser diagnostic leaking into the opencode -TUI prompt (#111). Still not on `latest`; install with -`npm install @stablekernel/opencode-cursor@next` to test. +The Cursor agent can now use installed opencode plugins (#104), their +skills mirror into `.cursor/skills/`, and the Cursor SDK's shell-parser +diagnostic no longer leaks into the opencode TUI prompt (#111). +Consolidates pre-releases `0.9.0-next.0` and `0.9.0-next.1`. - **Fix: `shell-parser: tree-sitter natives are unavailable…` no longer appears in the TUI prompt.** `@cursor/sdk`'s bundled shell-parser emits a @@ -24,12 +25,6 @@ TUI prompt (#111). Still not on `latest`; install with Unrelated `console.warn` output passes through unchanged, and the message remains visible in opencode logs (service `opencode-cursor`). -## [0.9.0-next.0] — 2026-08-26 (pre-release) - -The Cursor agent can now use installed opencode plugins (#104), plus -consolidated opencode-ai dependency bumps (#107). Not yet on `latest`; -install with `npm install @stablekernel/opencode-cursor@next` to test. - - **Plugin tools bridge: other plugins' custom tools are now exposed to the Cursor agent.** Custom tools from installed opencode plugins (e.g. `opencode-pty`'s `pty_spawn`, `context-mode`'s `ctx_*`) are bridged to diff --git a/package-lock.json b/package-lock.json index a306b21..3dafd21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stablekernel/opencode-cursor", - "version": "0.9.0-next.1", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stablekernel/opencode-cursor", - "version": "0.9.0-next.1", + "version": "0.9.0", "license": "MIT", "dependencies": { "@connectrpc/connect-node": "^2.1.2", diff --git a/package.json b/package.json index a4c60ce..463a738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stablekernel/opencode-cursor", - "version": "0.9.0-next.1", + "version": "0.9.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",