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

### Bug Fixes

* Scope every Codex reasoning-effort picker (preset editor, chat-input cycle, settings default, providers-section help) to what the currently selected model actually supports, clamping to the nearest valid effort on model switch instead of always offering the full scale.
* Default Codex effort now prefers the model's own recommended default, falling back to `medium` only when unknown.
* Add the missing `max`/`ultra` reasoning-effort entries to the providers-section reasoning help list.
* Merge the Codex App Server's live `model/list` catalog with the static GPT-5.6 catalog so newer models stay selectable even against an older installed Codex binary.
* Fix the preset-edit popover in the preset bar closing itself immediately due to Radix's default focus-return stealing focus from the freshly opened editor.

### References

* [#133](https://github.com/sendbird/stave/pull/133)

## [0.10.0](https://github.com/sendbird/stave/compare/v0.9.1...v0.10.0) (2026-07-10)

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