Release v0.81.1

This commit is contained in:
Mario Zechner
2026-07-21 18:40:08 +02:00
parent b9e5c5d941
commit 20be4b18d4
25 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.81.1] - 2026-07-21
### Added
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.81.0",
"version": "0.81.1",
"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 build"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.81.0",
"@earendil-works/pi-ai": "^0.81.1",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"