v0.5.5: Add tool call metrics display

This commit is contained in:
Mario Zechner 2025-08-09 20:11:06 +02:00
parent 9544a8edf9
commit db86195dd9
7 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.5.4",
"version": "0.5.5",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {
@ -34,7 +34,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@mariozechner/pi-agent": "^0.5.4",
"@mariozechner/pi-agent": "^0.5.5",
"chalk": "^5.5.0"
},
"devDependencies": {}