mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
Merge PR #603: fix: return deny on approval callback timeout instead of None
Authored by 0xbyt4. _approval_callback() had no return statement after the timeout break, causing it to return None instead of 'deny'. Callers in approval.py expect one of 'once', 'session', 'always', or 'deny'. This matches the existing timeout behavior in approval.py:209.
This commit is contained in:
Reference in New Issue
Block a user