Merge origin/main into model runtime changes

This commit is contained in:
Mario Zechner
2026-07-15 13:00:45 +02:00
26 changed files with 244 additions and 163 deletions
+2
View File
@@ -2,6 +2,8 @@
## [Unreleased]
## [0.80.7] - 2026-07-14
## [0.80.6] - 2026-07-09
## [0.80.5] - 2026-07-09
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-orchestrator",
"version": "0.80.6",
"version": "0.80.7",
"description": "experimental orchestrator package for pi",
"type": "module",
"main": "./dist/index.js",
@@ -37,7 +37,7 @@
"node": ">=22.19.0"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.80.6"
"@earendil-works/pi-coding-agent": "^0.80.7"
},
"devDependencies": {
"shx": "0.4.0"