Release v0.75.2

This commit is contained in:
Mario Zechner
2026-05-18 11:46:23 +02:00
parent 92e7f13dc0
commit ea713ba174
19 changed files with 156 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-coding-agent",
"version": "0.75.1",
"version": "0.75.2",
"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.75.1",
"@earendil-works/pi-ai": "^0.75.1",
"@earendil-works/pi-tui": "^0.75.1",
"@earendil-works/pi-agent-core": "^0.75.2",
"@earendil-works/pi-ai": "^0.75.2",
"@earendil-works/pi-tui": "^0.75.2",
"@silvia-odwyer/photon-node": "^0.3.4",
"chalk": "^5.5.0",
"cross-spawn": "^7.0.6",