From 7f5a6c113ee8b48a15d8b67d4f48033fd0ac31b4 Mon Sep 17 00:00:00 2001 From: Justin Carper Date: Thu, 11 Jun 2026 08:39:59 -0500 Subject: [PATCH 1/2] docs: changelog for 0.2.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c2cae..9ff30c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.2.0] — 2026-06-11 + - **More Cursor tools map onto opencode's native tool renderers (blocks mode).** Following the `edit` → diff-viewer mapping, Cursor's `shell`, `read`, `write`, `glob`, `grep`, `ls`, `updateTodos`, and `task` tool activity is now surfaced From befa5ca6e03262710234f53b4db8f24361cba189 Mon Sep 17 00:00:00 2001 From: Justin Carper Date: Thu, 11 Jun 2026 08:40:00 -0500 Subject: [PATCH 2/2] chore: release v0.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9df14ef..f5c95f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stablekernel/opencode-cursor", - "version": "0.1.0-rc.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stablekernel/opencode-cursor", - "version": "0.1.0-rc.2", + "version": "0.2.0", "license": "MIT", "dependencies": { "@cursor/sdk": "^1.0.18", diff --git a/package.json b/package.json index f9f62c7..d85df55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stablekernel/opencode-cursor", - "version": "0.1.0", + "version": "0.2.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",