chore(release): v0.46.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-06-23 12:27:50 -07:00
parent 41f3b045ea
commit bac7049822
69 changed files with 322 additions and 75 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Stop Planning Mode from automatically focusing the initial text entry when it opens, preventing mobile keyboards from appearing until the user explicitly focuses the textarea.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Dispose completed spawned child agent sessions so execution memory is released promptly after `fn_spawn_agent` children finish, keep artifact registry listing metadata-only so large inline artifacts are not loaded during agent execution, bound structured tool-result log previews before serialization, reduce dashboard SSE keepalive churn, and keep the dashboard TUI performance timeline drained during long-running execution.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix Command Center Recharts line and pie graphs rendering blank when their cards initially report unusable responsive dimensions.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Restore core task lifecycle compatibility for workflow-column transitions, deferred title summarization fixtures, workflow IR rollback persistence, and capacity-aware task movement.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix stale durable agent task assignments for tasks parked behind file-scope lease queues, including Reports Health Check rendering and self-healing reconciliation.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix mobile mailbox message selection so stale deep links no longer override the user's selected message.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Pass project fallback model settings into triage spec reviewer sessions so global default overrides are honored during review.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Add a Command Center Productivity control for previewing and applying historical LOC backfills from the dashboard.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Add editable global model pricing overrides, a one-click LiteLLM pricing refresh, and override-aware Command Center cost estimates.

View File

@@ -2,6 +2,78 @@
User-facing release notes aggregated across all packages. This file is auto-synced from each `packages/*/CHANGELOG.md` by `scripts/release.mjs` — do not edit by hand.
## 0.46.0
### @fusion/dashboard
#### Patch Changes
- @fusion/core@0.46.0
- @fusion/engine@0.46.0
- @fusion/i18n@0.39.9
- @fusion-plugin-examples/cli-printing-press@0.1.26
- @fusion-plugin-examples/compound-engineering@0.1.9
- @fusion-plugin-examples/dependency-graph@0.1.40
- @fusion-plugin-examples/roadmap@0.1.28
- @fusion-plugin-examples/cursor-runtime@0.1.28
- @fusion-plugin-examples/droid-runtime@0.1.35
- @fusion-plugin-examples/hermes-runtime@0.2.59
- @fusion-plugin-examples/openclaw-runtime@0.2.59
- @fusion-plugin-examples/paperclip-runtime@0.2.59
### @fusion/desktop
#### Patch Changes
- @fusion/core@0.46.0
- @fusion/dashboard@0.46.0
- @fusion/engine@0.46.0
### @fusion/engine
#### Patch Changes
- @fusion/core@0.46.0
- @fusion/pi-claude-cli@0.46.0
### @fusion/plugin-sdk
#### Patch Changes
- @fusion/core@0.46.0
### @runfusion/fusion
#### Minor Changes
- 41f3b04: Add a Command Center Productivity control for previewing and applying historical LOC backfills from the dashboard.
- efb94c8: Add editable global model pricing overrides, a one-click LiteLLM pricing refresh, and override-aware Command Center cost estimates.
#### Patch Changes
- f6e9deb: Stop Planning Mode from automatically focusing the initial text entry when it opens, preventing mobile keyboards from appearing until the user explicitly focuses the textarea.
- 466cf9c: Dispose completed spawned child agent sessions so execution memory is released promptly after `fn_spawn_agent` children finish, keep artifact registry listing metadata-only so large inline artifacts are not loaded during agent execution, bound structured tool-result log previews before serialization, reduce dashboard SSE keepalive churn, and keep the dashboard TUI performance timeline drained during long-running execution.
- d06e316: Fix Command Center Recharts line and pie graphs rendering blank when their cards initially report unusable responsive dimensions.
- a670f5c: Restore core task lifecycle compatibility for workflow-column transitions, deferred title summarization fixtures, workflow IR rollback persistence, and capacity-aware task movement.
- fe536b2: Fix stale durable agent task assignments for tasks parked behind file-scope lease queues, including Reports Health Check rendering and self-healing reconciliation.
- 736ec6d: Fix mobile mailbox message selection so stale deep links no longer override the user's selected message.
- 945f0f1: Pass project fallback model settings into triage spec reviewer sessions so global default overrides are honored during review.
### runfusion.ai
#### Patch Changes
- Updated dependencies [f6e9deb]
- Updated dependencies [466cf9c]
- Updated dependencies [d06e316]
- Updated dependencies [a670f5c]
- Updated dependencies [fe536b2]
- Updated dependencies [736ec6d]
- Updated dependencies [945f0f1]
- Updated dependencies [41f3b04]
- Updated dependencies [efb94c8]
- @runfusion/fusion@0.46.0
## 0.45.0
### @fusion/core
@@ -9664,6 +9736,14 @@ for reference.
- Updated dependencies [a2ed6d0]
- @runfusion/fusion@0.1.0
## 0.39.9
### @fusion/i18n
#### Patch Changes
- @fusion/core@0.46.0
## 0.39.8
### @fusion/i18n
@@ -9730,6 +9810,14 @@ for reference.
- @fusion/core@0.40.0
## 0.11.35
### @fusion/droid-cli
#### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.35
## 0.11.34
### @fusion/droid-cli

View File

@@ -1,6 +1,6 @@
{
"name": "fusion-workspace",
"version": "0.45.0",
"version": "0.46.0",
"private": true,
"license": "MIT",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,20 @@
# runfusion.ai
## 0.46.0
### Patch Changes
- Updated dependencies [f6e9deb]
- Updated dependencies [466cf9c]
- Updated dependencies [d06e316]
- Updated dependencies [a670f5c]
- Updated dependencies [fe536b2]
- Updated dependencies [736ec6d]
- Updated dependencies [945f0f1]
- Updated dependencies [41f3b04]
- Updated dependencies [efb94c8]
- @runfusion/fusion@0.46.0
## 0.45.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,22 @@
# @runfusion/fusion
## 0.46.0
### Minor Changes
- 41f3b04: Add a Command Center Productivity control for previewing and applying historical LOC backfills from the dashboard.
- efb94c8: Add editable global model pricing overrides, a one-click LiteLLM pricing refresh, and override-aware Command Center cost estimates.
### Patch Changes
- f6e9deb: Stop Planning Mode from automatically focusing the initial text entry when it opens, preventing mobile keyboards from appearing until the user explicitly focuses the textarea.
- 466cf9c: Dispose completed spawned child agent sessions so execution memory is released promptly after `fn_spawn_agent` children finish, keep artifact registry listing metadata-only so large inline artifacts are not loaded during agent execution, bound structured tool-result log previews before serialization, reduce dashboard SSE keepalive churn, and keep the dashboard TUI performance timeline drained during long-running execution.
- d06e316: Fix Command Center Recharts line and pie graphs rendering blank when their cards initially report unusable responsive dimensions.
- a670f5c: Restore core task lifecycle compatibility for workflow-column transitions, deferred title summarization fixtures, workflow IR rollback persistence, and capacity-aware task movement.
- fe536b2: Fix stale durable agent task assignments for tasks parked behind file-scope lease queues, including Reports Health Check rendering and self-healing reconciliation.
- 736ec6d: Fix mobile mailbox message selection so stale deep links no longer override the user's selected message.
- 945f0f1: Pass project fallback model settings into triage spec reviewer sessions so global default overrides are honored during review.
## 0.45.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.45.0",
"version": "0.46.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.46.0
## 0.45.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.45.0",
"version": "0.46.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,22 @@
# @fusion/dashboard
## 0.46.0
### Patch Changes
- @fusion/core@0.46.0
- @fusion/engine@0.46.0
- @fusion/i18n@0.39.9
- @fusion-plugin-examples/cli-printing-press@0.1.26
- @fusion-plugin-examples/compound-engineering@0.1.9
- @fusion-plugin-examples/dependency-graph@0.1.40
- @fusion-plugin-examples/roadmap@0.1.28
- @fusion-plugin-examples/cursor-runtime@0.1.28
- @fusion-plugin-examples/droid-runtime@0.1.35
- @fusion-plugin-examples/hermes-runtime@0.2.59
- @fusion-plugin-examples/openclaw-runtime@0.2.59
- @fusion-plugin-examples/paperclip-runtime@0.2.59
## 0.45.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.45.0",
"version": "0.46.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,13 @@
# @fusion/desktop
## 0.46.0
### Patch Changes
- @fusion/core@0.46.0
- @fusion/dashboard@0.46.0
- @fusion/engine@0.46.0
## 0.45.0
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@fusion/desktop",
"productName": "Fusion",
"version": "0.45.0",
"version": "0.46.0",
"license": "MIT",
"author": {
"name": "Runfusion",

View File

@@ -1,5 +1,11 @@
# @fusion/droid-cli
## 0.11.35
### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.35
## 0.11.34
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/droid-cli",
"version": "0.11.34",
"version": "0.11.35",
"description": "First-party Fusion pi extension that routes LLM calls through the Droid CLI subprocess.",
"license": "MIT",
"private": true,

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.45.0",
"version": "0.46.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,11 @@
# @fusion/i18n
## 0.39.9
### Patch Changes
- @fusion/core@0.46.0
## 0.39.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/i18n",
"version": "0.39.8",
"version": "0.39.9",
"license": "MIT",
"description": "Fusion i18n: authored translation catalogs and shared i18next configuration for the Fusion dashboard and terminal UI.",
"type": "module",

View File

@@ -1,5 +1,7 @@
# @fusion/mobile
## 0.46.0
## 0.45.0
## 0.44.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/mobile",
"version": "0.45.0",
"version": "0.46.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.46.0
## 0.45.0
## 0.44.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/pi-claude-cli",
"version": "0.45.0",
"version": "0.46.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.46.0
### Patch Changes
- @fusion/core@0.46.0
## 0.45.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/plugin-sdk",
"version": "0.45.0",
"version": "0.46.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",

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/auto-label
## 0.2.59
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.2.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/auto-label",
"version": "0.2.58",
"version": "0.2.59",
"type": "module",
"description": "Automatically labels tasks based on description content",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/ci-status
## 0.2.59
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.2.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/ci-status",
"version": "0.2.58",
"version": "0.2.59",
"type": "module",
"description": "Polls CI status for branches and provides a custom API to query results",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/notification
## 0.2.59
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.2.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/notification",
"version": "0.2.58",
"version": "0.2.59",
"type": "module",
"description": "Example Fusion plugin that sends webhook notifications on task lifecycle events",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/settings-demo
## 0.2.59
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.2.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/settings-demo",
"version": "0.2.58",
"version": "0.2.59",
"type": "module",
"description": "Example Fusion plugin demonstrating settings schema and runtime configuration",
"keywords": [

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/acp-runtime
## 0.1.9
### Patch Changes
- @fusion/core@0.46.0
- @fusion/plugin-sdk@0.46.0
## 0.1.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/acp-runtime",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"description": "ACP (Agent Client Protocol) runtime plugin for Fusion — drives any ACP-compatible agent over JSON-RPC/stdio",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/agent-browser
## 0.1.29
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.1.28
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/agent-browser",
"version": "0.1.28",
"version": "0.1.29",
"type": "module",
"description": "Agent Browser runtime and prompt/skill/workflow contributions for Fusion",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/cli-printing-press
## 0.1.26
### Patch Changes
- @fusion/core@0.46.0
- @fusion/plugin-sdk@0.46.0
## 0.1.25
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/cli-printing-press",
"version": "0.1.25",
"version": "0.1.26",
"type": "module",
"description": "CLI Printing Press plugin package for Fusion",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/compound-engineering
## 0.1.9
### Patch Changes
- @fusion/core@0.46.0
- @fusion/plugin-sdk@0.46.0
## 0.1.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/compound-engineering",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"description": "Compound Engineering plugin for Fusion",
"private": true,

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/cursor-runtime
## 0.1.28
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.1.27
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/cursor-runtime",
"version": "0.1.27",
"version": "0.1.28",
"type": "module",
"description": "Cursor CLI runtime plugin for Fusion",
"keywords": [

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/dependency-graph
## 0.1.40
### Patch Changes
- @fusion/core@0.46.0
- @fusion/plugin-sdk@0.46.0
## 0.1.39
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/dependency-graph",
"version": "0.1.39",
"version": "0.1.40",
"type": "module",
"description": "Dependency graph dashboard view plugin for Fusion",
"private": true,

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.1.35
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.1.34
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/droid-runtime",
"version": "0.1.34",
"version": "0.1.35",
"type": "module",
"description": "Droid runtime plugin for Fusion",
"keywords": [

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/even-realities-glasses
## 0.1.28
### Patch Changes
- @fusion/core@0.46.0
- @fusion/plugin-sdk@0.46.0
## 0.1.27
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/even-realities-glasses",
"version": "0.1.27",
"version": "0.1.28",
"type": "module",
"description": "Canonical Even Realities Fusion plugin with board/task cards, actions, notifications, and webhook transport",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/hermes-runtime
## 0.2.59
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.2.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/hermes-runtime",
"version": "0.2.58",
"version": "0.2.59",
"type": "module",
"description": "Hermes AI runtime plugin for Fusion - provides AI agent execution runtime",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/openclaw-runtime
## 0.2.59
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.2.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/openclaw-runtime",
"version": "0.2.58",
"version": "0.2.59",
"type": "module",
"description": "Provides OpenClaw runtime for Fusion AI agents",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/paperclip-runtime
## 0.2.59
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.2.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/paperclip-runtime",
"version": "0.2.58",
"version": "0.2.59",
"type": "module",
"description": "Paperclip runtime plugin for Fusion — provides AI agent web access capabilities",
"keywords": [

View File

@@ -1,5 +1,13 @@
# @fusion-plugin-examples/reports
## 0.1.28
### Patch Changes
- @fusion/core@0.46.0
- @fusion/dashboard@0.46.0
- @fusion/plugin-sdk@0.46.0
## 0.1.27
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/reports",
"version": "0.1.27",
"version": "0.1.28",
"type": "module",
"description": "Reports plugin for Fusion",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/roadmap
## 0.1.28
### Patch Changes
- @fusion/core@0.46.0
- @fusion/plugin-sdk@0.46.0
## 0.1.27
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/roadmap",
"version": "0.1.27",
"version": "0.1.28",
"type": "module",
"description": "Roadmap plugin package for Fusion",
"private": true,

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/whatsapp-chat
## 0.1.28
### Patch Changes
- @fusion/plugin-sdk@0.46.0
## 0.1.27
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/whatsapp-chat",
"version": "0.1.27",
"version": "0.1.28",
"type": "module",
"description": "WhatsApp Web (Baileys) chat bridge for Fusion agents",
"keywords": [