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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [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.
* 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), [#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
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.3",
"version": "0.19.4",
"description": "Stave: AI coding workspace for Claude and Codex.",
"author": {
"name": "Sendbird, Inc.",
Expand Down
Loading