Problem
Unable to paste text into MiMoCode on Windows PowerShell. Both right-click paste and Ctrl+V do not work.
Steps to reproduce
- Run MiMoCode in Windows PowerShell (not Windows Terminal, not WSL)
- Copy text to clipboard
- Try to paste using right-click or Ctrl+V
- Nothing happens - no text is pasted
Environment
- OS: Windows (Windows 10/11)
- Terminal: Windows PowerShell (powershell.exe)
- MiMo Code: 0.1.0-preview.0 (npm @mimo-ai/cli)
Expected behavior
Should be able to paste text using right-click or Ctrl+V, as this works in regular PowerShell.
Additional information
Possible root cause
MiMoCode's TUI (Ink-based) captures all keyboard and mouse events but does not handle paste operations properly on Windows PowerShell.
Problem
Unable to paste text into MiMoCode on Windows PowerShell. Both right-click paste and Ctrl+V do not work.
Steps to reproduce
Environment
Expected behavior
Should be able to paste text using right-click or Ctrl+V, as this works in regular PowerShell.
Additional information
Possible root cause
MiMoCode's TUI (Ink-based) captures all keyboard and mouse events but does not handle paste operations properly on Windows PowerShell.