Commit Graph

2 Commits

Author SHA1 Message Date
Aakash Kattelu 302cf9b71d fix(cli): harden device-auth input validation and transport errors
Reject zero/negative auth-method choices instead of letting Python
negative indexing wrap to the tail of the options list, and wrap httpx
transport failures in the OAuth POST helpers as OAuthFlowError so
connection errors surface through existing caller handling rather than
escaping as an uncaught traceback.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 14:38:14 -07:00
Aakash Kattelu 41be8496d8 feat(cli): add device code oauth login for honcho servers 2026-07-08 14:39:21 -07:00