chore(release): v0.15.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-01 23:38:03 -07:00
parent 2607c55637
commit 1729f52d63
39 changed files with 166 additions and 33 deletions

View File

@@ -1,5 +1,14 @@
# runfusion.ai
## 0.15.0
### Patch Changes
- Updated dependencies [ed477f8]
- Updated dependencies [9fc5fd9]
- Updated dependencies [9e52028]
- @runfusion/fusion@0.15.0
## 0.14.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "runfusion.ai",
"version": "0.14.3",
"version": "0.15.0",
"license": "MIT",
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
"homepage": "https://runfusion.ai",

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",

View File

@@ -1,5 +1,7 @@
# @fusion/core
## 0.15.0
## 0.14.3
## 0.14.2

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.14.3",
"version": "0.15.0",
"license": "MIT",
"description": "Fusion core: task store, scheduler, settings, and shared domain types backing the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,16 @@
# @fusion/dashboard
## 0.15.0
### Patch Changes
- @fusion/core@0.15.0
- @fusion/engine@0.15.0
- @fusion-plugin-examples/dependency-graph@0.1.1
- @fusion-plugin-examples/hermes-runtime@0.2.20
- @fusion-plugin-examples/openclaw-runtime@0.2.20
- @fusion-plugin-examples/paperclip-runtime@0.2.20
## 0.14.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.14.3",
"version": "0.15.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",

View File

@@ -1,5 +1,7 @@
# @fusion/desktop
## 0.15.0
## 0.14.3
## 0.14.2

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/desktop",
"version": "0.14.3",
"version": "0.15.0",
"license": "MIT",
"description": "Fusion desktop: Electron wrapper around the Fusion dashboard for macOS, Windows, and Linux.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,12 @@
# @fusion/engine
## 0.15.0
### Patch Changes
- @fusion/core@0.15.0
- @fusion/pi-claude-cli@0.15.0
## 0.14.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @fusion/mobile
## 0.15.0
## 0.14.3
## 0.14.2

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/mobile",
"version": "0.14.3",
"version": "0.15.0",
"license": "MIT",
"description": "Fusion mobile: Capacitor wrapper around the Fusion dashboard for iOS and Android.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,7 @@
# @fusion/pi-claude-cli
## 0.15.0
## 0.14.3
## 0.14.2

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/pi-claude-cli",
"version": "0.14.3",
"version": "0.15.0",
"description": "Fusion vendored fork: pi coding-agent extension that routes LLM calls through the Claude Code CLI. Forked from rchern/pi-claude-cli (MIT). See UPSTREAM.md.",
"license": "MIT",
"private": true,

View File

@@ -1,5 +1,11 @@
# @fusion/plugin-sdk
## 0.15.0
### Patch Changes
- @fusion/core@0.15.0
## 0.14.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/plugin-sdk",
"version": "0.14.3",
"version": "0.15.0",
"license": "MIT",
"description": "Fusion plugin SDK: types and helpers for authoring third-party plugins that extend the Fusion dashboard and engine.",
"homepage": "https://github.com/Runfusion/Fusion#readme",