fix: rename pi-agent to pi-agent-core (npm deprecation issue)

This commit is contained in:
Mario Zechner 2025-11-21 22:20:00 +01:00
parent 56450a4f19
commit e1856daf57
16 changed files with 37 additions and 53 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent",
"version": "0.9.0",
"name": "@mariozechner/pi-agent-core",
"version": "0.9.1",
"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.9.0",
"@mariozechner/pi-tui": "^0.9.0"
"@mariozechner/pi-ai": "^0.9.1",
"@mariozechner/pi-tui": "^0.9.1"
},
"keywords": [
"ai",