hermes-agent/tests/honcho_plugin
Aakash Kattelu c0170311c9 fix(honcho): default device-code poll interval to 5s when AS omits it
RFC 8628 §3.2 makes the device-authorization `interval` optional with a
client-side default of 5 seconds. request_device_code required it, so a
compliant AS that omitted it hit the malformed-response path and the flow
could never complete. Fall back to 5s and cover it with a regression test.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-24 07:53:12 -07:00
..
__init__.py
test_async_memory.py
test_cli.py feat(honcho): add OAuth device-code login (RFC 8628) for headless environments 2026-07-24 07:53:12 -07:00
test_client.py
test_empty_profile_hint.py
test_oauth.py
test_oauth_flow.py fix(honcho): default device-code poll interval to 5s when AS omits it 2026-07-24 07:53:12 -07:00
test_pin_peer_name.py
test_query_rewrite.py
test_session.py