chore(release): v0.15.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-01 23:38:03 -07:00
parent 9fc5fd99c4
commit 43b75c4d7d
39 changed files with 166 additions and 33 deletions

View File

@@ -1,5 +1,16 @@
# @runfusion/fusion
## 0.15.0
### Minor Changes
- 9e52028: Add host support for plugin-registered top-level dashboard views and ship the first plugin-first Graph view surface for dependency visualization.
### Patch Changes
- ed477f8: Fix recurring SQLite instability under heavy agent logging by tuning WAL pragmas, adding startup integrity detection with non-blocking corruption signaling, batching agent log writes in transactions, and reducing default maintenance cadence to checkpoint WAL more frequently.
- 9fc5fd9: Limit unregistered project detection to the exact current working directory.
## 0.14.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.14.3",
"version": "0.15.0",
"license": "MIT",
"description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",