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-agent",
"version": "0.5.4",
"version": "0.5.5",
"description": "General-purpose agent with tool calling and session persistence",
"type": "module",
"bin": {
@ -18,7 +18,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-tui": "^0.5.4",
"@mariozechner/pi-tui": "^0.5.5",
"@types/glob": "^8.1.0",
"chalk": "^5.5.0",
"glob": "^11.0.3",