Release v0.74.1

This commit is contained in:
Mario Zechner
2026-05-17 01:32:48 +02:00
parent 72104d88f9
commit 2c708492e3
22 changed files with 1731 additions and 3048 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-coding-agent",
"version": "0.74.0",
"version": "0.74.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": {
"@earendil-works/pi-agent-core": "^0.74.0",
"@earendil-works/pi-ai": "^0.74.0",
"@earendil-works/pi-tui": "^0.74.0",
"@earendil-works/pi-agent-core": "^0.74.1",
"@earendil-works/pi-ai": "^0.74.1",
"@earendil-works/pi-tui": "^0.74.1",
"@silvia-odwyer/photon-node": "^0.3.4",
"chalk": "^5.5.0",
"diff": "^8.0.2",