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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.13.3](https://github.com/sendbird/stave/compare/v0.13.2...v0.13.3) (2026-07-31)

### Features

* Bind vault secrets to tasks by environment-variable name and inject them only into agent shell processes, preserving overrides across Claude and Codex launches and thread resumes while keeping plaintext out of runtime options, prompts, transcripts, diagnostics, and logs.
* Add a `Fetch & checkout origin/main` action that fetches the remote default branch, guards dirty trees, detaches HEAD safely, and renders detached checkouts clearly across workspace surfaces.

### Bug Fixes

* Redesign the pending Ask User Question experience with accessible radio and checkbox controls, custom answers, explicit Continue and Decline actions, responsive spacing, and compact settled-state summaries.
* Scope unattended automation approvals to each run, isolating provider, Stave Local MCP, and Lens access and revoking the run's authorization when it ends.
* Keep active turns alive when the selected model changes during a conversation.
* Prevent Lens resize sash borders from overlapping adjacent surfaces.

### References

* [#275](https://github.com/sendbird/stave/pull/275), [#276](https://github.com/sendbird/stave/pull/276), [#278](https://github.com/sendbird/stave/pull/278), [#279](https://github.com/sendbird/stave/pull/279), [#280](https://github.com/sendbird/stave/pull/280), [#281](https://github.com/sendbird/stave/pull/281)
## [0.13.2](https://github.com/sendbird/stave/compare/v0.13.1...v0.13.2) (2026-07-29)

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