From 57b0a965fa8bb8afe569703302e43fb4b4c13b36 Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Thu, 9 Jul 2026 18:23:03 +0900 Subject: [PATCH] chore: release 0.9.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 342a3ea..6cc5f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.9.1](https://github.com/sendbird/stave/compare/v0.9.0...v0.9.1) (2026-07-09) + +### Bug Fixes + +* Restore the Information panel's horizontal content padding dropped by the long-press-drag change, and darken the sidebar background so it reads as a distinct layer from the GNB/chat panel across the default and built-in themes. +* Fix Settings cards stacking duplicate padding on top of the base card style, unify three hand-rolled selection-button grids into a shared toggle-chip control, and widen the Settings content column. +* Fix the status bar showing `—` for both Claude and Codex usage: map the credits-based `individualLimit` response shape for business-plan Codex accounts, probe `CLAUDE_CONFIG_DIR`-aware keychain/credential paths for Claude, and make the CLI `/usage` fallback parser more robust (strip ANSI escapes, wait for an idle prompt, raise the timeout); also swap the bar order so usage sits left of memory. + +### References + +* [#124](https://github.com/sendbird/stave/pull/124), [#125](https://github.com/sendbird/stave/pull/125), [#126](https://github.com/sendbird/stave/pull/126) + ## [0.9.0](https://github.com/sendbird/stave/compare/v0.8.7...v0.9.0) (2026-07-09) ### Features diff --git a/package.json b/package.json index b8f76b7..c6ba276 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stave", "private": true, - "version": "0.9.0", + "version": "0.9.1", "description": "Stave: AI coding workspace for Claude and Codex.", "author": { "name": "Sendbird, Inc.",