Release v0.80.2

This commit is contained in:
Armin Ronacher
2026-06-23 23:45:36 +02:00
parent 9096d5f9a6
commit 0201806adf
20 changed files with 54 additions and 54 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.80.1",
"version": "0.80.2",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",
@@ -29,7 +29,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.80.1",
"@earendil-works/pi-ai": "^0.80.2",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"