30 lines
852 B
TOML
30 lines
852 B
TOML
id = "amp"
|
|
version = "2026.06.10.1"
|
|
min_engine_version = 1
|
|
updated_at = "2026-06-10T00:00:00Z"
|
|
aliases = ["amp-local"]
|
|
|
|
[[rules]]
|
|
id = "approval_footer"
|
|
state = "blocked"
|
|
priority = 300
|
|
region = "whole_recent"
|
|
visible_blocker = true
|
|
any = [
|
|
{ contains = ["waiting for approval"] },
|
|
{ contains = ["invoke tool"] },
|
|
{ contains = ["run this command?"] },
|
|
{ contains = ["allow editing file:"] },
|
|
{ contains = ["allow creating file:"] },
|
|
{ contains = ["confirm tool call"] },
|
|
{ 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 = "esc_cancel_working"
|
|
state = "working"
|
|
priority = 100
|
|
region = "whole_recent"
|
|
visible_working = true
|
|
contains = ["esc to cancel"]
|