UNPKG

@mariozechner/pi-coding-agent

Version:

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

7 lines 185 B
#!/usr/bin/env node process.title = "pi"; process.emitWarning = (() => { }); await import("./register-bedrock.js"); await import("../cli.js"); export {}; //# sourceMappingURL=cli.js.map