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

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,10 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
- ## [0.6.2-next.0] — 2026-07-27 (pre-release)
7
+ ## [0.6.2] — 2026-07-28
8
8
 
9
- Pre-release of the version-check UX cleanup from #79. Not yet on `latest`; install with
10
- `npm install @stablekernel/opencode-cursor@next` to test.
9
+ Version-check UX cleanup from #79.
11
10
 
12
11
  - **Fixed: startup toast no longer suspends into the user's first prompt on slow networks.**
13
12
  The version-check toast previously ran `setTimeout(callback, 2000)` and then `await
@@ -643,7 +643,7 @@ function clearVersionCache() {
643
643
  }
644
644
  }
645
645
  function getLocalVersion() {
646
- if (true) return "0.6.2-next.0";
646
+ if (true) return "0.6.2";
647
647
  try {
648
648
  const require2 = createRequire(import.meta.url);
649
649
  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.2-next.0",
3
+ "version": "0.6.2",
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",