From 5a877cd667b4680a2cdf08d13770e89a6b3a8a35 Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Fri, 10 Jul 2026 17:01:15 +0900 Subject: [PATCH] chore: release 0.10.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951d3ad..7e1974c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.10.2](https://github.com/sendbird/stave/compare/v0.10.1...v0.10.2) (2026-07-10) + +### Bug Fixes + +* Refresh Claude and Codex MCP sessions only when their configuration changes, while deferring Codex restarts until active turns finish. +* Add read-only MCP server discovery in Settings → MCP without exposing secrets or command details to the renderer. +* Prevent the prompt composer from inserting an extra line break after a message is sent. + +### References + +* [#135](https://github.com/sendbird/stave/pull/135), [#136](https://github.com/sendbird/stave/pull/136) ## [0.10.1](https://github.com/sendbird/stave/compare/v0.10.0...v0.10.1) (2026-07-10) ### Bug Fixes diff --git a/package.json b/package.json index fd3d021..8d0671d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stave", "private": true, - "version": "0.10.1", + "version": "0.10.2", "description": "Stave: AI coding workspace for Claude and Codex.", "author": { "name": "Sendbird, Inc.",