You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix I/O buffering issues in interactive authentication
- Add flush(stdout) before readline() calls to ensure prompts are displayed
- Separate prompt text from input line for better readability
- Add flush after success/error messages to ensure they're shown
- Use "Token: " prefix for cleaner input formatting
- Prevents REPL window issues and ensures reliable interactive input
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments