Release v0.27.8 - OAuth takes priority over settings.json API keys

This commit is contained in:
Mario Zechner 2025-12-24 20:52:22 +01:00
parent 60768b90f3
commit a965b6f160
14 changed files with 426 additions and 102 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.27.7",
"version": "0.27.8",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
@ -39,9 +39,9 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.27.7",
"@mariozechner/pi-ai": "^0.27.7",
"@mariozechner/pi-tui": "^0.27.7",
"@mariozechner/pi-agent-core": "^0.27.8",
"@mariozechner/pi-ai": "^0.27.8",
"@mariozechner/pi-tui": "^0.27.8",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",