|
|
|
|
|
by kstenerud
36 days ago
|
|
The issue is likely that the tmux session being generated is for some reason not propagating all term caps. Most likely it's an interop issue between tmux and docker and the image running under docker - possibly even something with the terminal client that the pipeline doesn't like somewhere. Claude Code correctly reduces its display to 7-bit ASCII in response (still functional, although less pretty). Once I get around to fixing this, it will probably result in another section in https://github.com/kstenerud/yoloai/blob/main/docs/dev/backe... Edit: Looks like it's the terminal. That's a rabbit hole for another day. Running through VS Code's terminal via VSCode tunnel, it looks like it normally does. https://freeimage.host/i/BySkkDN |
|