@mariozechner/pi-coding-agent

AI coding agent that reads files, runs bash commands, and edits code

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Coding agent CLI with read, bash, edit, write tools and session management

Commands

pi-coding-agent

Examples

start a new coding session with the agent$ pi-coding-agent start
ask the agent to read and analyze a file$ pi-coding-agent read src/main.py
let the agent run a command and show the output$ pi-coding-agent bash 'npm test'
have the agent edit code in a file automatically$ pi-coding-agent edit src/app.js --changes 'add error handling'
resume an existing coding session$ pi-coding-agent resume --session-id abc123