|
|
|
|
|
by EMM_386
152 days ago
|
|
The problem is they are using the Ink library which clears and redraws for each update. https://github.com/anthropics/claude-code/issues/769 I locally patched the closed-source CLI npm package but it's not perfect. They would have to switch how their TUI is rendered on their side. Apparently OpenAI Codex is rust+ratatui which does not have this issue. |
|