fix: stop treating claude background shells as working (#3468)

This commit is contained in:
akbash
2026-09-02 18:00:44 +03:00
committed by GitHub
parent da49cb8a9d
commit 987b070fbf
3 changed files with 83 additions and 20 deletions
+2 -10
View File
@@ -1,7 +1,7 @@
id = "claude"
version = "2026.08.29.1"
version = "2026.08.31.1"
min_engine_version = 2
updated_at = "2026-08-29T00:00:00Z"
updated_at = "2026-08-31T00:00:00Z"
aliases = ["claude-code"]
[[rules]]
@@ -24,14 +24,6 @@ any = [
{ line_regex = ['^\s*[\x{002A}\x{00B7}\x{2722}\x{2736}\x{273B}\x{273D}]\s+\S.*…(?:\s+\(\d+[smh](?:\s|·)|\s*$)'] },
]
[[rules]]
id = "background_shell_working"
state = "working"
priority = 965
region = "bottom_non_empty_lines(5)"
visible_working = true
line_regex = ['^\s*[⏸⏵].*·\s+[1-9]\d*\s+shells?\s+(?:·|$)']
[[rules]]
id = "background_agents_working"
state = "working"