Release v0.79.6

This commit is contained in:
Armin Ronacher
2026-06-16 23:59:14 +02:00
parent 34b6aea1e6
commit 31bfb2f16f
19 changed files with 50 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.79.6] - 2026-06-16
## [0.79.5] - 2026-06-16

View File

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