You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, fmt.Errorf("claude CLI not found in PATH. Please install Claude Code CLI: %w", err)
132
+
}
133
+
134
+
// Build the prompt using PR title template
135
+
systemMsg:=GetSystemMessage()
136
+
userPrompt:=GetPRTitlePrompt(diff)
137
+
138
+
// Modify the prompt to request specific number of suggestions
139
+
fullPrompt:=fmt.Sprintf("%s\n\nUser request: %s\n\nIMPORTANT: Generate exactly %d pull request titles, one per line. Do not include any other text, explanations, or formatting - just the PR titles.",
0 commit comments