-
Notifications
You must be signed in to change notification settings - Fork 4
fix(auth): restore interactive login menu in TTY for v1.3.13 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The auth fix looks right, but can you please add a regression test for the actual failing path: TTY browser auth when authorize() is called with no inputs argument? Current tests only cover authorize({}), which is likely why this regression still exists. Ideally, add one focused unit test in codex-native-oauth-auth-methods.test.ts and, if you want to be extra safe, one wiring-level test that calls browserMethod.authorize() with no args. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you split the unrelated lockfile changes into a new PR?