mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 08:02:31 +00:00
The cursor style sequence (e.g. \e[5 q) was being sent to the shell via sendInput(), causing literal "[5 q" text to appear in the terminal. The shell doesn't interpret DECSCUSR sequences. Cursor style is already correctly applied via xterm.js terminal options. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>