Release v0.79.1

This commit is contained in:
Armin Ronacher
2026-06-09 23:14:52 +02:00
parent 4d9f9f455d
commit 28df940f0d
19 changed files with 50 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.79.1] - 2026-06-09
## [0.79.0] - 2026-06-08

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.79.0",
"version": "0.79.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 clean && npm run build"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.79.0",
"@earendil-works/pi-ai": "^0.79.1",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"