ChatWise Changelog

v0.8.75
Jul 8, 2025

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.

v0.8.74
Jul 7, 2025

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.

v0.8.73
Jul 7, 2025
  • Fix MCP env variable support in stdio command: so something like $HOME/.local/bin/uv --directory $HOME/dev/mcp-ical run mcp-ical could work (previously you could only add a single variable)
  • Fix: allow ChatWise to access Apple Calendars
v0.8.72
Jul 7, 2025
  • Fix duplicated reasoning content in OpenRouter Gemini 2.5
  • GitHub Copilot: fetch latest models from GitHub Copilot API instead of using hard-coded ones
v0.8.71
Jun 29, 2025
  • Disable Image Generation, MCP for OpenAI Deep Research Models (web search is always enabled through OpenAI's own web search tool, MCP is not yet supported when using Deep Research models)
  • Add Dart syntax highlighting
v0.8.70
Jun 27, 2025

Fix AiHubMix with OpenAI Responses API. (btw you get 10% off from the official price when consuming AiHubMix API in ChatWise now)

v0.8.69
Jun 27, 2025
  • Add basic support for OpenAI o3-deep-research and o4-mini-deep-research, they are the same as the Deep Research feature in the official ChatGPT app, but ChatWise doesn't display research progress YET, expect very slow response for now!
  • Now every user can add MCP servers and use tools, but free users are limited to 5 MCP servers.
v0.8.68
Jun 22, 2025
  • Remember last visited provider tab in settings windows
  • Improve chat history search: replace in-memory search with a SQLite query
v0.8.67
Jun 18, 2025

Fix AiHubMix with o1-pro, o3-pro etc which use the new responses API.

v0.8.66
Jun 17, 2025

Update MCP spec to the latest version (2025-03-26)

v0.8.65
Jun 16, 2025
  • Add Lua syntax highlighting
  • Add icon setting for custom provider

v0.8.64
Jun 11, 2025

Support OpenAI o3-pro

v0.8.63
Jun 10, 2025
  • Show remaining OpenRouter credits
  • MCP: support multiline string in env variables
v0.8.62
Jun 9, 2025

Display OpenRouter credit usage

Add option to disable auto-scrolling to bottom

v0.8.61
Jun 5, 2025

Fix OpenRouter Novita provider

v0.8.60
Jun 5, 2025
  • Fix OpenRouter error
  • Add accent color option in app settings
v0.8.59
Jun 4, 2025

Fix styling in dark mode

v0.8.58
Jun 4, 2025

Add a separate tab for favorited models:

Improvements:

  • Fix GitHub Copilot Vision requests
  • Add reasoning efforts option for OpenRouter Gemini, Claude, OpenAI O-series models
v0.8.57
May 29, 2025

Fix: set model id properly when creating chat from chatwise:// url

v0.8.56
May 28, 2025

Add "Export Chat" option to the chat context menu