Skip to content

Chaty v0.4.2

Choose a tag to compare

@Fangyuan025 Fangyuan025 released this 08 Jun 04:24
· 22 commits to main since this release

Chaty v0.4.2

Qwen3.5+ thinking adaptation

  • Qwen3.5 dropped the /think · /no_think soft switch (it now uses an enable_thinking template flag, default off). Chaty detects this from the chat template and no longer injects /no_think into the prompt for such models — so the tag can't leak into replies.
  • For Qwen3.5+, the thinking toggle is disabled with a note that reasoning is auto-managed by the model.
  • Prior <think> reasoning is never fed back into the model on later turns (per Qwen's guidance), saving context and avoiding confusion.

New

  • Zoomable HTML preview — zoom buttons plus Ctrl + / - / 0 (0.4×–2.5×).
  • Configurable context length — Settings now lets you pick the context window (Auto, or up to the model's native trained length, e.g. far beyond the old 8192 cap).
  • Auto context compaction — as a conversation nears the context limit, older turns are summarised into the prompt automatically so you can keep chatting. Non-destructive: every message still shows in the UI.

Fixed

  • Clipboard no longer triggers a permission prompt — copy, and right-click cut/copy/paste, now use the native clipboard.

Install (Windows x64): download Chaty_0.4.2_x64-setup.exe below and run it (per-user, no admin).