add upstream

This commit is contained in:
Christoph Brandau
2026-07-02 20:24:46 +02:00
parent f2aa48d2ec
commit d415cbd3a1
3 changed files with 168 additions and 44 deletions
+3 -1
View File
@@ -110,7 +110,9 @@ impl CommitAiEngine {
};
if diff.trim().is_empty() {
return Err("Keine gestagten Änderungen für eine Commit-Message vorhanden.".to_string());
return Err(
"Keine gestagten Änderungen für eine Commit-Message vorhanden.".to_string(),
);
}
let (system, user) = build_messages(diff, notes);