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.8.7](https://github.com/sendbird/stave/compare/v0.8.6...v0.8.7) (2026-07-08)

### Features

* Add a Settings toggle (Settings → Steer / Queue) as the primary on/off control for mid-turn steering, keeping the `STAVE_ENABLE_MID_TURN_STEERING` env var as a backward-compatible fallback; hide the steer option in chat input entirely when the setting is off.
* Add an `@lens` prompt mention that injects the live Lens browser state (current URL, page title, loading status) as retrieved context, with an `@info:browser` alias and a fallback message when the panel is closed or empty.
* Flatten the app shell to a Superset/Orca-style flat UI: remove glassmorphism app-wide, add a Fleet View entry and "Active workspaces" list above the project list, convert Settings into a full-screen surface, and extend the Information panel with an Amplify Link section, drag-to-reorder sections, markdown-rendered Notes, and a header-integrated Plans count/refresh.
* Add a "cover chat" display mode to Lens alongside the existing fullscreen mode.

### Fixes

* Redesign the Steer/Queue composer into a single morphing Send/Stop button (Codex-style), remove the floating "Adjust current work" secondary button and its dual-key tooltips, add Esc-to-stop while composing, and restyle queued-turn cards as floating hover-revealed cards.
* Interrupt the Claude provider turn as soon as `ExitPlanMode` is detected so a plan-mode turn always reaches a final `result`/`done` state instead of getting stuck "in progress".
* Stabilize the `@`-mention autocomplete palette so it only closes on outside pointer-down clicks, not transient focus changes, fixing autocomplete item clicks inside the portaled popover.

### References

* [#114](https://github.com/sendbird/stave/pull/114), [#115](https://github.com/sendbird/stave/pull/115), [#116](https://github.com/sendbird/stave/pull/116), [#117](https://github.com/sendbird/stave/pull/117), [#118](https://github.com/sendbird/stave/pull/118)

## [0.8.6](https://github.com/sendbird/stave/compare/v0.8.5...v0.8.6) (2026-07-07)

### 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.8.6",
"version": "0.8.7",
"description": "Stave: AI coding workspace for Claude and Codex.",
"author": {
"name": "Sendbird, Inc.",
Expand Down
Loading