Glamourous agentic coding for all
Crush v0.41.0 adds in-TUI editing of API keys and OAuth re-authentication via ctrl+e.
$ git clone --branch v0.41.0 https://github.com/charmbracelet/crush.git # already have the repo? check out this version: $ git checkout v0.41.0
- ›Adds ability to edit API keys directly in the TUI: open the models dialog (ctrl+m), select a model, and press ctrl+e — no more manual edits to crush.json.
- ›Supports OAuth2 re-authentication via the same ctrl+e shortcut for OAuth providers, triggering the full OAuth2 flow in-app.
1 more release in this issue · 2026-02-09
Crush v0.40.0 adds on-demand LSP startup, MiniMax provider support, MCP resources, and clipboard image paste.
$ git clone --branch v0.40.0 https://github.com/charmbracelet/crush.git # already have the repo? check out this version: $ git checkout v0.40.0
- ›Adds on-demand LSP server startup — servers launch only when the model interacts with a file of that language, and are shut down between sessions.
- ›Supports MiniMax as a new AI provider, including the MiniMax Coding Plan.
- ›Adds MCP resources support.
- ›Enables clipboard image paste via Ctrl+V.