Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Loading