v0.8.0
🪄 Features
Settings panel allows users to manage their providers and models in GUI:

Amazon Bedrock support. Users can configure the models they want to use in settings:

ENV parameters support for Anthropic and Bedrock.
Auto compaction when chat comes near the context limit for a given model.
PRs merged
- 🤖 feat: add auto-compaction with progressive warnings by @ethanndickson in #683
- 🤖 feat: add auto-compaction configuration UI by @ethanndickson in #685
- 🤖 refactor: remove 'Accept early' feature from compactions by @ethanndickson in #748
- 🤖 feat: add mux version subcommand by @ibetitsmike in #751
- 🤖 fix: update Claude Opus 4.5 thinking policy to match API by @ThomasK33 in #752
- 🤖 feat: add Settings Manager with Providers/Models/General sections by @ibetitsmike in #750
- 🤖 fix: enable reasoning for Claude Opus 4.5 by @ThomasK33 in #754
- 🤖 fix: restore DirectoryPickerModal in ProjectCreateModal by @ibetitsmike in #756
- 🤖 fix: untracked popup overflow by @ibetitsmike in #755
- 🤖 feat: add Cmd+, / Ctrl+, keybinding to open settings by @ThomasK33 in #761
- 🤖 fix: omit providerMetadata from compaction summary to fix context display by @ethanndickson in #762
- 🤖 fix: Command suggestions hidden under alerts by @ibetitsmike in #718
- 🤖 feat: mid-stream token usage updates by @ethanndickson in #757
- 🤖 feat: add support for Amazon Bedrock by @ibetitsmike in #765
- 🤖 feat: allow Anthropic models to work with env vars by @ibetitsmike in #768
Full Changelog: v0.7.2...v0.8.0