diff --git a/.changeset/FN-6958-planning-focus.md b/.changeset/FN-6958-planning-focus.md deleted file mode 100644 index 4e2c405b4e..0000000000 --- a/.changeset/FN-6958-planning-focus.md +++ /dev/null @@ -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. diff --git a/.changeset/dispose-spawned-child-sessions.md b/.changeset/dispose-spawned-child-sessions.md deleted file mode 100644 index b496f4726c..0000000000 --- a/.changeset/dispose-spawned-child-sessions.md +++ /dev/null @@ -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. diff --git a/.changeset/fix-command-center-line-charts.md b/.changeset/fix-command-center-line-charts.md deleted file mode 100644 index 05e8b37125..0000000000 --- a/.changeset/fix-command-center-line-charts.md +++ /dev/null @@ -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. diff --git a/.changeset/fn-6952-core-lifecycle-regressions.md b/.changeset/fn-6952-core-lifecycle-regressions.md deleted file mode 100644 index 969f256780..0000000000 --- a/.changeset/fn-6952-core-lifecycle-regressions.md +++ /dev/null @@ -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. diff --git a/.changeset/fn-6954-agent-task-state-drift.md b/.changeset/fn-6954-agent-task-state-drift.md deleted file mode 100644 index c2981f9cad..0000000000 --- a/.changeset/fn-6954-agent-task-state-drift.md +++ /dev/null @@ -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. diff --git a/.changeset/fn-6957-mailbox-stale-deeplink.md b/.changeset/fn-6957-mailbox-stale-deeplink.md deleted file mode 100644 index 3bdeba7c12..0000000000 --- a/.changeset/fn-6957-mailbox-stale-deeplink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Fix mobile mailbox message selection so stale deep links no longer override the user's selected message. diff --git a/.changeset/friendly-reviewers-fallback.md b/.changeset/friendly-reviewers-fallback.md deleted file mode 100644 index a5efe10946..0000000000 --- a/.changeset/friendly-reviewers-fallback.md +++ /dev/null @@ -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. diff --git a/.changeset/loc-backfill-command-center.md b/.changeset/loc-backfill-command-center.md deleted file mode 100644 index 7a3fa6e85e..0000000000 --- a/.changeset/loc-backfill-command-center.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": minor ---- - -Add a Command Center Productivity control for previewing and applying historical LOC backfills from the dashboard. diff --git a/.changeset/model-pricing-overrides.md b/.changeset/model-pricing-overrides.md deleted file mode 100644 index ee9def2e1c..0000000000 --- a/.changeset/model-pricing-overrides.md +++ /dev/null @@ -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bacaa8e9..056ed732e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a84956fcbe..9fcec03216 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/cli-alias/CHANGELOG.md b/packages/cli-alias/CHANGELOG.md index 4d44780ba9..4a6fffc0f7 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -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 diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index 1416012849..cfad121630 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9c975fcd19..a678faef3f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 20396382c1..3d61f21cc9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 53e70555a9..2b2cc0ff80 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.46.0 + ## 0.45.0 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index dde502f24d..55b01e5bbd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 8905851c97..c352b4598b 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -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 diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index ea7385f527..f2350c5388 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -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", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 3bdc9c102e..e2816f1d47 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -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 diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 1ef37995f8..6225d943b8 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@fusion/desktop", "productName": "Fusion", - "version": "0.45.0", + "version": "0.46.0", "license": "MIT", "author": { "name": "Runfusion", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index 7bb25e6eeb..25ed802bcf 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -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 diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index c360416b29..a32cc27737 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -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, diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index f37cad4184..90283be033 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -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 diff --git a/packages/engine/package.json b/packages/engine/package.json index c93cd46189..36a29c7ea9 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -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", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index e4a1b800cd..bfa7ab5b7e 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/i18n +## 0.39.9 + +### Patch Changes + +- @fusion/core@0.46.0 + ## 0.39.8 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index baa16d0a6a..24b7df3ecd 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -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", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e2f5139b2c..2a3a2dd6e5 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.46.0 + ## 0.45.0 ## 0.44.0 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4272d5c0d8..b14f44a958 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -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", diff --git a/packages/pi-claude-cli/CHANGELOG.md b/packages/pi-claude-cli/CHANGELOG.md index 76bb3f3d7b..b6b7531318 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.46.0 + ## 0.45.0 ## 0.44.0 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index 8a9f694e06..7d381047f8 100644 --- a/packages/pi-claude-cli/package.json +++ b/packages/pi-claude-cli/package.json @@ -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, diff --git a/packages/plugin-sdk/CHANGELOG.md b/packages/plugin-sdk/CHANGELOG.md index 7663d8276c..78c80dd0c3 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.46.0 + +### Patch Changes + +- @fusion/core@0.46.0 + ## 0.45.0 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index a8b9aab0ea..aab31f59e6 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -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", diff --git a/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md b/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md index d84b0c9722..c287265e8e 100644 --- a/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md @@ -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 diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index d6cf0ecdec..3e95563a72 100644 --- a/plugins/examples/fusion-plugin-auto-label/package.json +++ b/plugins/examples/fusion-plugin-auto-label/package.json @@ -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": [ diff --git a/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md b/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md index 67c4edf61a..b154d552c4 100644 --- a/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md @@ -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 diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 90fb5e3318..a8cdbc3519 100644 --- a/plugins/examples/fusion-plugin-ci-status/package.json +++ b/plugins/examples/fusion-plugin-ci-status/package.json @@ -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": [ diff --git a/plugins/examples/fusion-plugin-notification/CHANGELOG.md b/plugins/examples/fusion-plugin-notification/CHANGELOG.md index ef3cec8ac2..75e3f35d88 100644 --- a/plugins/examples/fusion-plugin-notification/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-notification/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/notification +## 0.2.59 + +### Patch Changes + +- @fusion/plugin-sdk@0.46.0 + ## 0.2.58 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index af1e9e5e0e..140308ac90 100644 --- a/plugins/examples/fusion-plugin-notification/package.json +++ b/plugins/examples/fusion-plugin-notification/package.json @@ -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": [ diff --git a/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md b/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md index f68c8de5a5..a8bc25aab3 100644 --- a/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md @@ -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 diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index a1d971eed2..18aad70aa4 100644 --- a/plugins/examples/fusion-plugin-settings-demo/package.json +++ b/plugins/examples/fusion-plugin-settings-demo/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-acp-runtime/CHANGELOG.md b/plugins/fusion-plugin-acp-runtime/CHANGELOG.md index 00304c1333..8326d8c6a1 100644 --- a/plugins/fusion-plugin-acp-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-acp-runtime/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-acp-runtime/package.json b/plugins/fusion-plugin-acp-runtime/package.json index d88b449c3a..327fcc7377 100644 --- a/plugins/fusion-plugin-acp-runtime/package.json +++ b/plugins/fusion-plugin-acp-runtime/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-agent-browser/CHANGELOG.md b/plugins/fusion-plugin-agent-browser/CHANGELOG.md index 60fa1c1a38..a777d3f39e 100644 --- a/plugins/fusion-plugin-agent-browser/CHANGELOG.md +++ b/plugins/fusion-plugin-agent-browser/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index a0838bd6dd..b614a3de0c 100644 --- a/plugins/fusion-plugin-agent-browser/package.json +++ b/plugins/fusion-plugin-agent-browser/package.json @@ -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, diff --git a/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md b/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md index 89194e34b3..c4eb241d67 100644 --- a/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md +++ b/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index 80ae6d1179..b69a0911f5 100644 --- a/plugins/fusion-plugin-cli-printing-press/package.json +++ b/plugins/fusion-plugin-cli-printing-press/package.json @@ -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, diff --git a/plugins/fusion-plugin-compound-engineering/CHANGELOG.md b/plugins/fusion-plugin-compound-engineering/CHANGELOG.md index ac1321fb2e..a468ad9498 100644 --- a/plugins/fusion-plugin-compound-engineering/CHANGELOG.md +++ b/plugins/fusion-plugin-compound-engineering/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-compound-engineering/package.json b/plugins/fusion-plugin-compound-engineering/package.json index 584f2cb099..811cb10a70 100644 --- a/plugins/fusion-plugin-compound-engineering/package.json +++ b/plugins/fusion-plugin-compound-engineering/package.json @@ -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, diff --git a/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md b/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md index bd5ac5cbaf..6a6ac603a3 100644 --- a/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index a0e5838a4d..9bdc0baccf 100644 --- a/plugins/fusion-plugin-cursor-runtime/package.json +++ b/plugins/fusion-plugin-cursor-runtime/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-dependency-graph/CHANGELOG.md b/plugins/fusion-plugin-dependency-graph/CHANGELOG.md index f0de0cdfc4..14a611c924 100644 --- a/plugins/fusion-plugin-dependency-graph/CHANGELOG.md +++ b/plugins/fusion-plugin-dependency-graph/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index e815dbb1f6..d05d7accf2 100644 --- a/plugins/fusion-plugin-dependency-graph/package.json +++ b/plugins/fusion-plugin-dependency-graph/package.json @@ -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, diff --git a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md index b86b26a786..15bd27b736 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.35 + +### Patch Changes + +- @fusion/plugin-sdk@0.46.0 + ## 0.1.34 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index f339416f79..12cb62b3f0 100644 --- a/plugins/fusion-plugin-droid-runtime/package.json +++ b/plugins/fusion-plugin-droid-runtime/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-even-realities-glasses/CHANGELOG.md b/plugins/fusion-plugin-even-realities-glasses/CHANGELOG.md index c766f38ba7..9709b7f44c 100644 --- a/plugins/fusion-plugin-even-realities-glasses/CHANGELOG.md +++ b/plugins/fusion-plugin-even-realities-glasses/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index de391c0c97..b23e113917 100644 --- a/plugins/fusion-plugin-even-realities-glasses/package.json +++ b/plugins/fusion-plugin-even-realities-glasses/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md b/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md index c1969c2080..35a42d1a0a 100644 --- a/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index 8936087d5e..8f45888e5e 100644 --- a/plugins/fusion-plugin-hermes-runtime/package.json +++ b/plugins/fusion-plugin-hermes-runtime/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md b/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md index cc5bad5c91..88415e4676 100644 --- a/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index 3523154d9b..a5736afa58 100644 --- a/plugins/fusion-plugin-openclaw-runtime/package.json +++ b/plugins/fusion-plugin-openclaw-runtime/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md b/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md index 98a5280483..e9424e6033 100644 --- a/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index 0b9060c174..56685a3f73 100644 --- a/plugins/fusion-plugin-paperclip-runtime/package.json +++ b/plugins/fusion-plugin-paperclip-runtime/package.json @@ -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": [ diff --git a/plugins/fusion-plugin-reports/CHANGELOG.md b/plugins/fusion-plugin-reports/CHANGELOG.md index a7f23c7061..54b707847c 100644 --- a/plugins/fusion-plugin-reports/CHANGELOG.md +++ b/plugins/fusion-plugin-reports/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index 47343b8fca..8b7e76cea7 100644 --- a/plugins/fusion-plugin-reports/package.json +++ b/plugins/fusion-plugin-reports/package.json @@ -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, diff --git a/plugins/fusion-plugin-roadmap/CHANGELOG.md b/plugins/fusion-plugin-roadmap/CHANGELOG.md index 7c5ba7c979..e5a287646f 100644 --- a/plugins/fusion-plugin-roadmap/CHANGELOG.md +++ b/plugins/fusion-plugin-roadmap/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index 5ae2ac1001..c575b8656d 100644 --- a/plugins/fusion-plugin-roadmap/package.json +++ b/plugins/fusion-plugin-roadmap/package.json @@ -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, diff --git a/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md b/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md index afb44a0500..7379daed09 100644 --- a/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md +++ b/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md @@ -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 diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index 6ddf8491e9..b83695e212 100644 --- a/plugins/fusion-plugin-whatsapp-chat/package.json +++ b/plugins/fusion-plugin-whatsapp-chat/package.json @@ -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": [