From a0b92d65a00af677566b02d2b97bb0768cd03d16 Mon Sep 17 00:00:00 2001 From: rain Date: Fri, 21 Aug 2026 17:32:12 -0400 Subject: [PATCH] show thinking blocks: hideThinkingBlock false --- dot_omp/private_agent/private_config.yml | 2 +- dot_pi/agent/settings.json.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_omp/private_agent/private_config.yml b/dot_omp/private_agent/private_config.yml index 98c3579..d1fcc3f 100644 --- a/dot_omp/private_agent/private_config.yml +++ b/dot_omp/private_agent/private_config.yml @@ -73,5 +73,5 @@ tui: textSizing: false defaultThinkingLevel: auto personality: pragmatic -hideThinkingBlock: true +hideThinkingBlock: false readLineNumbers: true \ No newline at end of file diff --git a/dot_pi/agent/settings.json.tmpl b/dot_pi/agent/settings.json.tmpl index e655e30..b60cb7d 100644 --- a/dot_pi/agent/settings.json.tmpl +++ b/dot_pi/agent/settings.json.tmpl @@ -54,5 +54,5 @@ } } }, - "hideThinkingBlock": true + "hideThinkingBlock": false }