-
Bug fixes Stable
released this
2026-02-23 08:06:25 +01:00 | 0 commits to main since this releasev2.3.3
Bug fixes
- Model switching - Switching models mid-chat now correctly updates the active provider. Previously, API calls continued going to the old provider until the app was restarted.
- Model identity - Models accessed via OpenRouter (e.g. Kimi K2.5, Gemma) no longer misidentify themselves as Claude. The model's actual name is now injected into the system prompt.
- Anthropic cost display - Cost is now shown correctly for all Claude models, including newer ones without date suffixes (e.g.
claude-sonnet-4-6). Unknown future models fall back to the correct pricing tier via prefix matching. - Web search as a tool - When online mode is enabled with MCP active,
web_searchis now a proper callable tool the model can invoke on demand, rather than blindly injecting DuckDuckGo results into the user message. - Update check - Version check on startup no longer causes a beach ball; it runs entirely on a background thread.
Downloads