Files
CLI-Anything/ollama/agent-harness
warren618 68241f9c30 fix(repl): use shlex.split for REPL input parsing across 9 harnesses
Replace str.split() with shlex.split() in the REPL loop of 9 harnesses
(Blender, Audacity, Inkscape, KDenlive, LibreOffice, OBS Studio, Ollama,
Zoom, ComfyUI) to correctly handle quoted arguments containing spaces.

The GIMP harness already uses this pattern. A ValueError fallback to
str.split() is included for malformed quotes.

Fixes HKUDS/CLI-Anything#127
2026-03-23 00:24:07 +08:00
..
2026-03-18 13:10:51 +03:00