31 lines
709 B
TOML
31 lines
709 B
TOML
id = "hermes"
|
|
version = "2026.06.10.1"
|
|
min_engine_version = 1
|
|
updated_at = "2026-06-10T00:00:00Z"
|
|
aliases = ["hermes-agent"]
|
|
|
|
[[rules]]
|
|
id = "dangerous_command_approval"
|
|
state = "blocked"
|
|
priority = 300
|
|
region = "whole_recent"
|
|
visible_blocker = true
|
|
any = [
|
|
{ contains = ["dangerous command"] },
|
|
{ contains = ["allow once", "allow for this session", "deny"] },
|
|
]
|
|
all = [
|
|
{ any = [{ contains = ["enter to confirm"] }, { contains = ["↑/↓ to select"] }, { contains = ["show full command"] }] },
|
|
]
|
|
|
|
[[rules]]
|
|
id = "interrupt_status_working"
|
|
state = "working"
|
|
priority = 100
|
|
region = "whole_recent"
|
|
visible_working = true
|
|
any = [
|
|
{ contains = ["msg=interrupt"] },
|
|
{ contains = ["ctrl+c cancel"] },
|
|
]
|