Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop",
"version": "0.7.2",
"version": "0.8.1",
"description": "ClosedLoop Desktop",
"author": "ClosedLoop AI <support@closedloop.ai>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/server/operations/symphony-interactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ function resolveWorktreeForComment(
return expandedRepoPath;
}

function sanitizeCommitMessage(text: string): string {
export function sanitizeCommitMessage(text: string): string {
return text
.replaceAll(/claude\s*code/gi, "")
.replaceAll(/\bopus\b/gi, "")
Expand Down
Loading
Loading