Progress bar and commit validator updates.

This commit is contained in:
Storm Dragon
2025-08-31 14:54:07 -04:00
parent 356f4b01c1
commit 5ff653bd00
2 changed files with 11 additions and 11 deletions

View File

@@ -279,7 +279,7 @@ class command:
return
# Pattern 6: Claude Code progress indicators
claude_progress_match = re.search(r'^[·✶✢✻*]\s+[\w\s-]+[…\.]*\s*\(esc to interrupt\)\s*$', text)
claude_progress_match = re.search(r'^[·✶✢✻*]\s+[^(]+[…\.]*\s*\(esc to interrupt[^)]*\)\s*$', text)
if claude_progress_match:
if current_time - self.env["commandBuffer"]["lastProgressTime"] >= 1.0:
self.play_activity_beep()