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 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",