chore(release): v0.17.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-03 19:37:04 -07:00
parent 330541049d
commit 4a4028f526
38 changed files with 155 additions and 32 deletions

View File

@@ -1,5 +1,13 @@
# @fusion/engine
## 0.17.1
### Patch Changes
- c2f6dd3: Fix heartbeat and manual agent runs ignoring the agent's configured model. The dashboard saves `runtimeConfig.model` as a combined `"provider/modelId"` string, but heartbeat was reading non-existent split `modelProvider`/`modelId` fields, causing sessions to fall through to pi's default model (often `openai-codex`) and fail with "No API key for provider: openai-codex".
- @fusion/core@0.17.1
- @fusion/pi-claude-cli@0.17.1
## 0.17.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.17.0",
"version": "0.17.1",
"license": "MIT",
"description": "Fusion engine: executor, merger, scheduler, and automation runtime for the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",