@stablekernel/opencode-cursor 0.7.0-next.0 → 0.7.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 +3 -4
- package/dist/plugin/index.js +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
-
## [0.7.0
|
|
7
|
+
## [0.7.0] — 2026-07-30
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
session-pool title-generation race fix (#84).
|
|
11
|
-
`npm install @stablekernel/opencode-cursor@next` to test.
|
|
9
|
+
Structured logging (#85), the stream-watchdog tool-phase budget (#86), and the
|
|
10
|
+
session-pool title-generation race fix (#84).
|
|
12
11
|
|
|
13
12
|
- **Structured logging via `client.app.log()` instead of raw `console.*`.** The
|
|
14
13
|
plugin's own diagnostics (transport fallback warnings, per-turn debug traces
|
package/dist/plugin/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stablekernel/opencode-cursor",
|
|
3
|
-
"version": "0.7.0
|
|
3
|
+
"version": "0.7.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",
|
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
"overrides": {
|
|
65
65
|
"undici": "^6.24.0",
|
|
66
66
|
"tar": "^7.5.11",
|
|
67
|
-
"node-gyp": "^12.4.0"
|
|
67
|
+
"node-gyp": "^12.4.0",
|
|
68
|
+
"esbuild": "^0.28.1"
|
|
68
69
|
},
|
|
69
70
|
"peerDependencies": {
|
|
70
71
|
"@ai-sdk/provider": "^3.0.0"
|