From 4b0ec1a884aaac47d39ba3b2426b478f964ddbdc Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Wed, 29 Jul 2026 22:15:54 +0900 Subject: [PATCH 1/3] chore: release 0.13.3 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b98309..95fd852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.13.3](https://github.com/sendbird/stave/compare/v0.13.2...v0.13.3) (2026-07-29) + +### Features + +* Bind vault secrets to tasks by environment-variable name and inject values only into agent shell processes, keeping plaintext out of runtime options, prompts, transcripts, diagnostics, and logs. + +### 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. +* Preserve bound secret environment overrides across Claude and Codex launches and Codex thread resumes while validating reserved and duplicate environment-variable names. + +### References + +* [#275](https://github.com/sendbird/stave/pull/275), [#276](https://github.com/sendbird/stave/pull/276) ## [0.13.2](https://github.com/sendbird/stave/compare/v0.13.1...v0.13.2) (2026-07-29) ### Bug Fixes diff --git a/package.json b/package.json index a4b7835..903fd55 100644 --- a/package.json +++ b/package.json @@ -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.", From 913dff9b9b16a8e34e31111eceb9323724f56822 Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Thu, 30 Jul 2026 11:23:32 +0900 Subject: [PATCH 2/3] docs: update 0.13.3 release notes --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fd852..4d00b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.13.3](https://github.com/sendbird/stave/compare/v0.13.2...v0.13.3) (2026-07-29) +## [0.13.3](https://github.com/sendbird/stave/compare/v0.13.2...v0.13.3) (2026-07-30) ### Features @@ -8,10 +8,11 @@ * 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. * Preserve bound secret environment overrides across Claude and Codex launches and Codex thread resumes while validating reserved and duplicate environment-variable names. +* Scope unattended automation approvals to each run, isolating provider, Stave Local MCP, and Lens access and revoking the run's authorization when it ends. ### References -* [#275](https://github.com/sendbird/stave/pull/275), [#276](https://github.com/sendbird/stave/pull/276) +* [#275](https://github.com/sendbird/stave/pull/275), [#276](https://github.com/sendbird/stave/pull/276), [#278](https://github.com/sendbird/stave/pull/278) ## [0.13.2](https://github.com/sendbird/stave/compare/v0.13.1...v0.13.2) (2026-07-29) ### Bug Fixes From 7456dc68281e4fe2a121515c039380197e90bd81 Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Fri, 31 Jul 2026 10:25:24 +0900 Subject: [PATCH 3/3] docs: update 0.13.3 release notes --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d00b40..bae893c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,20 @@ -## [0.13.3](https://github.com/sendbird/stave/compare/v0.13.2...v0.13.3) (2026-07-30) +## [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 values only into agent shell processes, keeping plaintext out of runtime options, prompts, transcripts, diagnostics, and logs. +* 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. -* Preserve bound secret environment overrides across Claude and Codex launches and Codex thread resumes while validating reserved and duplicate environment-variable names. * 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) +* [#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