From 8ebcc0da6a83784e43c156ecb3ebf7a3341147bd Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Sun, 20 Sep 2026 00:14:49 +0900 Subject: [PATCH 1/2] chore: release 0.19.4 Co-authored-by: Cursor --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a886b11c..11737ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.19.4](https://github.com/sendbird/stave/compare/v0.19.3...v0.19.4) (2026-09-19) + +### Features + +* Classify Auto intent with the Utility model before choosing an execution model, migrate existing profiles to model-first routing while keeping custom rules, and allow an explicit opt-out on the new profile version. +* Open a read-only detail dialog from a subagent, worker, or child-task row with the assignment, live or saved activity, result, and model/effort labelled as requested, configured, or runtime-reported. +* Recover a crashed Lens session on retry, preserve login-popup opener links and POST data, add DevTools for the current page, and enrich inspect with React component metadata plus faster pointer tracking. + +### Bug Fixes + +* Render completed agent rows below the "N done" toggle in the Task Activity work graph. +* Expose `stave_consult_advisor` when a Codex native thread is reused, instead of only showing the Advisor notice. + +### References + +* [#557](https://github.com/sendbird/stave/pull/557), [#558](https://github.com/sendbird/stave/pull/558), [#559](https://github.com/sendbird/stave/pull/559), [#560](https://github.com/sendbird/stave/pull/560), [#561](https://github.com/sendbird/stave/pull/561) ## [0.19.3](https://github.com/sendbird/stave/compare/v0.19.2...v0.19.3) (2026-09-17) ### Features diff --git a/package.json b/package.json index 07861542..2f27a44e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stave", "private": true, - "version": "0.19.3", + "version": "0.19.4", "description": "Stave: AI coding workspace for Claude and Codex.", "author": { "name": "Sendbird, Inc.", From f233d6b45b84e68ae3c406175a4edfda1ae9f6ca Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Sun, 20 Sep 2026 01:05:00 +0900 Subject: [PATCH 2/2] chore: include #563 in 0.19.4 release notes Co-authored-by: Cursor --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11737ac8..fc632324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,18 @@ * Classify Auto intent with the Utility model before choosing an execution model, migrate existing profiles to model-first routing while keeping custom rules, and allow an explicit opt-out on the new profile version. * Open a read-only detail dialog from a subagent, worker, or child-task row with the assignment, live or saved activity, result, and model/effort labelled as requested, configured, or runtime-reported. * Recover a crashed Lens session on retry, preserve login-popup opener links and POST data, add DevTools for the current page, and enrich inspect with React component metadata plus faster pointer tracking. +* Select numbered Lens page pins in the feedback editor, drop unchecked comments before send, keep intent/priority in secondary options, and pause or resume agent access from trusted renderer controls so resume cannot revive older command leases. +* Compare sent Lens feedback with a fresh visible target capture — page identity, viewport, unique selection, and movement — before showing evidence, and keep bounded memory-only session captures in expanded browser tool details. ### Bug Fixes * Render completed agent rows below the "N done" toggle in the Task Activity work graph. * Expose `stave_consult_advisor` when a Codex native thread is reused, instead of only showing the Advisor notice. +* Discard pending Lens annotation images when their comment is removed or the owning view changes. ### References -* [#557](https://github.com/sendbird/stave/pull/557), [#558](https://github.com/sendbird/stave/pull/558), [#559](https://github.com/sendbird/stave/pull/559), [#560](https://github.com/sendbird/stave/pull/560), [#561](https://github.com/sendbird/stave/pull/561) +* [#557](https://github.com/sendbird/stave/pull/557), [#558](https://github.com/sendbird/stave/pull/558), [#559](https://github.com/sendbird/stave/pull/559), [#560](https://github.com/sendbird/stave/pull/560), [#561](https://github.com/sendbird/stave/pull/561), [#563](https://github.com/sendbird/stave/pull/563) ## [0.19.3](https://github.com/sendbird/stave/compare/v0.19.2...v0.19.3) (2026-09-17) ### Features