What's wrong with this entry?
Anonymous. No account, no email.
Input Handling Refactoring
- Improved paste handling with better chunking for large text inputs
- Enhanced placeholder rendering with cursor display
- Better separation of concerns between input state management and rendering
Import Optimizations
- Streamlined Node.js imports:
- Combined imports from
node:process(env, cwd) - Combined imports from
node:stream(PassThrough) - Reduced redundant import statements
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.