@stablekernel/opencode-cursor 0.6.0-next.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
- ## [0.6.0-next.0] — 2026-07-24
7
+ ## [0.6.0] — 2026-07-24
8
8
 
9
9
  Native Cursor subagents: the Cursor agent's `task` tool now renders as a
10
10
  navigable opencode child session instead of a dead "Unspecified Task" card.
@@ -624,7 +624,7 @@ function writeCache(latest) {
624
624
  }
625
625
  }
626
626
  function getLocalVersion() {
627
- if (true) return "0.6.0-next.0";
627
+ if (true) return "0.6.0";
628
628
  try {
629
629
  const require2 = createRequire(import.meta.url);
630
630
  const pkg = require2("../package.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stablekernel/opencode-cursor",
3
- "version": "0.6.0-next.0",
3
+ "version": "0.6.0",
4
4
  "description": "opencode provider plugin backed by the official Cursor SDK (@cursor/sdk) — adds a Cursor provider and lists its models",
5
5
  "type": "module",
6
6
  "license": "MIT",