Files
hermes-agent/acp_adapter
teknium1 def73eba5c fix(acp): close the permission-request tool call once the user answers
request_permission carries a synthetic perm-check-N / edit-approval-N
ToolCallUpdate in status pending; clients materialise it as its own
bubble and nothing ever moved it on, so it spun forever. await_permission
now takes an optional send_update and, once the outcome is known, closes
that id: completed when an allow option was selected, failed on deny,
timeout or a failed request. The server wires it for both the command
approval callback and the edit approval requester.
2026-09-18 10:33:54 -07:00
..