Add 'pi' command alias and fix getApiKey import

This commit is contained in:
Mario Zechner 2025-11-12 14:31:25 +01:00
parent 00d8286523
commit bf1a7d8571
4 changed files with 284 additions and 8 deletions

View file

@ -4,6 +4,7 @@
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"bin": {
"pi": "dist/cli.js",
"coding-agent": "dist/cli.js"
},
"main": "./dist/index.js",