Skip to content

Pi Coding Agent

Pi Coding Agent supports CLI-Anything through its extension system.

Terminal window
# Clone the repository
git clone https://github.com/HKUDS/CLI-Anything.git
# Install the extension
cp -r CLI-Anything/pi-plugin/* ~/.pi/plugins/
CommandDescription
/cli-anythingBuild a complete CLI harness
/cli-anything:refineRefine an existing CLI harness
/cli-anything:validateValidate a CLI harness
Terminal window
/cli-anything ./gimp
Terminal window
/cli-anything:refine ./gimp "batch processing"
Terminal window
/cli-anything:validate ./gimp