Release v0.73.1

This commit is contained in:
Mario Zechner
2026-05-07 16:44:28 +02:00
parent 7fa924b77b
commit 781152fc24
19 changed files with 103 additions and 201 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.73.0",
"version": "0.73.1",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
@@ -38,9 +38,9 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.73.0",
"@mariozechner/pi-ai": "^0.73.0",
"@mariozechner/pi-tui": "^0.73.0",
"@mariozechner/pi-agent-core": "^0.73.1",
"@mariozechner/pi-ai": "^0.73.1",
"@mariozechner/pi-tui": "^0.73.1",
"@silvia-odwyer/photon-node": "^0.3.4",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",