AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI
Pi v0.13.1 adds flexible Windows shell configuration, supporting Cygwin, MSYS2, and custom bash environments.
$ git clone --branch v0.13.1 https://github.com/earendil-works/pi.git # already have the repo? check out this version: $ git checkout v0.13.1
$ echo '{"shellPath": "C:\\cygwin64\\bin\\bash.exe"}' > ~/.pi/agent/settings.json - ›Supports custom Windows shell configuration via
shellPathin~/.pi/agent/settings.json, enabling Cygwin, MSYS2, and other bash environments beyond Git Bash.