fix: detect antigravity background-task wait without /tasks hint

refs #755
This commit is contained in:
Ogulcan Celik 2026-06-24 23:19:05 +03:00
parent 642c6ab9ea
commit 58b9fecc21
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
id = "agy"
version = "2026.06.10.1"
version = "2026.06.24.1"
min_engine_version = 1
updated_at = "2026-06-10T00:00:00Z"
updated_at = "2026-06-24T00:00:00Z"
aliases = ["antigravity", "antigravity-cli"]
[[rules]]
@ -30,4 +30,4 @@ state = "working"
priority = 90
region = "bottom_non_empty_lines(5)"
visible_working = true
line_regex = ['(?i).*[1-9][0-9]*\s*·?\s+tasks?.*/tasks']
line_regex = ['(?i)·\s*[1-9][0-9]*\s+task']

View File

@ -1,7 +1,7 @@
id = "agy"
version = "2026.06.10.1"
version = "2026.06.24.1"
min_engine_version = 1
updated_at = "2026-06-10T00:00:00Z"
updated_at = "2026-06-24T00:00:00Z"
aliases = ["antigravity", "antigravity-cli"]
[[rules]]
@ -30,4 +30,4 @@ state = "working"
priority = 90
region = "bottom_non_empty_lines(5)"
visible_working = true
line_regex = ['(?i).*[1-9][0-9]*\s*·?\s+tasks?.*/tasks']
line_regex = ['(?i)·\s*[1-9][0-9]*\s+task']