diff --git a/.changeset/pre.json b/.changeset/pre.json index 112afe0399..7280ce49c5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -47,10 +47,13 @@ "bump-pi-0-81-1", "calm-review-recovery", "calm-tasks-reuse-parent-intent", + "chat-codebase-accuracy-guidance", + "chat-jump-to-latest-active-transform", "clear-orphaned-pending-step-results", "cross-parent-diagnostic-file-path-claims", "cutover-delete-fn-review-step", "dashboard-custom-columns", + "dynamic-plugin-route-dispatch", "embedded-postgres-connection-cap", "exempt-task-prompt-write-approval", "fix-builtin-workflow-lifecycle", @@ -209,8 +212,16 @@ "fn-8502-chat-quick-add-attachments", "fn-8503-unbounded-code-review-retries", "fn-8504-chat-reentry-state", + "fn-8505-task-wedge-notifications", "fn-8509-coding-ideas-start-todo", + "fn-8520-runtime-sidebar", + "fn-8521-separate-plugin-install-toggle", + "fn-8522-windows-embedded-postgres-recovery", + "fn-8523-skip-completed-sqlite-rescan", + "fn-8526-workflow-column-descriptions", + "fn-8527-themed-stats-link", "fn-991-archived-mission-reconciliation", + "fn-windows-embedded-pg-connection-default", "fx-004-task-document-cas", "fx-005-archived-document-publication", "github-report-screenshot-embed", @@ -234,6 +245,7 @@ "plan-review-missing-artifact", "plan-review-root-lease-cleanup", "planning-initial-plan-refresh", + "planning-turn-admission", "planning-turn-sync", "plugin-mcp-servers", "polish-planning-markdown-review", @@ -256,6 +268,7 @@ "task-card-popup-deep-tabs", "task-stats-provenance-section", "task-verification-status-placement", + "theme-token-contract", "tidy-planning-questions", "track-task-planning-lineage", "truthful-workflow-lifecycle", diff --git a/CHANGELOG-archive.md b/CHANGELOG-archive.md index ed70035c9c..1c39daeb50 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.4 + +### @fusion/i18n + +#### Patch Changes + +- @fusion/core@0.73.0-beta.4 + ## 0.39.31-beta.3 ### @fusion/i18n @@ -14160,6 +14168,14 @@ for reference. - @fusion/core@0.40.0 +## 0.11.57-beta.4 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.57-beta.4 + ## 0.11.57-beta.3 ### @fusion/droid-cli diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f1a76278..f8c515e42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,66 @@ 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.4 + +### Highlights +- Workflows now fully drive the board — cards move through your custom columns, not a fixed six-column layout +- Pick a beta or stable update channel in Settings or via `fn update --channel` +- Max concurrency now caps planning, execution, and review together, simplifying board capacity limits +- Planning Mode rebuilt into a validated, always-visible interview — you approve the plan explicitly instead of guessing when it's 'done' +- In-app report screenshots and activity traces are now scrubbed before filing, closing a path/token leak + +### New +- Add beta and stable release channels with a persisted `updateChannel` setting +- Unify max concurrency across planning/execution/review; simplified board capacity indicators +- Rebuild Planning Mode as a sequential Q&A + plan-review flow with focus-steered refine and an always-visible running plan +- Quality hub shows task verification videos when review artifacts are enabled; auto-generate short feature-video artifacts for user-facing deliverables +- Add review artifact controls and deliverable galleries (`reviewArtifacts` policy) +- Add guided in-app Bug, Feedback, Idea, and Help reporting with GitHub Issues/Discussions targeting, roadmap dedup, and optional screenshots +- Agent chat now investigates the live codebase with tools before answering architecture/code questions +- Dashboard chat agents can edit files and run bash with full coding workspace tools +- Add mission auto-merge override so a mission's features share one branch and PR +- Add durable configuration revision history with rollback, now surfaced in Settings +- Add portable secret-scrubbed org export/import (`fn org-export` / `fn org-import`) +- Add persisted ideation sessions with atomic promotion into Mission roadmap features; Ideation is now a top-level experimental view +- Add mailbox approval for ephemeral agent follow-up tasks; require approved mission lineage for autonomous task creation/delegation +- Add Aurora, Calm, and Dawn dashboard color themes, filterable by name +- Add photo/file attachments to Quick Add and Main Chat; native structure previews and attachments in Chat and Mail +- Let plugins declaratively provide project MCP servers; show WhatsApp pairing QR in plugin settings +- Add conditional (CAS) task-document writes and append-only corrections for archived-task documents +- Add a gesture-only Quick Add Start action; add optional descriptions to custom workflow board columns +- Task Stats now shows creation provenance (source type, parent task, creating agent, duplicate flags) + +### Fixed +- Board columns, move validation, and status badges now derive from your workflow's actual columns instead of a hardcoded set; merge lands cards in your custom Merging column +- Workflows without a merge step finish in their completion column instead of stalling one column short; built-in workflows no longer bounce cards back to Todo, and hold nodes no longer crash the PR workflow +- Fix tasks with no saved workflow selection being unable to move between columns +- Recover in-review tasks stranded by a restart mid-review instead of failing them; orphaned review steps now fail-for-re-review instead of being silently skipped +- Fix stale worktree/checkout recovery so approved task scope and committed work survive review and pooled-checkout reassignment +- Prevent duplicate follow-up tasks from retried steps or diagnostic near-duplicates across parent tasks +- Show SQLite→PostgreSQL migration status on the dashboard; fix several PostgreSQL startup/permission/connection races (Windows connection cap, ICU symlink repair, concurrent project init, migration-marker false positives) +- Planning Mode: numerous fixes for scroll/refresh/resume/timer/mobile behavior, duplicate generations, stale JSON errors, and question/plan sync during the interview rewrite +- Fix manual scrolling during generation across task chat, agent logs, chat, Planner Chat, and Workflow live logs +- Mobile Kanban swipes now always settle on exactly one centered column (multiple follow-up hardening fixes) +- Fix Chat View 'Latest' button shift, pinned-chat sections, and message edit Save duplication +- Fix Grok/OMP/Claude CLI runtime routing, ACP process cleanup listener growth, and MCP bridge packaging +- Fix Codex/Claude usage reporting (weekly quota window, unauthenticated CLI false timeout) +- Fix GitHub/GitLab issue-form auto-translation, duplicate-import detection, and transport selection for Discussions +- Fix task token counts inflated by resumed sessions; include planning-lane time/tokens in cost totals +- Restore PostgreSQL activity-log lifecycle entries and archived shared-branch landing proof +- Fix plugin route/enable-state consistency and single onLoad per process; fix workflow-definition ID collisions +- Various task-detail/board UI sizing, theming, and layout fixes (icon sizing across breakpoints, Report menu opacity, cost badge placement, Ideas board fixes) + +### Breaking +- Remove the Planning Mode deepening checkpoint and fixed interview depth caps; plans are now validated explicitly by the user instead of an AI completion signal + +### Security +- Scrub top-level report `activityTrace` before filing so paths and tokens never reach the reporting pipeline + +### Internal +- Review gates now run exclusively as workflow-graph nodes; the in-session step reviewer and its RETHINK rewind path are deleted +- Bump bundled pi runtime to 0.81.1 for newer models, providers, and session reliability + ## 0.73.0-beta.3 ### Highlights diff --git a/package.json b/package.json index cbe38fa502..32e845db89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.73.0-beta.3", + "version": "0.73.0-beta.4", "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 f704eeabdf..b8ef7d246c 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,24 @@ # runfusion.ai +## 0.73.0-beta.4 + +### Patch Changes + +- Updated dependencies [016221c] +- Updated dependencies [a224c11] +- Updated dependencies [adf51e2] +- Updated dependencies [96a9da7] +- Updated dependencies [0e2aa49] +- Updated dependencies [059b954] +- Updated dependencies [e16204d] +- Updated dependencies [4ef94e6] +- Updated dependencies [de5d446] +- Updated dependencies [25cd42d] +- Updated dependencies [e5d6be4] +- Updated dependencies [fc4f5aa] +- Updated dependencies [64661c3] + - @runfusion/fusion@0.73.0-beta.4 + ## 0.73.0-beta.3 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index 7ff6bd29ba..fe1a8e22c9 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.3", + "version": "0.73.0-beta.4", "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 c6a3550d4a..1fbb0ff34a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,52 @@ # @runfusion/fusion +## 0.73.0-beta.4 + +### Minor Changes + +- 016221c: summary: Agent chat now investigates the live codebase with tools before answering architecture and code questions. + category: feature + dev: Adds CHAT_CODEBASE_ACCURACY_GUIDANCE and appends it in direct and room chat system-prompt assembly; response-length policy yields to path/symbol evidence on repo questions. Mailbox long-form path is conditional when fn_send_message is registered; find is bounded to the project checkout. +- de5d446: summary: Add optional explanatory descriptions to custom workflow board columns. + category: feature + dev: Workflow IR column descriptions are projected to selected, aggregate, and archived boards. +- 64661c3: summary: Add stable dashboard theme tokens and plugin overlay layering with --fusion-max-z. + category: feature + dev: `--fusion-max-z` is synced from `floatingWindowStack.ts` with an 11001 floor; `#plugin-overlay-root` is a click-through fixed mount point; the contract is documented and guarded by a docs-to-CSS sync test. + +### Patch Changes + +- a224c11: summary: Fix the Chat View "Latest" button shifting sideways out from under the cursor when clicked. + category: fix + dev: `.chat-jump-to-latest:active` now composes `translateX(-50%) scale(0.97)` so the global `.btn:active` transform no longer replaces the centering transform. +- adf51e2: summary: Plugin API routes now work for plugins enabled after startup or enabled only in a non-launch project. + category: fix + dev: Plugin-defined HTTP routes are dispatched per request through the shared project-scoped PluginLoader resolution (routes/context.ts getProjectPluginLoader) instead of a boot-time snapshot of the launch project's loader. Fixes Compound Engineering "Failed to load sessions/artifacts: Not found" persisting on v0.73.0-beta.3. +- 96a9da7: summary: Notify operators when a task is terminally blocked or exhausts automated recovery. + category: fix + dev: Adds deduped task-wedge provider and dashboard mailbox delivery. +- 0e2aa49: summary: Hide uninstalled runtime pages from Settings integrations. + category: fix + dev: Settings refreshes installed runtime navigation from plugin lifecycle updates while keeping disabled installed runtimes visible. +- 059b954: summary: Prevent plugin toggles from reinstalling uninstalled runtimes. + category: fix + dev: FN-8521 / Runfusion/Fusion#2409 separates install from project-scoped enablement. +- e16204d: summary: Prevent Windows embedded PostgreSQL log contention and recover once from DLL initialization crashes. + category: fix + dev: Harden native PATH, runner-log observation, and bounded owned-cluster restart behavior. +- 4ef94e6: summary: Stop completed PostgreSQL migrations from re-scanning retained SQLite backups at startup. + category: fix + dev: Core, central, and plugin sources now honor their independent completion markers before SQLite access. +- 25cd42d: summary: Make imported task links in Stats follow the active dashboard theme. + category: fix + dev: The shared Stats provenance link now uses the --accent token. +- e5d6be4: summary: Lower the embedded PostgreSQL default connection cap to 150 on Windows to prevent 0xC0000142 backend crashes. + category: fix + dev: Issue #2411 — embeddedPostgresMaxConnections is now schema-unset; resolveEmbeddedMaxConnections picks win32 150 / else 500, explicit settings still clamp to [32, 2000]. +- fc4f5aa: summary: Fix Planning Mode duplicating generations and "AI returned no valid JSON" errors after leaving and returning mid-run. + category: fix + dev: Planning turns are admitted through a synchronous per-session reservation across submitResponse/retrySession/startExistingSession and the initial turn, so a racing entry is rejected instead of displacing the in-flight generation and disposing its agent mid-prompt. Duplicate starts of a generating session are no-ops, the client auto-retry budget survives view remounts (module-scoped per-session map), and SSE reconnects rebuild thinking output from a full-turn replay buffer (2000 events) instead of appending onto existing output. Planning prompts also route through the engine's promptWithFallback so context-window overflows recover via compaction instead of erroring the session. + ## 0.73.0-beta.3 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bc14835101..32696016cc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.73.0-beta.3", + "version": "0.73.0-beta.4", "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 ec597ca60b..24ec253189 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.73.0-beta.4 + ## 0.73.0-beta.3 ## 0.73.0-beta.2 diff --git a/packages/core/package.json b/packages/core/package.json index 11b257360b..0f045ab1d8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.73.0-beta.3", + "version": "0.73.0-beta.4", "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 6a6120a63f..bc7009dfd0 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # @fusion/dashboard +## 0.73.0-beta.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/engine@0.73.0-beta.4 +- @fusion/i18n@0.39.31-beta.4 +- @fusion-plugin-examples/claude-runtime@0.1.6-beta.4 +- @fusion-plugin-examples/cli-printing-press@0.1.48-beta.4 +- @fusion-plugin-examples/compound-engineering@0.1.31-beta.4 +- @fusion-plugin-examples/dependency-graph@0.1.62-beta.4 +- @fusion-plugin-examples/grok-runtime@0.2.9-beta.4 +- @fusion-plugin-examples/omp-runtime@0.1.6-beta.4 +- @fusion-plugin-examples/quality@0.1.6-beta.4 +- @fusion-plugin-examples/roadmap@0.1.50-beta.4 +- @fusion-plugin-examples/cursor-runtime@0.1.50-beta.4 +- @fusion-plugin-examples/droid-runtime@0.1.57-beta.4 +- @fusion-plugin-examples/hermes-runtime@0.2.81-beta.4 +- @fusion-plugin-examples/openclaw-runtime@0.2.81-beta.4 +- @fusion-plugin-examples/paperclip-runtime@0.2.81-beta.4 + ## 0.73.0-beta.3 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 791389b2ba..fe58a4c012 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.73.0-beta.3", + "version": "0.73.0-beta.4", "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 1fdea2149c..7a4861035e 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion/desktop +## 0.73.0-beta.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/dashboard@0.73.0-beta.4 +- @fusion/engine@0.73.0-beta.4 + ## 0.73.0-beta.3 ### Patch Changes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index d954f2a343..9026ddfa65 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.3", + "version": "0.73.0-beta.4", "license": "MIT", "author": { "name": "Runfusion", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index 4bf72f85ac..41f6f241b8 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.57-beta.4 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.57-beta.4 + ## 0.11.57-beta.3 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index 81c3f917bd..c955c7ee3c 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.3", + "version": "0.11.57-beta.4", "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 2e8861f106..cd75d6ea4b 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.73.0-beta.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/pi-claude-cli@0.73.0-beta.4 + ## 0.73.0-beta.3 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 5aa0c555bc..410c52fb6f 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.73.0-beta.3", + "version": "0.73.0-beta.4", "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 46e50b4000..0b38ce72ed 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/i18n +## 0.39.31-beta.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 + ## 0.39.31-beta.3 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 183e8073c8..de171d8fb3 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/i18n", - "version": "0.39.31-beta.3", + "version": "0.39.31-beta.4", "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 501febe72a..039410eef0 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.73.0-beta.4 + ## 0.73.0-beta.3 ## 0.73.0-beta.2 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4d969257d0..23946fbca6 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.73.0-beta.3", + "version": "0.73.0-beta.4", "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 a03012df21..63bbc5fdf0 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.4 + ## 0.73.0-beta.3 ## 0.73.0-beta.2 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index 203043395e..e9ecf8c096 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.3", + "version": "0.73.0-beta.4", "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 8fc0e69cc5..f77a0aef28 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.73.0-beta.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 + ## 0.73.0-beta.3 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index 5705877c3b..f83f6a6e96 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.3", + "version": "0.73.0-beta.4", "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 f7afabb685..b2d4c716ba 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.81-beta.3 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index 50697ae4f5..3a3e5bf0a7 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.3", + "version": "0.2.81-beta.4", "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 df964c367c..9424249af1 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.81-beta.3 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index b5aa3067e5..9adba9b01f 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.3", + "version": "0.2.81-beta.4", "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 8bb04289da..eaffe414e4 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.81-beta.3 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index 563a16bfc2..91365b8c2d 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.3", + "version": "0.2.81-beta.4", "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 a1e0d7cba9..661367ae22 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.81-beta.3 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index 05f7846d5d..22c9a9cea7 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.3", + "version": "0.2.81-beta.4", "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 605eb72036..f66aabe7ca 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.31-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-acp-runtime/package.json b/plugins/fusion-plugin-acp-runtime/package.json index 4db2d51972..646309122c 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.3", + "version": "0.1.31-beta.4", "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 be7d82dae2..8ed066b1f8 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.51-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index d554a5fd6f..9f3772c799 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.3", + "version": "0.1.51-beta.4", "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 6693937282..5eb9d9147c 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.6-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-claude-runtime/package.json b/plugins/fusion-plugin-claude-runtime/package.json index f9c06f1cb4..1a75876d4e 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.3", + "version": "0.1.6-beta.4", "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 09b1d30c23..cf8ddb19f0 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.48-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index c48ddde62e..4c4770bc32 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.3", + "version": "0.1.48-beta.4", "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 d5acfb66d6..e2fe82e768 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.31-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-compound-engineering/package.json b/plugins/fusion-plugin-compound-engineering/package.json index 7c67faefb7..ff761ea58a 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.3", + "version": "0.1.31-beta.4", "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 65dab3d47c..e4d9ecce7d 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.50-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index cc5a998568..889f5fe3ee 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.3", + "version": "0.1.50-beta.4", "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 35cd3fcc37..3cf391b457 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.62-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index c3aef5b90f..40919509c4 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.3", + "version": "0.1.62-beta.4", "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 1c03ad5b78..7a01073da3 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.57-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index d1ab45155a..bfff6033a4 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.3", + "version": "0.1.57-beta.4", "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 bc1895dfbe..6b4216b9ac 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.50-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index 2f32c50985..75a2771133 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.3", + "version": "0.1.50-beta.4", "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 5dbc26b681..da986128a3 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.9-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-grok-runtime/package.json b/plugins/fusion-plugin-grok-runtime/package.json index 733fbbf48d..5e549409f8 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.3", + "version": "0.2.9-beta.4", "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 d3afb8724f..ab7fa9d1fb 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.81-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index d5e9cbfcfd..7286d8af6c 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.3", + "version": "0.2.81-beta.4", "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 6ce7747d7c..e079c25250 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.13-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-linear-import/package.json b/plugins/fusion-plugin-linear-import/package.json index 0baa7421a5..6a23d5e47c 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.3", + "version": "0.1.13-beta.4", "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 a94ed27e1c..19f81d8e3b 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.6-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-omp-runtime/package.json b/plugins/fusion-plugin-omp-runtime/package.json index 6755b7a2af..7818a5b497 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.3", + "version": "0.1.6-beta.4", "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 cb4e3cb77a..a31c7a1830 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.81-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index 68d2ede824..f28d1644c1 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.3", + "version": "0.2.81-beta.4", "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 e5e26283ef..6747cc77cf 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.2.81-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index aa7bbb4178..2f11eb732f 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.3", + "version": "0.2.81-beta.4", "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 81fe8ee5f3..b742e0cb8a 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.6-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-quality/package.json b/plugins/fusion-plugin-quality/package.json index 224a8ed11f..35cda56587 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.3", + "version": "0.1.6-beta.4", "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 380acf314f..b21462824d 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/dashboard@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.50-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index 676639bfb1..800da10a6d 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.3", + "version": "0.1.50-beta.4", "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 5b7169e599..fcc3d9ffc5 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.4 + +### Patch Changes + +- @fusion/core@0.73.0-beta.4 +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.50-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index 0f2e3c6c5d..a918c4eafa 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.3", + "version": "0.1.50-beta.4", "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 1186675752..1b01bf2489 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.4 + +### Patch Changes + +- @fusion/plugin-sdk@0.73.0-beta.4 + ## 0.1.50-beta.3 ### Patch Changes diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index 70bd23f34c..ddc229e5c3 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.3", + "version": "0.1.50-beta.4", "type": "module", "description": "WhatsApp Web (Baileys) chat bridge for Fusion agents", "keywords": [