Core
- MDNS no longer fails when service is already registered
- Allow configurable CORS hosts
- Add MCP prompts as slash commands (@paoloricciuti)
- Add Gemini 3 Flash to fast models list (@junmediatek)
- Bundle @ai-sdk/vercel version 1.0.31 for AI SDK v5 support (@OpeOginni)
- Cleaner view for subagents hint text
- Add configurable timeout for MCP tool calls to prevent hanging requests
- Read plural resource types and stop erroring on them
- Fix OpenAI variants for Codex models
- Add model usage statistics with input/output token breakdown to stats command (@processtrader)
- Add rustfmt formatter for Rust files (@frhd)
- Ensure variants work for completely custom models
TUI
- Adjust keys for uniqueness calculations to use provider/model
Desktop
- Don't open native folder select when connected to remote server
- Add model variants support to app
- Better notification icon in desktop app
- Upgrade to latest version on error page in desktop app
Thank you to 6 community contributors:
- @frhd:
- feat(format): add rustfmt formatter for Rust files (#6482)
- @processtrader:
- feat: add model usage statistics with input/output token breakdown to stats command (#6296)
- @brianclinkenbeard:
- Update mise install command (#6504)
- @OpeOginni:
- feat: bundle in @ai-sdk/vercel version 1.0.31 for aisdk v5 support (#6512)
- @junmediatek:
- feat: add gemini-3-flash to fast models list (#6497)
- @paoloricciuti:
- feat: mcp prompts as slash commands (alternative) (#5767)