diff --git a/internal/llm/provider/provider.go b/internal/llm/provider/provider.go index 66e806d6f756661362628750f51f5edb8649dbaa..d63f73f67cf0455bcccbb06ae70e3dde6a09557c 100644 --- a/internal/llm/provider/provider.go +++ b/internal/llm/provider/provider.go @@ -130,7 +130,7 @@ func NewProvider(providerName models.ModelProvider, opts ...ProviderClientOption clientOptions.openaiOptions = append(clientOptions.openaiOptions, WithOpenAIBaseURL("https://openrouter.ai/api/v1"), WithOpenAIExtraHeaders(map[string]string{ - "HTTP-Referer": "crush.ai", + "HTTP-Referer": "crush.charm.land", "X-Title": "Crush", }), ) diff --git a/internal/llm/tools/bash.go b/internal/llm/tools/bash.go index d2c467fe45dccebde8aa3ac130a488dfef9c5000..5228e432d25f6f4dad56fac415e1d1023fce7173 100644 --- a/internal/llm/tools/bash.go +++ b/internal/llm/tools/bash.go @@ -122,16 +122,16 @@ 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 +💘 Generated with Crush +Co-Authored-By: Crush - In order to ensure good formatting, ALWAYS pass the commit message via a HEREDOC, a la this example: git commit -m "$(cat <<'EOF' Commit message here. - 🤖 Generated with crush - Co-Authored-By: crush + 💘 Generated with Crush + Co-Authored-By: 💘 Crush EOF )" @@ -193,7 +193,7 @@ gh pr create --title "the pr title" --body "$(cat <<'EOF' ## Test plan [Checklist of TODOs for testing the pull request...] -🤖 Generated with crush +💘 Generated with Crush EOF )"