Release v0.77.0

This commit is contained in:
Armin Ronacher
2026-05-29 00:19:06 +02:00
parent f29472c387
commit 8322745e28
18 changed files with 47 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.77.0] - 2026-05-28
### Breaking Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.76.0",
"version": "0.77.0",
"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.76.0",
"@earendil-works/pi-ai": "^0.77.0",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"