Compare commits
2 Commits
e255651c28
...
b635f7538b
Author | SHA1 | Date | |
---|---|---|---|
|
b635f7538b | ||
|
7f473b72a7 |
@@ -279,7 +279,7 @@ class command:
|
||||
return
|
||||
|
||||
# Pattern 6: Claude Code progress indicators
|
||||
claude_progress_match = re.search(r'^[·✶✢*]\s+\w+[…\.]*\s*\(esc to interrupt\)\s*$', text)
|
||||
claude_progress_match = re.search(r'^[·✶✢✻*]\s+[\w\s-]+[…\.]*\s*\(esc to interrupt\)\s*$', text)
|
||||
if claude_progress_match:
|
||||
if current_time - self.env["commandBuffer"]["lastProgressTime"] >= 1.0:
|
||||
self.play_activity_beep()
|
||||
|
@@ -4,5 +4,5 @@
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributors.
|
||||
|
||||
version = "2025.08.22"
|
||||
codeName = "master"
|
||||
version = "2025.08.23"
|
||||
code_name = "testing"
|
||||
|
Reference in New Issue
Block a user