@patze-code/code-cli
v0.3.1
Published
Patze Code CLI — terminal coding agent for PatzeAgent (OpenTUI + FastAPI)
Maintainers
Readme
Patze Code CLI
Terminal coding agent for your workspace — interactive TUI backed by the Patze API.
Requirements
- Bun >= 1.3 (TUI runtime)
- Node >= 20 (global install launcher)
- Patze API running and reachable from your machine
Install
npm install -g @patze-code/code-cli
patze --versionSetup
patze
/login http://localhost:8080 <api-token>Get <api-token> from your Patze Code / PatzeAgent admin (dev: the API internal key in server .env).
Optional env:
export PATZE_CODE_API=http://localhost:8080
export PATZE_CODE_TOKEN=<api-token>Usage
patze # interactive TUI
patze "Explain this module" # one-shot task
patze --preview "Review changes" # preview onlyType / for commands: /help, /model, /reset, /login, /approve, /auto, /status, …
Repository
For contributors
TUI shell is synced from Cursor cookbook coding-agent-cli via npm run rebuild:cookbook (vendor lives in .cookbook-vendor/, not published to npm).
