Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit b2e3e8c

Browse files
authored
Merge pull request #38 from closedloop-ai/symphony/plan-61
PLAN-61: LLM-assisted commit and PR creation for electron loops
2 parents 1daf8df + 8436f00 commit b2e3e8c

5 files changed

Lines changed: 917 additions & 100 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "desktop",
3-
"version": "0.7.2",
3+
"version": "0.8.1",
44
"description": "ClosedLoop Desktop",
55
"author": "ClosedLoop AI <support@closedloop.ai>",
66
"private": true,

apps/desktop/src/server/operations/symphony-interactive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ function resolveWorktreeForComment(
886886
return expandedRepoPath;
887887
}
888888

889-
function sanitizeCommitMessage(text: string): string {
889+
export function sanitizeCommitMessage(text: string): string {
890890
return text
891891
.replaceAll(/claude\s*code/gi, "")
892892
.replaceAll(/\bopus\b/gi, "")

0 commit comments

Comments
 (0)