chore: bump version to 0.5.36

This commit is contained in:
Mario Zechner 2025-09-16 01:11:28 +02:00
parent e8370436d7
commit 365b9ec390
8 changed files with 100 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent",
"version": "0.5.33",
"version": "0.5.34",
"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.33",
"@mariozechner/pi-tui": "^0.5.34",
"@types/glob": "^8.1.0",
"chalk": "^5.5.0",
"glob": "^11.0.3",