diff --git a/.changeset/fn-4029-health-endpoint.md b/.changeset/fn-4029-health-endpoint.md deleted file mode 100644 index 60d5d684c..000000000 --- a/.changeset/fn-4029-health-endpoint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Include database integrity health details on `/api/health` with `database.healthy`, `database.lastCheckedAt`, and `database.isRunning`. diff --git a/.changeset/fn-4031-stale-worktree-recovery.md b/.changeset/fn-4031-stale-worktree-recovery.md deleted file mode 100644 index 8a6ffd121..000000000 --- a/.changeset/fn-4031-stale-worktree-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Fix stale in-review session/worktree recovery so retries discard mismatched persisted session metadata, recover missing-worktree review failures into runnable state, and unblock downstream todo tasks stalled by stale review blockers. diff --git a/.changeset/fn-4042-sqlite-lock-recovery.md b/.changeset/fn-4042-sqlite-lock-recovery.md deleted file mode 100644 index 93d26d09a..000000000 --- a/.changeset/fn-4042-sqlite-lock-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Improve SQLite write reliability under transient multi-connection lock contention by adding bounded recovery for outer write transactions, keeping task mutations and run-audit inserts atomic during executor-driven writes. diff --git a/.changeset/fn-4045-collision-errors.md b/.changeset/fn-4045-collision-errors.md deleted file mode 100644 index 0167d2eb3..000000000 --- a/.changeset/fn-4045-collision-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Surface task ID collision errors for task creation and delegation tools. diff --git a/.changeset/fn-4067-post-squash-audit.md b/.changeset/fn-4067-post-squash-audit.md deleted file mode 100644 index 22ac7ffff..000000000 --- a/.changeset/fn-4067-post-squash-audit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Block auto-resolved squash merge completion when the post-squash audit flags duplicate-subject or touched-file overlap risks, while keeping the audit script available for manual follow-up. diff --git a/.changeset/fn-4070-workflow-revision-fork.md b/.changeset/fn-4070-workflow-revision-fork.md deleted file mode 100644 index c675fedfb..000000000 --- a/.changeset/fn-4070-workflow-revision-fork.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Fork workflow revision feedback that escapes a task's declared File Scope into dependent follow-up tasks instead of always appending it to the original task prompt. diff --git a/.changeset/fn-4074-task-create-priority.md b/.changeset/fn-4074-task-create-priority.md deleted file mode 100644 index 26376f36f..000000000 --- a/.changeset/fn-4074-task-create-priority.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Add `priority` support to `fn_task_create` across runtime and published extension tool surfaces, with updated Fusion skill docs and references. diff --git a/.changeset/fn-4078-ntfy-access-token.md b/.changeset/fn-4078-ntfy-access-token.md deleted file mode 100644 index 3b1702e1c..000000000 --- a/.changeset/fn-4078-ntfy-access-token.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Add optional ntfy access-token settings support so authenticated ntfy topics receive `Authorization: Bearer ` on runtime and test notification publishes. diff --git a/.changeset/fn-4081-task-detail-timestamps-mobile-row.md b/.changeset/fn-4081-task-detail-timestamps-mobile-row.md deleted file mode 100644 index 2bd601481..000000000 --- a/.changeset/fn-4081-task-detail-timestamps-mobile-row.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Task Detail: keep Created/Updated timestamps on a single row on mobile too. diff --git a/.changeset/fn-4082-reviewer-context-retry.md b/.changeset/fn-4082-reviewer-context-retry.md deleted file mode 100644 index 99a08ce43..000000000 --- a/.changeset/fn-4082-reviewer-context-retry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -FN-4082: retry oversized code reviews with a compacted request after provider context-limit errors like Kimi's `exceeded model token limit` failure. diff --git a/.changeset/fn-4083-sqlite-concurrency.md b/.changeset/fn-4083-sqlite-concurrency.md deleted file mode 100644 index 7a39d9dd6..000000000 --- a/.changeset/fn-4083-sqlite-concurrency.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Improve SQLite write reliability under concurrent executor activity by enforcing WAL/busy-timeout setup on every disk-backed connection, using explicit immediate transactions for task+audit writes, and adding disk-backed concurrent-write regression coverage. diff --git a/.changeset/fn-4084-merger-starvation.md b/.changeset/fn-4084-merger-starvation.md deleted file mode 100644 index d2353c936..000000000 --- a/.changeset/fn-4084-merger-starvation.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Fix merger starvation where eligible in-review tasks looped in auto-recovery -without ever merging. Leaked in-memory merge-queue entries are now reconciled -automatically, and tasks whose re-enqueue is repeatedly dropped escalate to a -clear `status=failed` with an `Auto-merge starvation:` error instead of -looping indefinitely. diff --git a/.changeset/fn-4094-db-init-perf.md b/.changeset/fn-4094-db-init-perf.md deleted file mode 100644 index 021abfe93..000000000 --- a/.changeset/fn-4094-db-init-perf.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Optimize Database.init() schema-compatibility passes: cache per-table PRAGMA results within init and short-circuit unchanged-schema opens via a `schemaCompatFingerprint` in `__meta`. Reduces repeated `db.init()` wall time substantially without weakening the FN-3879/FN-3887/FN-3898 invariant that every declared column exists after init. diff --git a/.changeset/fn-4112-new-agent-mobile-blank-space.md b/.changeset/fn-4112-new-agent-mobile-blank-space.md deleted file mode 100644 index 235b728e1..000000000 --- a/.changeset/fn-4112-new-agent-mobile-blank-space.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Fix blank space at the bottom of the New Agent dialog on mobile by removing the inner preset-grid scroll cap so the dialog body scrolls naturally. diff --git a/.changeset/harden-task-id-overwrite-guards.md b/.changeset/harden-task-id-overwrite-guards.md deleted file mode 100644 index 4a268b2dd..000000000 --- a/.changeset/harden-task-id-overwrite-guards.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Harden task creation so stale allocator state or colliding reservations fail safely instead of overwriting an existing task row or task directory. diff --git a/CHANGELOG.md b/CHANGELOG.md index 706da51ee..d1df33376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,88 @@ 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.27.1 + +### @fusion/dashboard + +#### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/engine@0.27.1 +- @fusion-plugin-examples/cli-printing-press@0.1.3 +- @fusion-plugin-examples/dependency-graph@0.1.17 +- @fusion-plugin-examples/roadmap@0.1.5 +- @fusion-plugin-examples/cursor-runtime@0.1.5 +- @fusion-plugin-examples/droid-runtime@0.1.12 +- @fusion-plugin-examples/hermes-runtime@0.2.36 +- @fusion-plugin-examples/openclaw-runtime@0.2.36 +- @fusion-plugin-examples/paperclip-runtime@0.2.36 + +### @fusion/desktop + +#### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/dashboard@0.27.1 + +### @fusion/engine + +#### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/pi-claude-cli@0.27.1 + +### @fusion/plugin-sdk + +#### Patch Changes + +- @fusion/core@0.27.1 + +### @runfusion/fusion + +#### Patch Changes + +- c1035d8: Include database integrity health details on `/api/health` with `database.healthy`, `database.lastCheckedAt`, and `database.isRunning`. +- ee46b5a: Fix stale in-review session/worktree recovery so retries discard mismatched persisted session metadata, recover missing-worktree review failures into runnable state, and unblock downstream todo tasks stalled by stale review blockers. +- 4d47cb4: Improve SQLite write reliability under transient multi-connection lock contention by adding bounded recovery for outer write transactions, keeping task mutations and run-audit inserts atomic during executor-driven writes. +- 7b5ec3d: Surface task ID collision errors for task creation and delegation tools. +- fc863f6: Block auto-resolved squash merge completion when the post-squash audit flags duplicate-subject or touched-file overlap risks, while keeping the audit script available for manual follow-up. +- 1a1f60c: Fork workflow revision feedback that escapes a task's declared File Scope into dependent follow-up tasks instead of always appending it to the original task prompt. +- e390478: Add `priority` support to `fn_task_create` across runtime and published extension tool surfaces, with updated Fusion skill docs and references. +- 7ca8d5a: Add optional ntfy access-token settings support so authenticated ntfy topics receive `Authorization: Bearer ` on runtime and test notification publishes. +- 9c80988: Task Detail: keep Created/Updated timestamps on a single row on mobile too. +- f3a3975: FN-4082: retry oversized code reviews with a compacted request after provider context-limit errors like Kimi's `exceeded model token limit` failure. +- 06feb61: Improve SQLite write reliability under concurrent executor activity by enforcing WAL/busy-timeout setup on every disk-backed connection, using explicit immediate transactions for task+audit writes, and adding disk-backed concurrent-write regression coverage. +- 5804b86: Fix merger starvation where eligible in-review tasks looped in auto-recovery + without ever merging. Leaked in-memory merge-queue entries are now reconciled + automatically, and tasks whose re-enqueue is repeatedly dropped escalate to a + clear `status=failed` with an `Auto-merge starvation:` error instead of + looping indefinitely. +- 5bdf92b: Optimize Database.init() schema-compatibility passes: cache per-table PRAGMA results within init and short-circuit unchanged-schema opens via a `schemaCompatFingerprint` in `__meta`. Reduces repeated `db.init()` wall time substantially without weakening the FN-3879/FN-3887/FN-3898 invariant that every declared column exists after init. +- 3ac619d: Fix blank space at the bottom of the New Agent dialog on mobile by removing the inner preset-grid scroll cap so the dialog body scrolls naturally. +- bec0b34: Harden task creation so stale allocator state or colliding reservations fail safely instead of overwriting an existing task row or task directory. + +### runfusion.ai + +#### Patch Changes + +- Updated dependencies [c1035d8] +- Updated dependencies [ee46b5a] +- Updated dependencies [4d47cb4] +- Updated dependencies [7b5ec3d] +- Updated dependencies [fc863f6] +- Updated dependencies [1a1f60c] +- Updated dependencies [e390478] +- Updated dependencies [7ca8d5a] +- Updated dependencies [9c80988] +- Updated dependencies [f3a3975] +- Updated dependencies [06feb61] +- Updated dependencies [5804b86] +- Updated dependencies [5bdf92b] +- Updated dependencies [3ac619d] +- Updated dependencies [bec0b34] + - @runfusion/fusion@0.27.1 + ## 0.27.0 ### @fusion/dashboard @@ -4416,6 +4498,14 @@ for reference. - Updated dependencies [a2ed6d0] - @runfusion/fusion@0.1.0 +## 0.11.12 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.12 + ## 0.11.11 ### @fusion/droid-cli diff --git a/package.json b/package.json index 1fb81d422..35a40b03b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.27.0", + "version": "0.27.1", "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 fd7604254..47aeb87ca 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,26 @@ # runfusion.ai +## 0.27.1 + +### Patch Changes + +- Updated dependencies [c1035d8] +- Updated dependencies [ee46b5a] +- Updated dependencies [4d47cb4] +- Updated dependencies [7b5ec3d] +- Updated dependencies [fc863f6] +- Updated dependencies [1a1f60c] +- Updated dependencies [e390478] +- Updated dependencies [7ca8d5a] +- Updated dependencies [9c80988] +- Updated dependencies [f3a3975] +- Updated dependencies [06feb61] +- Updated dependencies [5804b86] +- Updated dependencies [5bdf92b] +- Updated dependencies [3ac619d] +- Updated dependencies [bec0b34] + - @runfusion/fusion@0.27.1 + ## 0.27.0 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index b57cdca08..67093ceed 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "runfusion.ai", - "version": "0.27.0", + "version": "0.27.1", "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 6c3fd4419..f3d84ff21 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,29 @@ # @runfusion/fusion +## 0.27.1 + +### Patch Changes + +- c1035d8: Include database integrity health details on `/api/health` with `database.healthy`, `database.lastCheckedAt`, and `database.isRunning`. +- ee46b5a: Fix stale in-review session/worktree recovery so retries discard mismatched persisted session metadata, recover missing-worktree review failures into runnable state, and unblock downstream todo tasks stalled by stale review blockers. +- 4d47cb4: Improve SQLite write reliability under transient multi-connection lock contention by adding bounded recovery for outer write transactions, keeping task mutations and run-audit inserts atomic during executor-driven writes. +- 7b5ec3d: Surface task ID collision errors for task creation and delegation tools. +- fc863f6: Block auto-resolved squash merge completion when the post-squash audit flags duplicate-subject or touched-file overlap risks, while keeping the audit script available for manual follow-up. +- 1a1f60c: Fork workflow revision feedback that escapes a task's declared File Scope into dependent follow-up tasks instead of always appending it to the original task prompt. +- e390478: Add `priority` support to `fn_task_create` across runtime and published extension tool surfaces, with updated Fusion skill docs and references. +- 7ca8d5a: Add optional ntfy access-token settings support so authenticated ntfy topics receive `Authorization: Bearer ` on runtime and test notification publishes. +- 9c80988: Task Detail: keep Created/Updated timestamps on a single row on mobile too. +- f3a3975: FN-4082: retry oversized code reviews with a compacted request after provider context-limit errors like Kimi's `exceeded model token limit` failure. +- 06feb61: Improve SQLite write reliability under concurrent executor activity by enforcing WAL/busy-timeout setup on every disk-backed connection, using explicit immediate transactions for task+audit writes, and adding disk-backed concurrent-write regression coverage. +- 5804b86: Fix merger starvation where eligible in-review tasks looped in auto-recovery + without ever merging. Leaked in-memory merge-queue entries are now reconciled + automatically, and tasks whose re-enqueue is repeatedly dropped escalate to a + clear `status=failed` with an `Auto-merge starvation:` error instead of + looping indefinitely. +- 5bdf92b: Optimize Database.init() schema-compatibility passes: cache per-table PRAGMA results within init and short-circuit unchanged-schema opens via a `schemaCompatFingerprint` in `__meta`. Reduces repeated `db.init()` wall time substantially without weakening the FN-3879/FN-3887/FN-3898 invariant that every declared column exists after init. +- 3ac619d: Fix blank space at the bottom of the New Agent dialog on mobile by removing the inner preset-grid scroll cap so the dialog body scrolls naturally. +- bec0b34: Harden task creation so stale allocator state or colliding reservations fail safely instead of overwriting an existing task row or task directory. + ## 0.27.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 8d82325c4..732109535 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.27.0", + "version": "0.27.1", "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 491127e78..c61dfb854 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.27.1 + ## 0.27.0 ## 0.26.0 diff --git a/packages/core/package.json b/packages/core/package.json index 43a6dbff7..140f436af 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.27.0", + "version": "0.27.1", "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 44e62fc1f..8bb4c7434 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,20 @@ # @fusion/dashboard +## 0.27.1 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/engine@0.27.1 +- @fusion-plugin-examples/cli-printing-press@0.1.3 +- @fusion-plugin-examples/dependency-graph@0.1.17 +- @fusion-plugin-examples/roadmap@0.1.5 +- @fusion-plugin-examples/cursor-runtime@0.1.5 +- @fusion-plugin-examples/droid-runtime@0.1.12 +- @fusion-plugin-examples/hermes-runtime@0.2.36 +- @fusion-plugin-examples/openclaw-runtime@0.2.36 +- @fusion-plugin-examples/paperclip-runtime@0.2.36 + ## 0.27.0 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 1cdf366a9..547a4a706 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.27.0", + "version": "0.27.1", "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 7b0576b5e..2db6a9858 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/desktop +## 0.27.1 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/dashboard@0.27.1 + ## 0.27.0 ### Patch Changes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 7289e5474..326e5620d 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/desktop", - "version": "0.27.0", + "version": "0.27.1", "license": "MIT", "description": "Fusion desktop: Electron wrapper around the Fusion dashboard for macOS, Windows, and Linux.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index c146fddc0..247ade606 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.12 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.12 + ## 0.11.11 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index b643832be..d2d350b86 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/droid-cli", - "version": "0.11.11", + "version": "0.11.12", "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 d28edbede..5c699a79d 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.27.1 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/pi-claude-cli@0.27.1 + ## 0.27.0 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 6a711ddb5..f757c03af 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.27.0", + "version": "0.27.1", "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/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 075b268af..40d126880 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.27.1 + ## 0.27.0 ## 0.26.0 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index d98f2466a..52f933f9b 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.27.0", + "version": "0.27.1", "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 7ad4e417d..f6935c778 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.27.1 + ## 0.27.0 ## 0.26.0 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index bbdaf4c2d..eb41d4ee4 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.27.0", + "version": "0.27.1", "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 4ec190adf..0d1b07567 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.27.1 + +### Patch Changes + +- @fusion/core@0.27.1 + ## 0.27.0 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index 787b688c5..b90953c71 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/plugin-sdk", - "version": "0.27.0", + "version": "0.27.1", "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 c6aa05ce3..64fe5ce13 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.2.35 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index 1e9da003d..01079fb00 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.35", + "version": "0.2.36", "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 1dc077bb1..c99562c5c 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.2.35 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 63b77b9f3..a0fe77815 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.35", + "version": "0.2.36", "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 5b0f3d8af..4994114d6 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.2.35 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index dc76daa36..04bc4d8d3 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.35", + "version": "0.2.36", "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 351f02cd4..be6337fbc 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.2.35 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index 0eb32c271..e156543e0 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.35", + "version": "0.2.36", "type": "module", "description": "Example Fusion plugin demonstrating settings schema and runtime configuration", "keywords": [ diff --git a/plugins/fusion-plugin-agent-browser/CHANGELOG.md b/plugins/fusion-plugin-agent-browser/CHANGELOG.md index 395c12322..9a2950b4e 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.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.1.5 ### Patch Changes diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index e3ee866f0..f86ba1a71 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.5", + "version": "0.1.6", "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 35f25cf21..15d8fd772 100644 --- a/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md +++ b/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion-plugin-examples/cli-printing-press +## 0.1.3 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/dashboard@0.27.1 +- @fusion/plugin-sdk@0.27.1 + ## 0.1.2 ### Patch Changes diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index be9a2a4fe..a04f4ebe1 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.2", + "version": "0.1.3", "type": "module", "description": "CLI Printing Press plugin package for Fusion", "private": true, diff --git a/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md b/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md index a74b160e0..b3ee1751b 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.5 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.1.4 ### Patch Changes diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index 610bd3ecd..9b195f706 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.4", + "version": "0.1.5", "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 3de63881d..90a1020cc 100644 --- a/plugins/fusion-plugin-dependency-graph/CHANGELOG.md +++ b/plugins/fusion-plugin-dependency-graph/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion-plugin-examples/dependency-graph +## 0.1.17 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/dashboard@0.27.1 +- @fusion/plugin-sdk@0.27.1 + ## 0.1.16 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index 70affebad..b15046c5a 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.16", + "version": "0.1.17", "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 e0cccaca0..dcd2e688e 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.12 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.1.11 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index 088c04e78..7d3811c18 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.11", + "version": "0.1.12", "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 ef23988a6..b95d7aed0 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.5 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/plugin-sdk@0.27.1 + ## 0.1.4 ### Patch Changes diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index 065363fac..c7bf7c254 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.4", + "version": "0.1.5", "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 e36f4b125..e1987002f 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.2.35 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index ebbb31d96..5b4a98e82 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.35", + "version": "0.2.36", "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 f74b313ef..94f400f18 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.2.35 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index 54ff19560..99359a424 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.35", + "version": "0.2.36", "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 63746e4a8..11bbaf3fe 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.2.35 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index d203d8047..ba08d7bd7 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.35", + "version": "0.2.36", "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 b1354ae3b..0ce8c81e7 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.5 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/dashboard@0.27.1 +- @fusion/plugin-sdk@0.27.1 + ## 0.1.4 ### Patch Changes diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index 971dceb77..c14532b0b 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.4", + "version": "0.1.5", "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 2911e357e..ba23aee74 100644 --- a/plugins/fusion-plugin-roadmap/CHANGELOG.md +++ b/plugins/fusion-plugin-roadmap/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion-plugin-examples/roadmap +## 0.1.5 + +### Patch Changes + +- @fusion/core@0.27.1 +- @fusion/dashboard@0.27.1 +- @fusion/plugin-sdk@0.27.1 + ## 0.1.4 ### Patch Changes diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index abd15e03e..c55e54c98 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.4", + "version": "0.1.5", "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 6573b653a..cc57baa11 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.5 + +### Patch Changes + +- @fusion/plugin-sdk@0.27.1 + ## 0.1.4 ### Patch Changes diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index b2b89dfd8..90f83026f 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.4", + "version": "0.1.5", "type": "module", "description": "WhatsApp Web (Baileys) chat bridge for Fusion agents", "keywords": [