From db41ec6e9378dee2413a1f8bb38b6ff7de4bc5e5 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Tue, 17 Mar 2026 15:34:53 +0000 Subject: [PATCH] pi settings --- openpeon/files.linux/config.json | 2 +- openpeon/files/packs/glados/openpeon.json | 5 ----- pi/files.linux/agent/settings.json | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/openpeon/files.linux/config.json b/openpeon/files.linux/config.json index b3b9d29..a5bb7d1 100644 --- a/openpeon/files.linux/config.json +++ b/openpeon/files.linux/config.json @@ -1,7 +1,7 @@ { "activePack": "glados", "volume": 1, - "muted": false, + "muted": true, "enabledCategories": { "session.start": true, "task.acknowledge": true, diff --git a/openpeon/files/packs/glados/openpeon.json b/openpeon/files/packs/glados/openpeon.json index bb11cfe..57c7a85 100644 --- a/openpeon/files/packs/glados/openpeon.json +++ b/openpeon/files/packs/glados/openpeon.json @@ -21,11 +21,6 @@ "file": "sounds/IKnowYoureThere.mp3", "label": "I know you're there. I can feel you here.", "sha256": "df3780607b7a480fd3968c8aae5e0a397ea956008a5c7a47fecb887a05d61622" - }, - { - "file": "sounds/HelloImbecile.mp3", - "label": "Hello, imbecile!", - "sha256": "dd10461e79bb4b1319f436cef5f0541f18a9505638824a6e765b9f2824a3380f" } ] }, diff --git a/pi/files.linux/agent/settings.json b/pi/files.linux/agent/settings.json index 0831667..2027475 100644 --- a/pi/files.linux/agent/settings.json +++ b/pi/files.linux/agent/settings.json @@ -1,5 +1,5 @@ { - "lastChangelogVersion": "0.57.1", + "lastChangelogVersion": "0.60.0", "defaultProvider": "openai-codex", "defaultModel": "gpt-5.3-codex", "defaultThinkingLevel": "medium",