Release v0.79.4

This commit is contained in:
Armin Ronacher
2026-06-15 10:28:21 +02:00
parent b1ad469be4
commit bba6af2c71
19 changed files with 50 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.79.4] - 2026-06-15
## [0.79.3] - 2026-06-13

View File

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