diff --git a/.changeset/pre.json b/.changeset/pre.json index 84de0b284b..5670349a9e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -173,11 +173,17 @@ "fn-9013-scheduler-listfeatures-receiver", "fn-9014-message-archive", "fn-9016-manager-eval-tools", + "fn-9021-recommendation-mailbox-notice", + "fn-9022-insights-recommendations", + "fn-9023-i18n-parity", + "fn-9024-quick-add-center-action-row", + "fn-9025-quick-add-tablet-spacing", "fn-workflow-executor-agent-store-wiring", "manual-handoff-limbo", "orphaned-planning-segments", "pinned-worktree-recovery-review-followup", "plan-review-replan-cap-wiring", + "planning-handoff-atomic", "planning-retry-budget-and-timeout", "polite-penguins-preserve-claims", "pt-br-locale", @@ -192,6 +198,7 @@ "spec-drift-connection-exhaustion", "stas-032-resume-workflow-step", "task-pinned-orphan-recovery", + "terminal-toolbar-display-toggles", "todos-plugin-nav-entry", "transient-request-timeout", "tunnel-auto-restart", diff --git a/CHANGELOG-archive.md b/CHANGELOG-archive.md index fa2eaa8c98..c45ac3aed1 100644 --- a/CHANGELOG-archive.md +++ b/CHANGELOG-archive.md @@ -13885,6 +13885,14 @@ for reference. - Updated dependencies [a2ed6d0] - @runfusion/fusion@0.1.0 +## 0.39.35-beta.3 + +### @fusion/i18n + +#### Patch Changes + +- @fusion/core@0.76.0-beta.3 + ## 0.39.35-beta.2 ### @fusion/i18n @@ -14368,6 +14376,14 @@ for reference. - @fusion/core@0.40.0 +## 0.11.61-beta.3 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.61-beta.3 + ## 0.11.61-beta.2 ### @fusion/droid-cli diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc2425c35..3b4a80f2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.76.0-beta.3 + +### Highlights + +- Planned tasks no longer stall ~10 minutes in Todo before Plan Review starts +- Insights adds project-wide task recommendations with paginated triage +- Mailbox notices arrive for captured task recommendations, via a new project setting +- Merge, notification, recommendation, and settings copy is localized again in six locales +- Terminal pin and pop-out toggles moved to the top toolbar, left of the close button + +### New + +- Insights now has a project-wide task recommendations surface, backed by a bounded row-paginated API. +- Captured task recommendations can send mailbox notices, controlled by the new `recommendationMailboxNoticeEnabled` project setting. + +### Fixed + +- Planned tasks that sat roughly ten minutes in Todo now move into Plan Review promptly: the planning-to-plan-review handoff retires its predecessor and installs the successor in a single transaction, and the follow-up reaction retries instead of dropping failures silently. +- Localized merge, notification, recommendation, and settings copy is restored across six locales, and a stale pt-BR settings key was removed. +- Terminal pin and pop-out toggles now sit in the top toolbar to the left of the close button. +- The Quick Add composer's bottom row of action buttons is centered again, with the ≤768px layout unchanged. +- Quick Add buttons use mobile edge-to-edge spacing on tablet widths (769px–1024px). + ## 0.76.0-beta.2 ### Highlights diff --git a/package.json b/package.json index cfa97da620..cb41cc3948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 3c93977cb0..bb008e07ed 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,18 @@ # runfusion.ai +## 0.76.0-beta.3 + +### Patch Changes + +- Updated dependencies [ea53cbd] +- Updated dependencies [f7bf3f9] +- Updated dependencies [c791c0b] +- Updated dependencies [0e98d9b] +- Updated dependencies [401b057] +- Updated dependencies [19dffe3] +- Updated dependencies [6243c2c] + - @runfusion/fusion@0.76.0-beta.3 + ## 0.76.0-beta.2 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index d90bf7d5bd..e2b741828a 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "runfusion.ai", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 f820a3a123..f7f9c0bfd5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,34 @@ # @runfusion/fusion +## 0.76.0-beta.3 + +### Minor Changes + +- ea53cbd: summary: Send mailbox notices for captured task recommendations. + category: feature + dev: Adds the project setting `recommendationMailboxNoticeEnabled`. +- f7bf3f9: summary: Add project-wide task recommendations to Insights. + category: feature + dev: Adds a bounded row-paginated task recommendations API and dashboard triage surface. + +### Patch Changes + +- c791c0b: summary: Restore missing localized merge, notification, recommendation, and settings copy. + category: fix + dev: Adds parity keys across six locales and removes the stale pt-BR settings.general.useEphemeralTaskWorkerAgents orphan. +- 0e98d9b: summary: Center the Quick Add composer's bottom row of action buttons. + category: fix + dev: CSS-only QuickEntryBox change; preserves the ≤768px space-between layout. +- 401b057: summary: Quick Add buttons now use mobile edge-to-edge spacing on tablet-width screens. + category: fix + dev: Adds a 769px–1024px positioning tier in QuickEntryBox.css. +- 19dffe3: summary: Fix planned tasks stalling ~10 minutes in Todo before Plan Review starts. + category: fix + dev: The planning→plan-review handoff now retires its predecessor work item and installs the successor continuation in one transaction (`seedStrandedPlanReviewContinuation` gained `retirePredecessorId`); the specification-complete reaction consumes the seed result with bounded retries instead of dropping failures silently. +- 6243c2c: summary: Terminal pin and pop-out toggles now sit in the top toolbar left of the close button. + category: fix + dev: Moves terminal-pin-toggle/terminal-popout-toggle out of terminalActionControls into a shared header fragment in TerminalModal.tsx. + ## 0.76.0-beta.2 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index de3809e7a2..7d23709fd3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 9817b5ee62..e70578e174 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.76.0-beta.3 + ## 0.76.0-beta.2 ## 0.76.0-beta.1 diff --git a/packages/core/package.json b/packages/core/package.json index 4b1597193d..c155fa17ec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 5bc9851173..27584329cd 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # @fusion/dashboard +## 0.76.0-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/engine@0.76.0-beta.3 +- @fusion/i18n@0.39.35-beta.3 +- @fusion-plugin-examples/claude-runtime@0.1.10-beta.3 +- @fusion-plugin-examples/cli-printing-press@0.1.52-beta.3 +- @fusion-plugin-examples/compound-engineering@0.1.35-beta.3 +- @fusion-plugin-examples/dependency-graph@0.1.66-beta.3 +- @fusion-plugin-examples/grok-runtime@0.2.13-beta.3 +- @fusion-plugin-examples/omp-runtime@0.1.10-beta.3 +- @fusion-plugin-examples/quality@0.1.10-beta.3 +- @fusion-plugin-examples/roadmap@0.1.54-beta.3 +- @fusion-plugin-examples/cursor-runtime@0.1.54-beta.3 +- @fusion-plugin-examples/droid-runtime@0.1.61-beta.3 +- @fusion-plugin-examples/hermes-runtime@0.2.85-beta.3 +- @fusion-plugin-examples/openclaw-runtime@0.2.85-beta.3 +- @fusion-plugin-examples/paperclip-runtime@0.2.85-beta.3 + ## 0.76.0-beta.2 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 3ac4876960..9a10138d17 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 5fd00246cb..92fb53292d 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion/desktop +## 0.76.0-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/dashboard@0.76.0-beta.3 +- @fusion/engine@0.76.0-beta.3 + ## 0.76.0-beta.2 ### Patch Changes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index d8ed546fac..c2db4b8901 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@fusion/desktop", "productName": "Fusion", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "license": "MIT", "author": { "name": "Runfusion", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index a494029d72..3b0807a010 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.61-beta.3 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.61-beta.3 + ## 0.11.61-beta.2 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index 9381dff033..2c290f04fc 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/droid-cli", - "version": "0.11.61-beta.2", + "version": "0.11.61-beta.3", "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 5d9d5f768b..9e5b1dfda9 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.76.0-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/pi-claude-cli@0.76.0-beta.3 + ## 0.76.0-beta.2 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 748fc92bc4..8b605c8042 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 7c9a4d8fd9..3d2aa02b01 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/i18n +## 0.39.35-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 + ## 0.39.35-beta.2 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index e9c3b4e554..556fff4498 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/i18n", - "version": "0.39.35-beta.2", + "version": "0.39.35-beta.3", "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 a67d255764..c5cb594515 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.76.0-beta.3 + ## 0.76.0-beta.2 ## 0.76.0-beta.1 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index b40b7f932e..dbc6ae05e8 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 d99c1b6ad9..38a5600a3b 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.76.0-beta.3 + ## 0.76.0-beta.2 ## 0.76.0-beta.1 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index bb6d28133e..8a78ac9ff4 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.76.0-beta.2", + "version": "0.76.0-beta.3", "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 7d14c1fa6f..6122206ad7 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.76.0-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 + ## 0.76.0-beta.2 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index 6002a086c3..eb8a2fe828 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/plugin-sdk", - "version": "0.76.0-beta.2", + "version": "0.76.0-beta.3", "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 7dd1a5cf12..b4898c0a88 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.85-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.85-beta.2 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index 49b0def760..7afdca56dd 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.85-beta.2", + "version": "0.2.85-beta.3", "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 6b70b984d2..fea3233178 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.85-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.85-beta.2 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 09d2f086cf..5513b6e641 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.85-beta.2", + "version": "0.2.85-beta.3", "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 1dd68fe018..05eea26b16 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.85-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.85-beta.2 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index 94fc52720b..1d3c138ba3 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.85-beta.2", + "version": "0.2.85-beta.3", "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 77387a4ef0..7cef5e0c37 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.85-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.85-beta.2 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index e4b931a937..994165cdb9 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.85-beta.2", + "version": "0.2.85-beta.3", "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 0637928ffa..0871c78ac9 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.35-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.35-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-acp-runtime/package.json b/plugins/fusion-plugin-acp-runtime/package.json index 112d7e53de..9a8b3026b4 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.35-beta.2", + "version": "0.1.35-beta.3", "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 3c413bc8f1..dae68051fe 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.55-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.55-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index e4193f1a82..610c2d5e9e 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.55-beta.2", + "version": "0.1.55-beta.3", "type": "module", "description": "Agent Browser runtime and prompt/skill/workflow contributions for Fusion", "private": true, diff --git a/plugins/fusion-plugin-claude-runtime/CHANGELOG.md b/plugins/fusion-plugin-claude-runtime/CHANGELOG.md index a387be8dec..c2a6a147a0 100644 --- a/plugins/fusion-plugin-claude-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-claude-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/claude-runtime +## 0.1.10-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.10-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-claude-runtime/package.json b/plugins/fusion-plugin-claude-runtime/package.json index 20d61989ca..985c458a47 100644 --- a/plugins/fusion-plugin-claude-runtime/package.json +++ b/plugins/fusion-plugin-claude-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/claude-runtime", - "version": "0.1.10-beta.2", + "version": "0.1.10-beta.3", "type": "module", "description": "Claude Code runtime plugin for Fusion (ACP bridge)", "keywords": [ diff --git a/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md b/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md index ac7be7baaf..35a1b985c6 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.52-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.52-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index 72af76c75e..98963ba46e 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.52-beta.2", + "version": "0.1.52-beta.3", "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 8debbf7524..ff94f99fc1 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.35-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.35-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-compound-engineering/package.json b/plugins/fusion-plugin-compound-engineering/package.json index 250b51109e..34d98aed17 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.35-beta.2", + "version": "0.1.35-beta.3", "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 4cad916134..35f67c3d30 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.54-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.54-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index af26003295..5f6d99bc60 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.54-beta.2", + "version": "0.1.54-beta.3", "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 253e58a7cd..e922384a61 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.66-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.66-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index 9ad50b3f28..616877048c 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.66-beta.2", + "version": "0.1.66-beta.3", "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 6214b34ae2..fd4ee2c261 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.61-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.61-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index b1094bb4c6..8e83cbca85 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.61-beta.2", + "version": "0.1.61-beta.3", "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 c1ea34d49e..01c6b6d705 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.54-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.54-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index 77b96ccb7e..30f6a0dbd4 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.54-beta.2", + "version": "0.1.54-beta.3", "type": "module", "description": "Canonical Even Realities Fusion plugin with board/task cards, actions, notifications, and webhook transport", "keywords": [ diff --git a/plugins/fusion-plugin-grok-runtime/CHANGELOG.md b/plugins/fusion-plugin-grok-runtime/CHANGELOG.md index d582d2a15d..e03d0847fa 100644 --- a/plugins/fusion-plugin-grok-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-grok-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/grok-runtime +## 0.2.13-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.13-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-grok-runtime/package.json b/plugins/fusion-plugin-grok-runtime/package.json index b3daa12531..ae844d720a 100644 --- a/plugins/fusion-plugin-grok-runtime/package.json +++ b/plugins/fusion-plugin-grok-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/grok-runtime", - "version": "0.2.13-beta.2", + "version": "0.2.13-beta.3", "type": "module", "description": "Grok CLI runtime plugin for Fusion (ACP agent stdio)", "keywords": [ diff --git a/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md b/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md index 4dadac00aa..861e8e9419 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.85-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.85-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index 1fdb707f8f..8e55e859eb 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.85-beta.2", + "version": "0.2.85-beta.3", "type": "module", "description": "Hermes AI runtime plugin for Fusion - provides AI agent execution runtime", "keywords": [ diff --git a/plugins/fusion-plugin-linear-import/CHANGELOG.md b/plugins/fusion-plugin-linear-import/CHANGELOG.md index 291a13b91f..3e86727f63 100644 --- a/plugins/fusion-plugin-linear-import/CHANGELOG.md +++ b/plugins/fusion-plugin-linear-import/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/linear-import +## 0.1.17-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.17-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-linear-import/package.json b/plugins/fusion-plugin-linear-import/package.json index 8cabe78558..64cc76f48d 100644 --- a/plugins/fusion-plugin-linear-import/package.json +++ b/plugins/fusion-plugin-linear-import/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/linear-import", - "version": "0.1.17-beta.2", + "version": "0.1.17-beta.3", "type": "module", "description": "Linear issue import plugin for Fusion", "private": true, diff --git a/plugins/fusion-plugin-omp-runtime/CHANGELOG.md b/plugins/fusion-plugin-omp-runtime/CHANGELOG.md index 15d043446b..080ac6eee1 100644 --- a/plugins/fusion-plugin-omp-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-omp-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/omp-runtime +## 0.1.10-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.10-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-omp-runtime/package.json b/plugins/fusion-plugin-omp-runtime/package.json index 1ae4212b24..1e835bcbba 100644 --- a/plugins/fusion-plugin-omp-runtime/package.json +++ b/plugins/fusion-plugin-omp-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/omp-runtime", - "version": "0.1.10-beta.2", + "version": "0.1.10-beta.3", "type": "module", "description": "Oh My Pi (omp) runtime plugin for Fusion via Agent Client Protocol (omp acp)", "keywords": [ diff --git a/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md b/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md index 4f45711ecd..5e503f016e 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.85-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.85-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index 7051a2168f..a4635cb09d 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.85-beta.2", + "version": "0.2.85-beta.3", "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 761602a703..f44647a4ca 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.85-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.2.85-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index 6a7406c6de..74ee86e887 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.85-beta.2", + "version": "0.2.85-beta.3", "type": "module", "description": "Paperclip runtime plugin for Fusion — provides AI agent web access capabilities", "keywords": [ diff --git a/plugins/fusion-plugin-quality/CHANGELOG.md b/plugins/fusion-plugin-quality/CHANGELOG.md index 3bdf5e4e4b..fa2ea2ddce 100644 --- a/plugins/fusion-plugin-quality/CHANGELOG.md +++ b/plugins/fusion-plugin-quality/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/quality +## 0.1.10-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.10-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-quality/package.json b/plugins/fusion-plugin-quality/package.json index ccfee16aa9..263977aa97 100644 --- a/plugins/fusion-plugin-quality/package.json +++ b/plugins/fusion-plugin-quality/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/quality", - "version": "0.1.10-beta.2", + "version": "0.1.10-beta.3", "type": "module", "description": "Quality hub and Task QA surfaces for Fusion", "private": true, diff --git a/plugins/fusion-plugin-reports/CHANGELOG.md b/plugins/fusion-plugin-reports/CHANGELOG.md index 922208e907..f2bb093126 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.54-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/dashboard@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.54-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index fabf184c3d..fa8d627622 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.54-beta.2", + "version": "0.1.54-beta.3", "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 00fb4b423a..547d02cf2b 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.54-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.54-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index 8317d0fbf9..b69fe1e120 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.54-beta.2", + "version": "0.1.54-beta.3", "type": "module", "description": "Roadmap plugin package for Fusion", "private": true, diff --git a/plugins/fusion-plugin-todos/CHANGELOG.md b/plugins/fusion-plugin-todos/CHANGELOG.md index 63b3a89402..11c50ca93f 100644 --- a/plugins/fusion-plugin-todos/CHANGELOG.md +++ b/plugins/fusion-plugin-todos/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/todos +## 0.1.3-beta.3 + +### Patch Changes + +- @fusion/core@0.76.0-beta.3 +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.3-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-todos/package.json b/plugins/fusion-plugin-todos/package.json index 07c993c28c..98684d7ffe 100644 --- a/plugins/fusion-plugin-todos/package.json +++ b/plugins/fusion-plugin-todos/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/todos", - "version": "0.1.3-beta.2", + "version": "0.1.3-beta.3", "type": "module", "private": true, "description": "Todo Lists plugin package for Fusion", diff --git a/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md b/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md index 827eb6aad8..b2369092ba 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.54-beta.3 + +### Patch Changes + +- @fusion/plugin-sdk@0.76.0-beta.3 + ## 0.1.54-beta.2 ### Patch Changes diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index d85f896104..40d0109b83 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.54-beta.2", + "version": "0.1.54-beta.3", "type": "module", "description": "WhatsApp Web (Baileys) chat bridge for Fusion agents", "keywords": [