diff --git a/CHANGELOG.md b/CHANGELOG.md index e3270ba3..4afcd437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [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. +* 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 + +* 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. +* 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 + +* 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), [#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 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.",