fix: detect active amp turns

refs #1208
This commit is contained in:
Ogulcan Celik
2026-07-09 01:41:56 +03:00
parent b352e7cde0
commit b03f033d09
2 changed files with 78 additions and 6 deletions
+39 -3
View File
@@ -1,9 +1,25 @@
id = "amp"
version = "2026.06.10.1"
min_engine_version = 1
updated_at = "2026-06-10T00:00:00Z"
version = "2026.07.09.1"
min_engine_version = 2
updated_at = "2026-07-09T00:00:00Z"
aliases = ["amp-local"]
[[rules]]
id = "osc_title_plugin_confirmation_blocked"
state = "blocked"
priority = 1100
region = "osc_title"
visible_blocker = true
contains = ["Plugin confirmation needed"]
[[rules]]
id = "osc_title_working"
state = "working"
priority = 1050
region = "osc_title"
visible_working = true
regex = ['^[\x{2800}-\x{28FF}] ']
[[rules]]
id = "approval_footer"
state = "blocked"
@@ -20,6 +36,14 @@ any = [
{ contains = ["approve"], any = [{ contains = ["allow all for this session"] }, { contains = ["allow all for every session"] }, { contains = ["allow file for every session"] }, { contains = ["deny with feedback"] }] },
]
[[rules]]
id = "status_footer_working"
state = "working"
priority = 200
region = "bottom_non_empty_lines(5)"
visible_working = true
line_regex = ['(?i)^\s*╰\s+\S+\s+(thinking|streaming|running tools|waiting)\s+─']
[[rules]]
id = "esc_cancel_working"
state = "working"
@@ -27,3 +51,15 @@ priority = 100
region = "whole_recent"
visible_working = true
contains = ["esc to cancel"]
[[rules]]
id = "osc_title_idle"
state = "idle"
priority = 50
region = "osc_title"
visible_idle = true
contains = [" - amp - "]
not = [
{ regex = ['^[\x{2800}-\x{28FF}] '] },
{ contains = ["Plugin confirmation needed"] },
]
+39 -3
View File
@@ -1,9 +1,25 @@
id = "amp"
version = "2026.06.10.1"
min_engine_version = 1
updated_at = "2026-06-10T00:00:00Z"
version = "2026.07.09.1"
min_engine_version = 2
updated_at = "2026-07-09T00:00:00Z"
aliases = ["amp-local"]
[[rules]]
id = "osc_title_plugin_confirmation_blocked"
state = "blocked"
priority = 1100
region = "osc_title"
visible_blocker = true
contains = ["Plugin confirmation needed"]
[[rules]]
id = "osc_title_working"
state = "working"
priority = 1050
region = "osc_title"
visible_working = true
regex = ['^[\x{2800}-\x{28FF}] ']
[[rules]]
id = "approval_footer"
state = "blocked"
@@ -20,6 +36,14 @@ any = [
{ contains = ["approve"], any = [{ contains = ["allow all for this session"] }, { contains = ["allow all for every session"] }, { contains = ["allow file for every session"] }, { contains = ["deny with feedback"] }] },
]
[[rules]]
id = "status_footer_working"
state = "working"
priority = 200
region = "bottom_non_empty_lines(5)"
visible_working = true
line_regex = ['(?i)^\s*╰\s+\S+\s+(thinking|streaming|running tools|waiting)\s+─']
[[rules]]
id = "esc_cancel_working"
state = "working"
@@ -27,3 +51,15 @@ priority = 100
region = "whole_recent"
visible_working = true
contains = ["esc to cancel"]
[[rules]]
id = "osc_title_idle"
state = "idle"
priority = 50
region = "osc_title"
visible_idle = true
contains = [" - amp - "]
not = [
{ regex = ['^[\x{2800}-\x{28FF}] '] },
{ contains = ["Plugin confirmation needed"] },
]