diff --git a/.changeset/pre.json b/.changeset/pre.json index f5a9a55796..d019508b5d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -44,6 +44,7 @@ "FN-8436-planning-no-reconnecting-hint", "beta-notes-scoped-per-beta", "beta-stable-release-channels", + "binary-release-bidi-windows-channel", "board-header-active-chrome-count", "bump-pi-0-81-1", "calm-review-recovery", @@ -269,6 +270,7 @@ "plan-review-missing-artifact", "plan-review-root-lease-cleanup", "planning-deleted-task-recreate", + "planning-initial-plan-one-shot", "planning-initial-plan-refresh", "planning-multi-task-per-plan", "planning-provider-error-no-hang", @@ -285,6 +287,7 @@ "postgres-health-false-corruption", "preserve-needs-replan-adoption", "prevent-cross-parent-diagnostic-duplicates", + "project-switch-modal-reset", "project-workflow-model-lanes", "quickentry-agent-outside-click", "quiet-tasks-stop-before-todo", @@ -298,10 +301,13 @@ "single-flight-anthropic-refresh", "single-github-progress-update", "six-column-merge-boundary", + "step-narration-one-based", "sync-heartbeat-locale-parity", "task-card-popup-deep-tabs", + "task-chat-new-command-guard", "task-stats-provenance-section", "task-verification-status-placement", + "terminal-autostart-server-platform", "terminal-manual-start-and-single-paste", "theme-token-contract", "tidy-planning-questions", diff --git a/CHANGELOG-archive.md b/CHANGELOG-archive.md index 80c7e9e799..dec83d05ad 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.31-beta.6 + +### @fusion/i18n + +#### Patch Changes + +- @fusion/core@0.73.0-beta.6 + ## 0.39.31-beta.5 ### @fusion/i18n @@ -14176,6 +14184,14 @@ for reference. - @fusion/core@0.40.0 +## 0.11.57-beta.6 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.57-beta.6 + ## 0.11.57-beta.5 ### @fusion/droid-cli diff --git a/CHANGELOG.md b/CHANGELOG.md index 558f81a7b2..7dc54e2020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.73.0-beta.6 + +### Highlights +- Beta binaries fixed — bun executables and the Windows desktop EXE package again +- Switching projects now fully resets Planning, Chat, Missions, subtask breakdown, GitHub import, and open modals +- Planning no longer spawns duplicate sessions when you navigate away and back +- Chat's /new and /clear no longer wipe a task-bound planner chat's history +- Terminal auto-starts from Windows browsers when the dashboard host isn't Windows + +### Fixed +- Beta binary builds are working again: bun-compiled executables and the Windows desktop EXE package correctly +- Navigating away from and back to Planning no longer creates a duplicate planning session +- Switching projects fully resets Planning, Chat, Missions, subtask breakdown, and GitHub import state so nothing leaks or mis-files across projects +- Task chat now narrates step numbers starting at 1, matching the task card's step count +- /new and /clear in Chat no longer wipe a task-bound planner chat's history +- Terminal now auto-starts a session from Windows browsers when the dashboard host itself isn't Windows + ## 0.73.0-beta.5 ### Highlights diff --git a/package.json b/package.json index 67a2e8aad8..a795643de8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 347e4e5391..9ecffe88ee 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,17 @@ # runfusion.ai +## 0.73.0-beta.6 + +### Patch Changes + +- Updated dependencies [b007de5] +- Updated dependencies [345dccb] +- Updated dependencies [07541f7] +- Updated dependencies [049c36c] +- Updated dependencies [0dd34cd] +- Updated dependencies [86f56b5] + - @runfusion/fusion@0.73.0-beta.6 + ## 0.73.0-beta.5 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index fcc43d3dd2..cf5c168ee3 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "runfusion.ai", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 0178f97eed..cdc376fa90 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,28 @@ # @runfusion/fusion +## 0.73.0-beta.6 + +### Patch Changes + +- b007de5: summary: Fix broken beta binary builds — bun executables and the Windows desktop EXE package again. + category: fix + dev: bun compile marks `chromium-bidi` external (optional playwright-core BiDi require); release.yml quotes `-c.publish.channel=beta` so PowerShell stops splitting it into a config-file path. +- 345dccb: summary: Fix duplicate planning sessions created when navigating away from and back to Planning. + category: fix + dev: The seeded `planningInitialPlan` handoff is now one-shot — `PlanningModeModal` consumes it via `onInitialPlanConsumed` when auto-start fires, so remounts restore the persisted active session instead of auto-starting again. +- 07541f7: summary: Switching projects now fully resets Planning, Chat, Missions, subtask breakdown, GitHub import, and open modals. + category: fix + dev: New `closeProjectScopedModals()` on the modal manager, invoked by project select/view-all/setup-complete; PlanningModeModal, ChatView, MissionManager, SubtaskBreakdownModal, and GitHubImportModal are keyed by project id so running streams, session lists, and per-project persisted drafts/active sessions no longer leak or mis-file across projects (subtask/mission drafts save on unmount under their own project key). +- 049c36c: summary: Task chat step narration now shows 1-based step numbers matching the task card's step count. + category: fix + dev: Display-only change in proactive-status.ts builders and merge-queue-ops proactiveStepStatusMessage; the 0-based step-index contract (tools, PROMPT.md headings, run-audit) is unchanged. +- 0dd34cd: summary: /new and /clear in Chat no longer wipe a task-bound planner chat's history. + category: fix + dev: ChatView's exact `/new`//`/clear` intercept now recognizes `task-planner:` sessions (surfaced in the common feed via `showTaskChatsInCommonFeed`) and consumes the command with a warning toast instead of calling createSession. +- 86f56b5: summary: Terminal now auto-starts a session from Windows browsers when the dashboard host is not Windows. + category: fix + dev: Windows-UA clients probe `GET /api/system/info` (memoized, 5s timeout) and only keep the manual "Start terminal" gate when the server platform is `win32` or the probe fails. + ## 0.73.0-beta.5 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 253cbb9bf4..8a82e0b51b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 81420b08f9..5b57c33066 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.73.0-beta.6 + ## 0.73.0-beta.5 ## 0.73.0-beta.4 diff --git a/packages/core/package.json b/packages/core/package.json index f6620ab49c..b2a19afd4b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 208b91dd1c..7416905e49 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # @fusion/dashboard +## 0.73.0-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/engine@0.73.0-beta.6 +- @fusion/i18n@0.39.31-beta.6 +- @fusion-plugin-examples/claude-runtime@0.1.6-beta.6 +- @fusion-plugin-examples/cli-printing-press@0.1.48-beta.6 +- @fusion-plugin-examples/compound-engineering@0.1.31-beta.6 +- @fusion-plugin-examples/dependency-graph@0.1.62-beta.6 +- @fusion-plugin-examples/grok-runtime@0.2.9-beta.6 +- @fusion-plugin-examples/omp-runtime@0.1.6-beta.6 +- @fusion-plugin-examples/quality@0.1.6-beta.6 +- @fusion-plugin-examples/roadmap@0.1.50-beta.6 +- @fusion-plugin-examples/cursor-runtime@0.1.50-beta.6 +- @fusion-plugin-examples/droid-runtime@0.1.57-beta.6 +- @fusion-plugin-examples/hermes-runtime@0.2.81-beta.6 +- @fusion-plugin-examples/openclaw-runtime@0.2.81-beta.6 +- @fusion-plugin-examples/paperclip-runtime@0.2.81-beta.6 + ## 0.73.0-beta.5 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index eb10922669..174f87dd4b 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 25663f862e..cdaa75e8fe 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion/desktop +## 0.73.0-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/dashboard@0.73.0-beta.6 +- @fusion/engine@0.73.0-beta.6 + ## 0.73.0-beta.5 ### Patch Changes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 91aa8d72ee..17ee15d2b2 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@fusion/desktop", "productName": "Fusion", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "license": "MIT", "author": { "name": "Runfusion", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index e04f819474..814f243f95 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.57-beta.6 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.57-beta.6 + ## 0.11.57-beta.5 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index 80eb21cf2d..f1d4662c74 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/droid-cli", - "version": "0.11.57-beta.5", + "version": "0.11.57-beta.6", "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 8a1f94c7db..63f0d03638 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.73.0-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/pi-claude-cli@0.73.0-beta.6 + ## 0.73.0-beta.5 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 20447f9bc3..4cdb06fcde 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 16fb15bd7f..0e99ca9e6f 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/i18n +## 0.39.31-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 + ## 0.39.31-beta.5 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 60778dcb63..e0b5eb0678 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/i18n", - "version": "0.39.31-beta.5", + "version": "0.39.31-beta.6", "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 7294585e4b..5035b81cc7 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.73.0-beta.6 + ## 0.73.0-beta.5 ## 0.73.0-beta.4 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index b9b9509129..8e931b9a1e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 86887a63c7..7f91a34f5d 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.73.0-beta.6 + ## 0.73.0-beta.5 ## 0.73.0-beta.4 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index 6506c55f3e..55c814a02d 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.73.0-beta.5", + "version": "0.73.0-beta.6", "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 437c928d2c..7f97d88e30 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.73.0-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 + ## 0.73.0-beta.5 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index dcf0ec6035..11b8aec60c 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/plugin-sdk", - "version": "0.73.0-beta.5", + "version": "0.73.0-beta.6", "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 3a3e7d6f7c..28c531cf77 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.81-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.81-beta.5 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index 7774ababe7..99f8265385 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.81-beta.5", + "version": "0.2.81-beta.6", "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 e50e35ccf5..520d1f89b5 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.81-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.81-beta.5 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 8fe8e2e767..36027ae48e 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.81-beta.5", + "version": "0.2.81-beta.6", "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 b70cce32f1..4c532b66f3 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.81-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.81-beta.5 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index c6f7317c54..bc56ced1aa 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.81-beta.5", + "version": "0.2.81-beta.6", "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 33d384d8ff..a2f4e35853 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.81-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.81-beta.5 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index 24ce6853ec..128ba5ecd4 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.81-beta.5", + "version": "0.2.81-beta.6", "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 4340677773..e146586a1e 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.31-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.31-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-acp-runtime/package.json b/plugins/fusion-plugin-acp-runtime/package.json index 46315eedc1..fe476dcb9a 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.31-beta.5", + "version": "0.1.31-beta.6", "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 d87fe64e28..0f7397589f 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.51-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.51-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index 69efdb7c4d..7d7e6344be 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.51-beta.5", + "version": "0.1.51-beta.6", "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 bf1a588349..11acd6590e 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.6-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.6-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-claude-runtime/package.json b/plugins/fusion-plugin-claude-runtime/package.json index 5ee69f4f60..275551d884 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.6-beta.5", + "version": "0.1.6-beta.6", "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 c1926bbcaa..a1083b1c8a 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.48-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.48-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index c0740edd75..2547ec8eab 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.48-beta.5", + "version": "0.1.48-beta.6", "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 3ec605d03b..68f6d9e46c 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.31-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.31-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-compound-engineering/package.json b/plugins/fusion-plugin-compound-engineering/package.json index 45e6d12cac..0d099faf2b 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.31-beta.5", + "version": "0.1.31-beta.6", "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 ecb994babd..bd1a1fa3b5 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.50-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.50-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index 86cadd6f3e..e4f763331a 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.50-beta.5", + "version": "0.1.50-beta.6", "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 078402affa..61f9d51d19 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.62-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.62-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index 44ccf056a9..9622cf4dae 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.62-beta.5", + "version": "0.1.62-beta.6", "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 8482270dd8..d2f8f3f8ba 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.57-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.57-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index 51ee2d9ada..0c280cf352 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.57-beta.5", + "version": "0.1.57-beta.6", "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 a534f99ad5..7937132e5c 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.50-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.50-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index 254accd0f4..0f7ec5ebce 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.50-beta.5", + "version": "0.1.50-beta.6", "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 c4007f0880..2d8c7cb19f 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.9-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.9-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-grok-runtime/package.json b/plugins/fusion-plugin-grok-runtime/package.json index b5d4879e99..1b131b68e3 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.9-beta.5", + "version": "0.2.9-beta.6", "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 bd60f522aa..8e565f06ab 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.81-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.81-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index 6ec6a201a6..551d99dd21 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.81-beta.5", + "version": "0.2.81-beta.6", "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 0c2862d229..c66ad099c8 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.13-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.13-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-linear-import/package.json b/plugins/fusion-plugin-linear-import/package.json index e94267df9b..81984c1f72 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.13-beta.5", + "version": "0.1.13-beta.6", "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 7a39cb7f5b..638f332c4c 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.6-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.6-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-omp-runtime/package.json b/plugins/fusion-plugin-omp-runtime/package.json index 6ee6b989e5..15abb3e17d 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.6-beta.5", + "version": "0.1.6-beta.6", "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 f1d0f024f2..2209305b3a 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.81-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.81-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index aa5c3e3706..a91ca481b7 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.81-beta.5", + "version": "0.2.81-beta.6", "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 fdccd6538a..2ad7bd4b0b 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.81-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.2.81-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index 39d6c32b9d..adf096d399 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.81-beta.5", + "version": "0.2.81-beta.6", "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 0b23ff0e68..987e65aa65 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.6-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.6-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-quality/package.json b/plugins/fusion-plugin-quality/package.json index 0b298559a4..3207739d71 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.6-beta.5", + "version": "0.1.6-beta.6", "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 0cde535a7b..974e7eb474 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.50-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/dashboard@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.50-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index e2d4f16ba4..e610ca3bc6 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.50-beta.5", + "version": "0.1.50-beta.6", "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 e8d7a3080e..957000ea7c 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.50-beta.6 + +### Patch Changes + +- @fusion/core@0.73.0-beta.6 +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.50-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index ccc889e5e8..25fc735f6c 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.50-beta.5", + "version": "0.1.50-beta.6", "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 054a09e9ea..ed7f716f7e 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.50-beta.6 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.6 + ## 0.1.50-beta.5 ### Patch Changes diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index 9e15e4b7d1..f43358030a 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.50-beta.5", + "version": "0.1.50-beta.6", "type": "module", "description": "WhatsApp Web (Baileys) chat bridge for Fusion agents", "keywords": [