From 62337a078c059c62e2647cd5ad9ec77ce1b3e4bf Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Tue, 21 Apr 2026 09:16:25 +0100 Subject: [PATCH] stop squashing --- openpeon/files.macos/config.json | 2 +- pi/files.macos/agent/settings.json | 2 +- pi/files/agent/AGENTS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpeon/files.macos/config.json b/openpeon/files.macos/config.json index 982ca09..de0a431 100644 --- a/openpeon/files.macos/config.json +++ b/openpeon/files.macos/config.json @@ -1,7 +1,7 @@ { "activePack": "solid_snake", "volume": 1.5, - "muted": true, + "muted": false, "enabledCategories": { "session.start": true, "task.acknowledge": true, diff --git a/pi/files.macos/agent/settings.json b/pi/files.macos/agent/settings.json index b1962fa..dd9e63f 100644 --- a/pi/files.macos/agent/settings.json +++ b/pi/files.macos/agent/settings.json @@ -2,7 +2,7 @@ "lastChangelogVersion": "0.67.68", "defaultProvider": "anthropic", "defaultModel": "claude-opus-4-7", - "defaultThinkingLevel": "off", + "defaultThinkingLevel": "medium", "theme": "matugen", "lsp": { "hookMode": "edit_write" diff --git a/pi/files/agent/AGENTS.md b/pi/files/agent/AGENTS.md index 818b9ed..d00036f 100644 --- a/pi/files/agent/AGENTS.md +++ b/pi/files/agent/AGENTS.md @@ -18,7 +18,7 @@ When the user provides a screenshot path (e.g., `/tmp/pi-clipboard-xxx.png`), ** **Prefer jj (Jujutsu) over git.** If a project has a colocated jj repo (`.jj` directory), use `jj` commands for all version control operations — rebasing, branching, log, etc. Only fall back to git when jj doesn't support something or the project isn't set up for it. -After pushing changes, always run `jj new` to start a fresh working copy commit. Don't squash unnecessarily! +After pushing changes, always run `jj new` to start a fresh working copy commit. Don't squash unnecessarily! seriously don't squash all the time. # Git commits and PRs