From 096ee381000215a994260c838437fa87b97807ca Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Wed, 11 Mar 2026 23:47:50 +0000 Subject: [PATCH] fix peon --- pi/files.macos/agent/settings.json | 5 +++-- ssh/files/config | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pi/files.macos/agent/settings.json b/pi/files.macos/agent/settings.json index 003cdb7..0345261 100644 --- a/pi/files.macos/agent/settings.json +++ b/pi/files.macos/agent/settings.json @@ -6,5 +6,6 @@ "theme": "matugen", "lsp": { "hookMode": "edit_write" - } -} + }, + "hideThinkingBlock": false +} \ No newline at end of file diff --git a/ssh/files/config b/ssh/files/config index bf9009d..978ec59 100644 --- a/ssh/files/config +++ b/ssh/files/config @@ -53,7 +53,7 @@ Host mac mac-attio LocalForward 54043 localhost:54043 IdentitiesOnly yes -Host linux-pc +Host linux-pc 192.168.1.80 HostName 192.168.1.80 User thomasgl IdentityFile ~/.ssh/linux-pc