From 8e228032fd7bf67af9a2a305a24cf0916118c569 Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Thu, 17 Sep 2026 16:06:48 +0900 Subject: [PATCH 1/2] chore: release 0.19.2 Co-authored-by: Cursor --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3270ba3..a1c97bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [0.19.2](https://github.com/sendbird/stave/compare/v0.19.1...v0.19.2) (2026-09-17) + +### Features + +* Default project memory collection to off, require an explicit per-project opt-in, and show a "Try project memory" invitation in Information > Memory. +* Cap retained notification history at 50 entries and auto-delete older ones, while exempting unresolved approval and input requests. +* Use a matrix loader on in-progress workspace rows, collapse the Turn Activity current-run header to one line with the model on the right, and swap a finished turn's paused loader for a static result glyph. +* Add Resource Manager memory and Electron CPU trends, process counts, uptime, and labeled pressure gauges. + +### Bug Fixes + +* Keep the model and effort header pinned while its model grid scrolls. +* Cap expanded run evidence, move export beside filters, and separate collaboration/delegation controls on task panels. +* Report the real GitHub merge outcome, derive Open PR status from `mergeStateStatus` first, remap a disallowed merge method, and run server-side branch updates. +* Scope account-limit blocking to the selected model's usage pool so one exhausted quota no longer blocks unrelated models. +* Close Resource Manager with Esc without leaving a residual focus ring on a mouse-opened trigger. + +### Breaking Changes + +* Existing users must re-enable project memory collection per project after upgrading. Stored memories, recall preferences, and collection templates are preserved; only new collection is gated. + +### References + +* [#545](https://github.com/sendbird/stave/pull/545), [#546](https://github.com/sendbird/stave/pull/546), [#547](https://github.com/sendbird/stave/pull/547), [#550](https://github.com/sendbird/stave/pull/550), [#551](https://github.com/sendbird/stave/pull/551), [#552](https://github.com/sendbird/stave/pull/552), [#553](https://github.com/sendbird/stave/pull/553) ## [0.19.1](https://github.com/sendbird/stave/compare/v0.19.0...v0.19.1) (2026-09-16) ### Bug Fixes diff --git a/package.json b/package.json index ef9a9415..4991cf56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stave", "private": true, - "version": "0.19.1", + "version": "0.19.2", "description": "Stave: AI coding workspace for Claude and Codex.", "author": { "name": "Sendbird, Inc.", From 27755dae6915e98dacbe028c06280f32e66e0e3e Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Thu, 17 Sep 2026 16:13:07 +0900 Subject: [PATCH 2/2] chore: include #548 and #549 in 0.19.2 notes Co-authored-by: Cursor --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c97bac..4afcd437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Cap retained notification history at 50 entries and auto-delete older ones, while exempting unresolved approval and input requests. * Use a matrix loader on in-progress workspace rows, collapse the Turn Activity current-run header to one line with the model on the right, and swap a finished turn's paused loader for a static result glyph. * Add Resource Manager memory and Electron CPU trends, process counts, uptime, and labeled pressure gauges. +* Write Slack's published public OAuth client ID for Cursor Slack hosted MCP, and require a caller Slack app client ID for Kiro while refusing Cursor's ID on install or share. ### Bug Fixes @@ -14,6 +15,7 @@ * Report the real GitHub merge outcome, derive Open PR status from `mergeStateStatus` first, remap a disallowed merge method, and run server-side branch updates. * Scope account-limit blocking to the selected model's usage pool so one exhausted quota no longer blocks unrelated models. * Close Resource Manager with Esc without leaving a residual focus ring on a mouse-opened trigger. +* Refuse a task turn when the workspace folder is missing or not absolute, so providers cannot fall back to the host process directory. ### Breaking Changes @@ -21,7 +23,7 @@ ### References -* [#545](https://github.com/sendbird/stave/pull/545), [#546](https://github.com/sendbird/stave/pull/546), [#547](https://github.com/sendbird/stave/pull/547), [#550](https://github.com/sendbird/stave/pull/550), [#551](https://github.com/sendbird/stave/pull/551), [#552](https://github.com/sendbird/stave/pull/552), [#553](https://github.com/sendbird/stave/pull/553) +* [#545](https://github.com/sendbird/stave/pull/545), [#546](https://github.com/sendbird/stave/pull/546), [#547](https://github.com/sendbird/stave/pull/547), [#548](https://github.com/sendbird/stave/pull/548), [#549](https://github.com/sendbird/stave/pull/549), [#550](https://github.com/sendbird/stave/pull/550), [#551](https://github.com/sendbird/stave/pull/551), [#552](https://github.com/sendbird/stave/pull/552), [#553](https://github.com/sendbird/stave/pull/553) ## [0.19.1](https://github.com/sendbird/stave/compare/v0.19.0...v0.19.1) (2026-09-16) ### Bug Fixes