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-agent-core",
"version": "0.27.7",
"version": "0.27.8",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",
@ -18,8 +18,8 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-ai": "^0.27.7",
"@mariozechner/pi-tui": "^0.27.7"
"@mariozechner/pi-ai": "^0.27.8",
"@mariozechner/pi-tui": "^0.27.8"
},
"keywords": [
"ai",