From ca0708a8eefb94e10b55a17e6d77a67b2fa5c202 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Thu, 16 Apr 2026 15:50:06 +0100 Subject: [PATCH] fuck squashing --- openpeon/files.macos/config.json | 2 +- pi/files.macos/agent/settings.json | 8 ++++---- pi/files/agent/AGENTS.md | 2 +- 3 files changed, 6 insertions(+), 6 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 a89cb37..ab3d4df 100644 --- a/pi/files.macos/agent/settings.json +++ b/pi/files.macos/agent/settings.json @@ -1,8 +1,8 @@ { - "lastChangelogVersion": "0.66.1", - "defaultProvider": "cursor-acp", - "defaultModel": "auto", - "defaultThinkingLevel": "medium", + "lastChangelogVersion": "0.67.5", + "defaultProvider": "anthropic", + "defaultModel": "claude-opus-4-7", + "defaultThinkingLevel": "off", "theme": "matugen", "lsp": { "hookMode": "edit_write" diff --git a/pi/files/agent/AGENTS.md b/pi/files/agent/AGENTS.md index 3d640ab..85aad05 100644 --- a/pi/files/agent/AGENTS.md +++ b/pi/files/agent/AGENTS.md @@ -14,7 +14,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. +After pushing changes, always run `jj new` to start a fresh working copy commit. Don't squash unnecessarily! # Git commits and PRs