# CLI-Anything v0.2.0 - Product: CLI-Anything (https://whatsnew.fyi/product/cli-anything) - Vendor: HKUDS - Date: 2026-03-30 - Version: v0.2.0 - Original notes: https://github.com/HKUDS/CLI-Anything/releases/tag/v0.2.0 - Permalink: https://whatsnew.fyi/product/cli-anything/releases/v0.2.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add AnyGen OpenAPI CLI harness - **added** — Add Draw.io CLI harness for agent-native diagram creation - **added** — Add /cli-anything:list command - **added** — Add zoom harness - **added** — Add Codex skill integration - **added** — Add Qoder plugin support - **added** — Add PowerShell installer for Codex skill - **added** — Add Japanese README - **added** — Add Mermaid Live Editor harness - **added** — Add ComfyUI agent harness - **added** — Add SKILL.md generation for AI agent discovery - **added** — Add experimental NotebookLM agent harness scaffold - **added** — Add Mubu agent harness - **added** — Add AdGuardHome CLI harness as first REST API service harness - **added** — Add ollama agent harness - **added** — Add Audacity eval harness and regression reporting - **added** — Add Novita provider integration - **added** — Add Browser automation CLI via DOMShell MCP server - **added** — Add MuseScore 4 CLI wrapper for music notation - **added** — Add sketch harness - **added** — Add iTerm2 CLI harness to registry - **changed** — Update documentation for /cli-anything:list command - **changed** — Refactor setup.py for better clarity and structure - **changed** — Sort JSON keys for deterministic agent diffing in session - **changed** — Enable real LibreOffice backend on Windows and macOS - **changed** — Support repeatable embed inputs for ollama - **changed** — Use gimp-file-load for non-PNG inputs in apply_filter_and_export - **changed** — Update registry.json - **fixed** — Replace placeholder URLs with correct HKUDS/CLI-Anything URL - **fixed** — Add missing lxml dependency to shotcut/agent-harness/setup.py - **fixed** — Add auto-save option for shotcut one-shot mode - **fixed** — Replace remaining placeholder URLs in zoom and drawio setup.py - **fixed** — Escape Script-Fu path literals to prevent injection - **fixed** — Guard Windows bash without cygpath - **fixed** — Replace Pillow with GIMP-native Script-Fu rendering backend - **fixed** — Persist session state in CLI mode and handle quoted text in REPL - **fixed** — Use shlex.split for REPL input parsing across 9 harnesses - **fixed** — Fix DOMShell MCP parameter mismatches and connection model - **security** — Add codec allowlist validation for melt backends - **security** — Implement atomic file locking to prevent race conditions in all harnesses ##### What's Changed * Add AnyGen OpenAPI CLI harness by @koltyu-anygen in https://github.com/HKUDS/CLI-Anything/pull/6 * Add Draw.io CLI harness for agent-native diagram creation by @zhangxilong-43 in https://github.com/HKUDS/CLI-Anything/pull/9 * docs: clean up stale build.md references after merge into cli-anything.md by @JasonZhaoWW in https://github.com/HKUDS/CLI-Anything/pull/7 * Add /cli-anything:list command and update documentation by @Lin-Jiong-HDU in https://github.com/HKUDS/CLI-Anything/pull/8 * feat: add zoom harness by @zhangxilong-43 in https://github.com/HKUDS/CLI-Anything/pull/25 * fix: replace placeholder URLs with correct HKUDS/CLI-Anything URL by @Jah-yee in https://github.com/HKUDS/CLI-Anything/pull/26 * fix: [shotcut] add missing lxml dependency to shotcut/agent-harness/setup.py by @jarrodcolburn in https://github.com/HKUDS/CLI-Anything/pull/13 * fix(shotcut): add auto-save option for one-shot mode by @Jah-yee in https://github.com/HKUDS/CLI-Anything/pull/15 * fix(libreoffice): enable real LibreOffice backend on Windows and macOS by @Laplace5079 in https://github.com/HKUDS/CLI-Anything/pull/18 * Add Codex skill integration by @morty-z in https://github.com/HKUDS/CLI-Anything/pull/38 * Feat/qoder plugin support by @panxiaojun233 in https://github.com/HKUDS/CLI-Anything/pull/43 * Add PowerShell installer for Codex skill by @0xCyberBerserker in https://github.com/HKUDS/CLI-Anything/pull/55 * fix: replace remaining placeholder URLs in zoom and drawio setup.py by @omerarslan0 in https://github.com/HKUDS/CLI-Anything/pull/53 * docs: add Windows bash/cygpath note by @omerarslan0 in https://github.com/HKUDS/CLI-Anything/pull/64 * Escape Script-Fu path literals to prevent injection by @Mirza-Samad-Ahmed-Baig in https://github.com/HKUDS/CLI-Anything/pull/60 * docs: add Japanese README by @eltociear in https://github.com/HKUDS/CLI-Anything/pull/62 * Refactor setup.py for better clarity and structure by @manucian-official in https://github.com/HKUDS/CLI-Anything/pull/49 * docs: note OpenCode version requirement by @omerarslan0 in https://github.com/HKUDS/CLI-Anything/pull/68 * feat: guard Windows bash without cygpath by @omerarslan0 in https://github.com/HKUDS/CLI-Anything/pull/71 * docs: fix opencode commands typo and add native OpenClaw instructions by @sjhddh in https://github.com/HKUDS/CLI-Anything/pull/79 * feat(session): sort JSON keys for deterministic agent diffing by @sjhddh in https://github.com/HKUDS/CLI-Anything/pull/78 * Add Mermaid Live Editor harness by @getmored-create in https://github.com/HKUDS/CLI-Anything/pull/88 * feat: add ComfyUI agent harness by @Bortlesboat in https://github.com/HKUDS/CLI-Anything/pull/80 * fix: replace Pillow with GIMP-native Script-Fu rendering backend (fixes #48) by @Xyerophyte in https://github.com/HKUDS/CLI-Anything/pull/76 * feat: Add SKILL.md generation for AI agent discovery (Phase 6.5) by @alon-mini in https://github.com/HKUDS/CLI-Anything/pull/47 * Docs: add Goose Desktop/CLI usage by @omerarslan0 in https://github.com/HKUDS/CLI-Anything/pull/84 * fix(session): atomic file locking to prevent race conditions in all harnesses by @ZJZAC in https://github.com/HKUDS/CLI-Anything/pull/94 * feat: add experimental NotebookLM agent harness scaffold / 新增实验性的 NotebookLM agent harness 脚手架 by @Haimbeau1o in https://github.com/HKUDS/CLI-Anything/pull/95 * feat(mubu): add Mubu agent harness by @cnfjlhj in https://github.com/HKUDS/CLI-Anything/pull/99 * feat: add AdGuardHome CLI harness by @pyxl-dev in https://github.com/HKUDS/CLI-Anything/pull/98 * feat: add AdGuardHome CLI harness — first REST API service harness by @pyxl-dev in https://github.com/HKUDS/CLI-Anything/pull/65 * docs(README_CN): improve Chinese phrasing by @fishwww-ww in https://github.com/HKUDS/CLI-Anything/pull/103 * feat: add ollama agent harness by @omerarslan0 in https://github.com/HKUDS/CLI-Anything/pull/102 * Add Audacity eval harness and regression reporting by @omerarslan0 _[Truncated at 4000 characters — full notes: https://github.com/HKUDS/CLI-Anything/releases/tag/v0.2.0]_