From b67ae1be98f3131fa8cec9ae01d8f86fd4df8e06 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 17 Feb 2026 13:42:49 +0300 Subject: Enha: filter out thinking blocks from chat history, removed {role}: --- config.example.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.example.toml') diff --git a/config.example.toml b/config.example.toml index 1b466eb..c2ec684 100644 --- a/config.example.toml +++ b/config.example.toml @@ -48,3 +48,4 @@ EnableMouse = false # Enable mouse support in the UI CharSpecificContextEnabled = true CharSpecificContextTag = "@" AutoTurn = true +StripThinkingFromAPI = true # Strip blocks from messages before sending to LLM (keeps them in chat history) -- cgit v1.2.3