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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.10.1",
"version": "0.10.2",
"description": "Stave: AI coding workspace for Claude and Codex.",
"author": {
"name": "Sendbird, Inc.",
Expand Down
Loading