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 )"