mirror of
https://github.com/HKUDS/CLI-Anything.git
synced 2026-09-17 17:38:11 +08:00
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