Release v0.80.10

This commit is contained in:
Armin Ronacher
2026-07-16 23:59:41 +02:00
parent c29eda6fb7
commit 8dc78834cd
25 changed files with 114 additions and 78 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.80.10] - 2026-07-16
## [0.80.9] - 2026-07-16
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.80.9",
"version": "0.80.10",
"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.9",
"@earendil-works/pi-ai": "^0.80.10",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"