Y
Hacker News
new
|
ask
|
show
|
jobs
by
topwalktown
86 days ago
I test if qwen3.5-35B-A3B can exit vim when running in a harness that allows it to read the raw terminal buffer and send raw key presses to the terminal. Enjoy!
1 comments
slim
86 days ago
what harness do you use ?
link
topwalktown
86 days ago
I wrote it myself it python. The model runs in a loop and can either read the terminal or input keys. If it does neither the loop exits.
link