Merge remote-tracking branch 'origin/main' into model-registry

This commit is contained in:
Mario Zechner
2026-06-10 18:49:18 +02:00
99 changed files with 3278 additions and 796 deletions
+4
View File
@@ -2,6 +2,10 @@
## [Unreleased]
## [0.79.1] - 2026-06-09
## [0.79.0] - 2026-06-08
### Fixed
- Fixed the compaction summarization system prompt to use neutral AI assistant wording for non-coding agents ([#5401](https://github.com/earendil-works/pi/issues/5401)).
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.78.1",
"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.78.1",
"@earendil-works/pi-ai": "^0.79.1",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"