ChatWise Changelog

v0.9.37
Oct 21, 2025

Set reasoning_effort: "none" for custom openai compatible providers when reasoning is disabled.

v0.9.36
Oct 21, 2025
  • Apply reasoning settings in ZhiPu AI, #1109
  • Custom OpenAI-compatible provider: Add reasoning: false to request body when reasoning is disabled, #1106
  • Fix OpenRouter GPT-5-Image
v0.9.35
Oct 16, 2025
  • Anthropic: support built-in web search tool
  • Display reasoning effort in the button
v0.9.34
Oct 14, 2025

Fix Perplexity (they changed API url)

v0.9.33
Oct 13, 2025

Move reasoning settings to the input area:

v0.9.32
Oct 10, 2025
  • You can now use @ to run one-off MCP servers:

  • Disable observability for Anthropic when using oauth login method, because of incompaitibility
v0.9.31
Oct 6, 2025

Fix styling

v0.9.30
Oct 6, 2025
  • add huggingface provider
  • fix #1078 #1077
v0.9.28
Oct 3, 2025
  • Disable logging by default
  • Fix custom provider reasoning setting
v0.9.27
Oct 3, 2025

Add logging for LLM requests, see Settings > Advanced > Logging

v0.9.26
Oct 3, 2025
  • Update MCP SDK, fix "Load failed" error in some MCP servers that require oauth, #1070
  • Fix reasoning settings for OpenRouter models, #1071
v0.9.25
Oct 2, 2025

Fix a bug with Google web search (api key)

v0.9.24
Sep 29, 2025
  • New ChatWise Search provider: Ollama web search
  • Fix: allow to turn off reasoning for Claude models
v0.9.23
Sep 29, 2025
  • Add Gemini 2.5 Flash Preview and Gemini 2.5 Flash Lite Preview
  • Actually fix Google search, but if it still doesn't work it's probably because your IP is restricted
v0.9.22
Sep 25, 2025

Fix Google web search (update the user-agent so it doesn't get blocked by Google)

v0.9.21
Sep 19, 2025

Use native-tls instead of rustls, potentially fix #1046

v0.9.20
Sep 17, 2025

Queue messages

When the model is still generating response, you can send messages to a queue, and queued messages will be sent automatically when the ongoing request finishes.

v0.9.19
Sep 16, 2025

Fix OpenRouter error when using stored API key from Cloudflare AI Gateway

v0.9.18
Sep 16, 2025

Now you can use API keys stored in Cloudflare AI gateway, so you don't need to manually enter API keys for AI providers on ChatWise: https://docs.chatwise.app/observability#api-keys

v0.9.17
Sep 16, 2025
v0.9.16
Sep 15, 2025

Display token usage for the response message

Add UI for setting env variables and headers in MCP server

v0.9.15
Sep 8, 2025

Fix Window restoration, closes #1020

v0.9.14
Sep 7, 2025

Fix Volcengine #1013

v0.9.13
Sep 7, 2025

Google/Anthropic providers

Remove Gemini 2.5 Flash Thinking Claude Opus 4.1 Thinking Claude Opus 4 Thinking Claude Sonnet 4 Thinking, you can use the reasoning setting in the sidebar to enable/disable thinking instead

New model settings in custom provider

Now you can tell ChatWise if reasoning can be disabled for a model

v0.9.12
Sep 5, 2025

Display context usage:

<img width="536" height="262" alt="CleanShot 2025-09-06 at 01 22 13@2x" src="https://github.com/user-attachments/assets/ac485bd7-80ca-46c9-9362-49c04977dcff" />

Limitations for now:

  • Only works for API that returns token usage
  • Only updated after a successful response
v0.9.11
Sep 4, 2025

Use custom titlebar on Windows and Linux

v0.9.10
Sep 2, 2025

Fix UI

v0.9.9
Sep 2, 2025
  • Fix AiHubMix provider
  • New app settings UI
v0.9.8
Sep 1, 2025
  • Save base64 images returned by MCP tools as local files to improve performance
  • Allow to log out of authenticated MCP server
v0.9.7
Sep 1, 2025

Fix Vercel provider