Add Long-running option for stdio MCP servers to always keep them connected in the background, useful for servers like @playwright/mcp
where you don't want to close the browser after each response.
MCP optimization
For stdio and sse MCP servers, now it will not be kept running in the background when it's not used, MCP servers are only connected when a tool needs to be called during a conversation, and all MCP server connections will be terminated when the conversation is finished.
$HOME/.local/bin/uv --directory $HOME/dev/mcp-ical run mcp-ical
could work (previously you could only add a single variable)Fix AiHubMix with OpenAI Responses API. (btw you get 10% off from the official price when consuming AiHubMix API in ChatWise now)
Fix AiHubMix with o1-pro, o3-pro etc which use the new responses API.
Update MCP spec to the latest version (2025-03-26)
Support OpenAI o3-pro
Display OpenRouter credit usage
Add option to disable auto-scrolling to bottom
Fix OpenRouter Novita provider
Fix styling in dark mode
Add a separate tab for favorited models:
Improvements:
Fix: set model id properly when creating chat from chatwise://
url
Add "Export Chat" option to the chat context menu