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