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
Add REPL state initialization to fix first input issue
- Add throwaway readline() to clear REPL state before token input
- This prevents the first token paste from being interpreted as Julia code
- User just needs to press Enter once to initialize the input system
- Subsequent token input should work correctly without REPL interference
Fixes the "first paste goes to REPL" issue reported by user.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments