diff --git a/README.md b/README.md index e47d106e9dbc447a16e0f548c1dd7c3103f6b517..f2aec2a0a28f3e5ec0fd259ac52eb172fe79b1e7 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ $HOME/.local/share/crush/crush.json ### Attribution Settings -By default, Crush adds attribution information to git commits and pull requests it creates. You can customize this behavior with the `attribution` option: +By default, Crush adds attribution information to Git commits and pull requests it creates. You can customize this behavior with the `attribution` option: ```json { diff --git a/internal/llm/tools/bash.go b/internal/llm/tools/bash.go index 79205b9b142a10ff101da9a657e4b819dc88da4d..f0a8bdd69c1748ffc8a402933d61ab67615d7054 100644 --- a/internal/llm/tools/bash.go +++ b/internal/llm/tools/bash.go @@ -132,7 +132,7 @@ func (b *bashTool) bashDescription() string { } if generatedWith || coAuthoredBy { - attributionParts := []string{} + var attributionParts []string if generatedWith { attributionParts = append(attributionParts, "💘 Generated with Crush") }