diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 0000000000..e0abf189be --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,58 @@ +{ + "mode": "pre", + "tag": "beta", + "initialVersions": { + "@runfusion/fusion": "0.74.0", + "runfusion.ai": "0.74.0", + "@fusion/core": "0.74.0", + "@fusion/dashboard": "0.74.0", + "@fusion/desktop": "0.74.0", + "@fusion/droid-cli": "0.11.58", + "@fusion/engine": "0.74.0", + "@fusion/i18n": "0.39.32", + "@fusion/mobile": "0.74.0", + "@fusion/pi-claude-cli": "0.74.0", + "@fusion/pi-llama-cpp": "0.17.2", + "@fusion/plugin-sdk": "0.74.0", + "@fusion-plugin-examples/auto-label": "0.2.82", + "@fusion-plugin-examples/ci-status": "0.2.82", + "@fusion-plugin-examples/notification": "0.2.82", + "@fusion-plugin-examples/settings-demo": "0.2.82", + "@fusion-plugin-examples/acp-runtime": "0.1.32", + "@fusion-plugin-examples/agent-browser": "0.1.52", + "@fusion-plugin-examples/claude-runtime": "0.1.7", + "@fusion-plugin-examples/cli-printing-press": "0.1.49", + "@fusion-plugin-examples/compound-engineering": "0.1.32", + "@fusion-plugin-examples/cursor-runtime": "0.1.51", + "@fusion-plugin-examples/dependency-graph": "0.1.63", + "@fusion-plugin-examples/droid-runtime": "0.1.58", + "@fusion-plugin-examples/even-realities-glasses": "0.1.51", + "@fusion-plugin-examples/grok-runtime": "0.2.10", + "@fusion-plugin-examples/hermes-runtime": "0.2.82", + "@fusion-plugin-examples/linear-import": "0.1.14", + "@fusion-plugin-examples/omp-runtime": "0.1.7", + "@fusion-plugin-examples/openclaw-runtime": "0.2.82", + "@fusion-plugin-examples/paperclip-runtime": "0.2.82", + "@fusion-plugin-examples/quality": "0.1.7", + "@fusion-plugin-examples/reports": "0.1.51", + "@fusion-plugin-examples/roadmap": "0.1.51", + "@fusion-plugin-examples/todos": "0.1.0", + "@fusion-plugin-examples/whatsapp-chat": "0.1.51" + }, + "changesets": [ + "calm-todos-build", + "clear-plan-approval-status", + "credential-instance-self-heal", + "fix-plugin-sdk-declarations", + "fn-8753-voice-input-enable", + "fn-8754-responsive-list-detail", + "fn-8755-file-editor-history", + "fn-8757-mobile-planning-review", + "fn-8759-planning-session-qa", + "fn-8760-planning-wake", + "fn-8762-todos-plugin", + "fn-8766-task-detail-popup-spacing", + "planning-reusable-task-creation", + "restore-fn-8752-8753-locale-parity" + ] +} diff --git a/CHANGELOG-archive.md b/CHANGELOG-archive.md index 3bfffd08bf..bbdd8426dd 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.33-beta.0 + +### @fusion/i18n + +#### Patch Changes + +- @fusion/core@0.75.0-beta.0 + ## 0.39.32 ### @fusion/i18n @@ -14280,6 +14288,14 @@ for reference. - @fusion/core@0.40.0 +## 0.11.59-beta.0 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.59-beta.0 + ## 0.11.58 ### @fusion/droid-cli diff --git a/CHANGELOG.md b/CHANGELOG.md index bb170633ac..b8c518420d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ 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.75.0-beta.0 + +### Highlights + +- Approved or rejected plans now release their tasks instead of stalling in Planning Mode +- Planning Mode keeps every interview answer and can create repeat tasks from one plan +- Todo Lists is now an optional per-project plugin, with CLI packaging restored +- Executor sessions resolve custom-provider credentials the same way chat does +- Undo/redo in editable file editors, plus a mobile shortcut to review an evolving plan + +### New + +- Todo Lists ships as an optional first-party plugin you enable per project, moving the backend route and dashboard view out of the host. +- Editable file editors gain undo and redo controls, backed by the editor's own history and kept in sync with externally loaded content. +- Mobile Planning Mode adds a shortcut to review the evolving plan after five answers; it switches to the workspace tab without submitting your in-progress response. +- List task details now adapt to the available content width, routing to a split view when there's room — an explicit popup preference still wins. + +### Fixed + +- Plans you manually approve or reject now release their task so it can continue, and approved plan fingerprints survive field merges. +- Tasks created from a Planning Mode interview retain the complete set of decisions, with one shared handoff format across single, CLI, and multi-task creation. +- Planning Mode tasks are scheduled promptly in the workflow lane you selected; replayed proposal claims no longer re-wake triage. +- You can create another task from the same plan without first editing it, while repeat actions stay idempotent. +- Executor credential resolution self-heals: no more synthesized "default" credential instance, unresolved instances soft-fail to the legacy unscoped provider key, and renamed custom-provider slugs match when unambiguous. +- Voice Input can be enabled on supported installations once its model is ready, with stable readiness codes reported. +- The plugin SDK's type declarations and Todo Lists packaging are restored in full releases; the bundled Todo plugin gets its store from the runtime shim. +- The floating Task Detail popup's close control lines up with the header edge; only desktop resize targets moved outboard, preserving scrollbar clearance. +- Project escalation models and voice input states are translated again in every supported secondary locale. + ## 0.74.0 ### Highlights diff --git a/package.json b/package.json index 2e0eda2ca6..d55fd0c4bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.74.0", + "version": "0.75.0-beta.0", "private": true, "license": "MIT", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/cli-alias/CHANGELOG.md b/packages/cli-alias/CHANGELOG.md index d941e24b01..c457fcc857 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,25 @@ # runfusion.ai +## 0.75.0-beta.0 + +### Patch Changes + +- Updated dependencies [5d8d494] +- Updated dependencies [c8ff721] +- Updated dependencies [4ff41a7] +- Updated dependencies [56819e2] +- Updated dependencies [fb0863f] +- Updated dependencies [d39acb5] +- Updated dependencies [af66b38] +- Updated dependencies [b269bff] +- Updated dependencies [f1ed5ac] +- Updated dependencies [71ba437] +- Updated dependencies [5b2b31d] +- Updated dependencies [fef9692] +- Updated dependencies [7854323] +- Updated dependencies [40453ac] + - @runfusion/fusion@0.75.0-beta.0 + ## 0.74.0 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index aaa7bea6bd..18b24fb821 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "runfusion.ai", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.", "homepage": "https://runfusion.ai", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b43839ac9e..06e06570c5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,55 @@ # @runfusion/fusion +## 0.75.0-beta.0 + +### Minor Changes + +- 5b2b31d: summary: Add Todo Lists as an optional per-project first-party plugin. + category: feature + dev: Moves the Todo backend route and dashboard view from hardcoded host ownership into fusion-plugin-todos. + +### Patch Changes + +- 5d8d494: summary: Restore clean CLI packaging for the bundled Todo Lists plugin. + category: fix + dev: Re-exports AgentStore through the bundled plugin core runtime shim. +- c8ff721: summary: Release manually approved or rejected plans so their tasks can continue. + category: fix + dev: Uses TaskStore null-clear semantics and persists approved plan fingerprints through field merges. +- 4ff41a7: summary: Self-heal executor credential resolution so custom providers and renames match chat. + category: fix + dev: Stop synthesizing credentialInstanceId "default" into executor sessions; soft-fail unresolved instances to the legacy unscoped auth path (customProviders.apiKey); collapse-match renamed custom-provider auth slugs when unique. +- 56819e2: summary: Restore plugin SDK declarations and Todo Lists packaging. + category: fix + dev: Full releases typecheck the SDK entry; the Todo bundle now receives AgentStore from the runtime shim. +- fb0863f: summary: Let supported installations enable Voice Input after its model is ready. + category: fix + dev: Publishes sherpa-onnx-node as an optional runtime dependency and reports stable readiness codes. +- d39acb5: summary: Make List task details adapt to available content width. + category: feature + dev: List uses measured usable width for split detail routing; popup preference still overrides it. +- af66b38: summary: Add undo and redo controls to editable file editors. + category: feature + dev: Uses CodeMirror native history with controlled external-content baselines. +- b269bff: summary: Add a mobile Planning Mode shortcut to review the evolving plan after five answers. + category: feature + dev: Review plan switches the existing mobile workspace tab without submitting the current response. +- f1ed5ac: summary: Retain complete Planning Mode interview decisions in every created task. + category: fix + dev: Centralizes Planning Mode task handoff formatting across single, CLI, and multi-task creation. +- 71ba437: summary: Schedule Planning Mode-created tasks promptly in selected workflow lanes. + category: fix + dev: Publish task creation lifecycle lanes after durable workflow selection; replayed proposal claims do not re-wake triage. +- fef9692: summary: Align the floating Task Detail popup close control with its header edge. + category: fix + dev: Moves only Task Detail desktop resize targets outboard while retaining shared scrollbar clearance. +- 7854323: summary: Allow Planning Mode to create another task from the same plan without requiring an edit. + category: fix + dev: Advances the durable planning creation epoch while preserving per-action idempotency. +- 40453ac: summary: Restore locale parity for project escalation models and voice input states + category: fix + dev: Add the FN-8752 and FN-8753 settings keys to every supported secondary locale catalog. + ## 0.74.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 5848768feb..7a40c83a6d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3cac1605c4..e0be6b95e8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.75.0-beta.0 + ## 0.74.0 ## 0.74.0-beta.9 diff --git a/packages/core/package.json b/packages/core/package.json index f7f653814f..0aa04644c9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "description": "Fusion core: task store, scheduler, settings, and shared domain types backing the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 10c2e63441..99d1b768e1 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # @fusion/dashboard +## 0.75.0-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/engine@0.75.0-beta.0 +- @fusion/i18n@0.39.33-beta.0 +- @fusion-plugin-examples/claude-runtime@0.1.8-beta.0 +- @fusion-plugin-examples/cli-printing-press@0.1.50-beta.0 +- @fusion-plugin-examples/compound-engineering@0.1.33-beta.0 +- @fusion-plugin-examples/dependency-graph@0.1.64-beta.0 +- @fusion-plugin-examples/grok-runtime@0.2.11-beta.0 +- @fusion-plugin-examples/omp-runtime@0.1.8-beta.0 +- @fusion-plugin-examples/quality@0.1.8-beta.0 +- @fusion-plugin-examples/roadmap@0.1.52-beta.0 +- @fusion-plugin-examples/cursor-runtime@0.1.52-beta.0 +- @fusion-plugin-examples/droid-runtime@0.1.59-beta.0 +- @fusion-plugin-examples/hermes-runtime@0.2.83-beta.0 +- @fusion-plugin-examples/openclaw-runtime@0.2.83-beta.0 +- @fusion-plugin-examples/paperclip-runtime@0.2.83-beta.0 + ## 0.74.0 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 8c6554f205..f3900bc1c0 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "description": "Fusion dashboard: React UI and HTTP API server for monitoring and controlling the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 7560d63005..230e7cb3bc 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion/desktop +## 0.75.0-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/dashboard@0.75.0-beta.0 +- @fusion/engine@0.75.0-beta.0 + ## 0.74.0 ### Patch Changes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 3a874d5c0a..88b51ace3d 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@fusion/desktop", "productName": "Fusion", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "author": { "name": "Runfusion", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index 0436646ae6..71cd7387bc 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.59-beta.0 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.59-beta.0 + ## 0.11.58 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index 6e2c4512b8..e5e04c97e9 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/droid-cli", - "version": "0.11.58", + "version": "0.11.59-beta.0", "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 0cae4ee629..7501db0ece 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.75.0-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/pi-claude-cli@0.75.0-beta.0 + ## 0.74.0 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 786dfb2d58..504987bd4a 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "description": "Fusion engine: executor, merger, scheduler, and automation runtime for the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index e1309ddeb6..dd76a4258f 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/i18n +## 0.39.33-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 + ## 0.39.32 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 874c1635b9..6e884e3dab 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/i18n", - "version": "0.39.32", + "version": "0.39.33-beta.0", "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 c117bd5880..0de4aaa957 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.75.0-beta.0 + ## 0.74.0 ## 0.74.0-beta.9 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6748bd8b0e..a7ded2c1ce 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "description": "Fusion mobile: Capacitor wrapper around the Fusion dashboard for iOS and Android.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/pi-claude-cli/CHANGELOG.md b/packages/pi-claude-cli/CHANGELOG.md index 56f02e6d3d..6487260ddb 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.75.0-beta.0 + ## 0.74.0 ## 0.74.0-beta.9 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index f44ca64163..2243493e0f 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.74.0", + "version": "0.75.0-beta.0", "description": "Fusion vendored fork: pi coding-agent extension that routes LLM calls through the Claude Code CLI. Forked from rchern/pi-claude-cli (MIT). See UPSTREAM.md.", "license": "MIT", "private": true, diff --git a/packages/plugin-sdk/CHANGELOG.md b/packages/plugin-sdk/CHANGELOG.md index 36289b53ce..e772b0ae75 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.75.0-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 + ## 0.74.0 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index 078b5e7c02..9a3592a69c 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/plugin-sdk", - "version": "0.74.0", + "version": "0.75.0-beta.0", "license": "MIT", "description": "Fusion plugin SDK: types and helpers for authoring third-party plugins that extend the Fusion dashboard and engine.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md b/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md index 7ecd85a945..300b4ddcf6 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.83-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.82 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index bc3cd85f12..66bc7ba485 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.82", + "version": "0.2.83-beta.0", "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 ca164d2bdd..5b737e3003 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.83-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.82 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 3ae4d2415e..930a0b650e 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.82", + "version": "0.2.83-beta.0", "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 1985f5b184..d3f8a4ec98 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.83-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.82 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index 52f64ef9aa..a70668052c 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.82", + "version": "0.2.83-beta.0", "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 7430c95940..374a43ddd5 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.83-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.82 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index 7b87e0959a..01eb34dd40 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.82", + "version": "0.2.83-beta.0", "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 ff584e0014..71d29fc681 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.33-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.32 ### Patch Changes diff --git a/plugins/fusion-plugin-acp-runtime/package.json b/plugins/fusion-plugin-acp-runtime/package.json index f58526da6a..6cdbc3b28f 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.32", + "version": "0.1.33-beta.0", "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 7c5c6901af..30ef14f6f1 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.53-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.52 ### Patch Changes diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index 5b3e01abb6..bbf8988114 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.52", + "version": "0.1.53-beta.0", "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 ccd7d772a8..b4f1972033 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.8-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.7 ### Patch Changes diff --git a/plugins/fusion-plugin-claude-runtime/package.json b/plugins/fusion-plugin-claude-runtime/package.json index c8a3ccb261..353360497b 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.7", + "version": "0.1.8-beta.0", "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 bde1db2934..0a440de4f7 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.50-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.49 ### Patch Changes diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index 8a6e9ac844..7c64fbde78 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.49", + "version": "0.1.50-beta.0", "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 8efda6a5d7..1012b971b5 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.33-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.32 ### Patch Changes diff --git a/plugins/fusion-plugin-compound-engineering/package.json b/plugins/fusion-plugin-compound-engineering/package.json index 9fbb824b98..a726067905 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.32", + "version": "0.1.33-beta.0", "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 4754f0638e..8093fd450b 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.52-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.51 ### Patch Changes diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index 229c06a8a4..e3780af8cf 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.51", + "version": "0.1.52-beta.0", "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 5fba7d6490..cb1a9003ad 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.64-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.63 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index ff3b0cc65c..819f6ce7de 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.63", + "version": "0.1.64-beta.0", "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 6d30f1b93a..841bfe89b7 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.59-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.58 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index c30d763ffc..2706ac19b6 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.58", + "version": "0.1.59-beta.0", "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 86e77c3711..791007308c 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.52-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.51 ### Patch Changes diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index 473d4285af..eb4606b4c4 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.51", + "version": "0.1.52-beta.0", "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 a9a3a1e1dd..f75c73a223 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.11-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.10 ### Patch Changes diff --git a/plugins/fusion-plugin-grok-runtime/package.json b/plugins/fusion-plugin-grok-runtime/package.json index 0fe56b9d1e..29e0a5ee56 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.10", + "version": "0.2.11-beta.0", "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 6be007ba2d..bacb7265b3 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.83-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.82 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index 4b6d49490f..2d42b73cb7 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.82", + "version": "0.2.83-beta.0", "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 59af5c9abd..cfd7f94afe 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.15-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.14 ### Patch Changes diff --git a/plugins/fusion-plugin-linear-import/package.json b/plugins/fusion-plugin-linear-import/package.json index 033a49e71c..3d2a1435fc 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.14", + "version": "0.1.15-beta.0", "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 40b1b8b341..8828a35c1b 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.8-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.7 ### Patch Changes diff --git a/plugins/fusion-plugin-omp-runtime/package.json b/plugins/fusion-plugin-omp-runtime/package.json index 1b09a1cd2f..dfca0dd355 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.7", + "version": "0.1.8-beta.0", "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 223bb300d2..f0f8ab7a60 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.83-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.82 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index 55ffb637a3..440bf640f5 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.82", + "version": "0.2.83-beta.0", "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 d2fbc8c37f..23a0ceb106 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.83-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.2.82 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index d398f6c58a..ea0e581bc6 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.82", + "version": "0.2.83-beta.0", "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 b6444466d2..33742b0463 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.8-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.7 ### Patch Changes diff --git a/plugins/fusion-plugin-quality/package.json b/plugins/fusion-plugin-quality/package.json index 85fe320268..024a633461 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.7", + "version": "0.1.8-beta.0", "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 1dcd8576a3..454f297935 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.52-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/dashboard@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.51 ### Patch Changes diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index 0d1391f8a3..0e38aaf838 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.51", + "version": "0.1.52-beta.0", "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 c3790bf017..00e54ab7f3 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.52-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.51 ### Patch Changes diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index a836352e1b..618c2ce672 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.51", + "version": "0.1.52-beta.0", "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 new file mode 100644 index 0000000000..a9eb885832 --- /dev/null +++ b/plugins/fusion-plugin-todos/CHANGELOG.md @@ -0,0 +1,8 @@ +# @fusion-plugin-examples/todos + +## 0.1.1-beta.0 + +### Patch Changes + +- @fusion/core@0.75.0-beta.0 +- @fusion/plugin-sdk@0.75.0-beta.0 diff --git a/plugins/fusion-plugin-todos/package.json b/plugins/fusion-plugin-todos/package.json index a6022eece6..5f36b65200 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.0", + "version": "0.1.1-beta.0", "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 1f8c560a77..32de14b957 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.52-beta.0 + +### Patch Changes + +- @fusion/plugin-sdk@0.75.0-beta.0 + ## 0.1.51 ### Patch Changes diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index 7d23c2aaf3..47d776a977 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.51", + "version": "0.1.52-beta.0", "type": "module", "description": "WhatsApp Web (Baileys) chat bridge for Fusion agents", "keywords": [