Files
hermes-agent/acp_adapter
HTeo 12d7b4ab9c fix(acp): give every tool call a terminal status before the turn ends
The step callback only fires on the next step, so a turn's last tool calls stayed in_progress forever, and a blocked or permission-denied call projects no tool.completed at all. Close each call from its own tool.completed event, stand the step-callback fallback down once completions arrive, and fail whatever is still open when the turn ends.
2026-09-18 10:33:54 -07:00
..
…
…