Skip to content

Commit 7c3605e

Browse files
committed
chore(release): 0.7.1-next.1
1 parent 731ae8d commit 7c3605e

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.7.1-next.1] — 2026-08-03 (pre-release)
8+
9+
Pre-release of the compaction fix (#91). Not yet on `latest`; install with
10+
`npm install @stablekernel/opencode-cursor@next` to test.
11+
712
- **Fixed: auto-compaction (and manual `/compact`) failed with `Tool call not
813
allowed while generating summary` whenever the Cursor agent used a tool while
914
summarizing.** opencode declares zero tools on a compaction/summary turn, but

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablekernel/opencode-cursor",
3-
"version": "0.7.1-next.0",
3+
"version": "0.7.1-next.1",
44
"description": "opencode provider plugin backed by the official Cursor SDK (@cursor/sdk) — adds a Cursor provider and lists its models",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)