chore(release): v0.16.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-03 02:09:54 -07:00
parent 92513dfe0b
commit abeeec53bd
60 changed files with 319 additions and 170 deletions

View File

@@ -1,5 +1,17 @@
# @fusion/dashboard
## 0.16.0
### Patch Changes
- c769444: Fix `git diff --no-index` calls treating exit code 1 as an error in the dashboard git-routes. `--no-index` exits 1 when files differ — that's the success case for synthetic untracked-file diffs. Switched to `spawn` so we accept exit 0 and 1 with stdout, independent of how callers wrap `execFile`/`promisify`.
- @fusion/core@0.16.0
- @fusion/engine@0.16.0
- @fusion-plugin-examples/dependency-graph@0.1.2
- @fusion-plugin-examples/hermes-runtime@0.2.21
- @fusion-plugin-examples/openclaw-runtime@0.2.21
- @fusion-plugin-examples/paperclip-runtime@0.2.21
## 0.15.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.15.0",
"version": "0.16.0",
"license": "MIT",
"description": "Fusion dashboard: React UI and HTTP API server for monitoring and controlling the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",