From 39c637385f05d0187dc6877f17402eea6b93f85d Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 16 Jul 2025 15:46:13 -0300 Subject: [PATCH] chore: update `Co-Authored-By` address to `crush@charm.land` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: 💘 Crush --- internal/llm/tools/bash.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/llm/tools/bash.go b/internal/llm/tools/bash.go index 3b6d94de7687a0a0842c44b64fc3d0ab55a785c3..abc5deb3dc8d80401f452a57c9735128dd5e91d1 100644 --- a/internal/llm/tools/bash.go +++ b/internal/llm/tools/bash.go @@ -188,7 +188,7 @@ When the user asks you to create a new git commit, follow these steps carefully: 4. Create the commit with a message ending with: 💘 Generated with Crush -Co-Authored-By: Crush +Co-Authored-By: Crush - In order to ensure good formatting, ALWAYS pass the commit message via a HEREDOC, a la this example: @@ -196,7 +196,7 @@ git commit -m "$(cat <<'EOF' Commit message here. 💘 Generated with Crush - Co-Authored-By: 💘 Crush + Co-Authored-By: 💘 Crush EOF )"