diff --git a/.changeset/fix-bun-windows-cli-plugin-resolution.md b/.changeset/fix-bun-windows-cli-plugin-resolution.md deleted file mode 100644 index be0cd7c390..0000000000 --- a/.changeset/fix-bun-windows-cli-plugin-resolution.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -summary: Fix the Windows CLI binary failing to build in release. -category: fix -dev: The bun `--conditions=source` compile of the CLI could not resolve @fusion-plugin-examples/hermes-runtime and openclaw-runtime (statically imported by dashboard routes.ts) because those plugin packages lacked a `source` export condition and fell through to `import`→`dist/index.js`, which is absent on the Windows runner. Added `"source": "./src/index.ts"` to both plugins' exports (matching @fusion/core|dashboard|engine|plugin-sdk) so bun bundles their TS source directly, independent of dist. Verified locally by cross-compiling bun-windows-x64 with plugin dist removed; a negative control reproduced the exact "Could not resolve" error. diff --git a/.changeset/fix-desktop-local-runtime-missing-engine-dist.md b/.changeset/fix-desktop-local-runtime-missing-engine-dist.md deleted file mode 100644 index 6c03775be5..0000000000 --- a/.changeset/fix-desktop-local-runtime-missing-engine-dist.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -summary: Fix desktop app crashing on "Local" mode startup with a missing-module error. -category: fix -dev: The desktop build now compiles @fusion/core and @fusion/engine tsc dist (both gitignored) so the packaged embedded Local runtime's `import("@fusion/engine")` resolves. Previously only release.yml's root `pnpm build` produced these; desktop-windows.yml packaged an empty engine/dist and crashed with ERR_MODULE_NOT_FOUND for app.asar/node_modules/@fusion/engine. `@fusion/desktop build` is now self-contained (build.ts → ensureEmbeddedRuntimeBuild), and desktop-windows.yml gained the `pnpm build` parity step. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f00ae6aef..cc7f44c502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,75 +2,302 @@ 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.53.0 - -### New - -- Add All workflows to top-level dashboard workflow selectors. -- Add exact tool overrides for permanent-agent permission policies. -- Add a project option to link imported GitHub issues to GitHub tracking. -- Add Enable GitHub tracking to Board and List task context menus. -- Add a Triage column shortcut for plan auto-approval. -- Let task-detail planner Chat answer current-task token, cost, and timing questions. -- Add a Glass Silver dashboard theme. -- Add a mobile terminal tab dropdown for switching and closing terminal sessions. -- Branching workflows now run on the graph interpreter; the legacy step-compiler and its interpreter-only banner are gone. +## 0.53.1 ### Fixed -- Allow Compound Engineering recovered sessions to answer persisted questions after dashboard restarts. -- Contain planning parse failures as retryable session errors and add `--supervise` dashboard restart mode. -- Fix Anthropic Claude subscription chats failing (404/502/429) by restoring direct OAuth execution. -- Fix tasks looping through triage at the completion-summary node, plus Stats/Routing/Node labels crashing. -- Prevent task branches from inheriting unrelated checked-out task commits. -- Fix arrow-key editing for Settings in the terminal dashboard. -- Make the task Activity tab switch Live, Feed, and Raw views directly. -- Show Refine in completed task card and list context menus. -- Fix mobile task action menus so tapped actions run once and close. -- Reuse the standard Chat surface for task-detail planner chat. -- Make mobile task-detail chat Send buttons submit on the first tap. -- Recover explicit Sonnet 5 chat selections with configured model fallbacks. -- Fix Windows desktop startup failures in packaged builds. -- Fix Board task context menus so they are not clipped by columns. -- Prevent mobile Board task long-press menus from selecting card text. -- Hide task planner chats from the common Chat feed unless enabled in Settings. -- Let the task popup setting open board tasks as popups on desktop too. -- Preserve task-detail planner Chat working state after leaving and returning. -- Keep sent chat messages visible when a provider error interrupts the reply. -- Let Planning Mode Yes/No questions accept a custom Other answer. -- Show thinking effort on task log model rows when it is configured. -- Enforce maxWorktrees as a hard cap on active execution worktrees. -- Stop force-advertising Anthropic Claude Sonnet 5 when account availability is unknown. -- Fix the mobile task Activity view dropdown so it opens above the tab strip without clipping. -- Keep the Planner Chat stop-generation icon visible on mobile while thinking. -- Hide failed-task banners while task planner chat is maximized. -- Make Planner Chat clarification questions answerable in task details. -- Close task details immediately after confirming task deletion. -- Honor project auto plan approval across task finalization paths. -- Make chat-created workflows appear immediately across workflow selectors. -- Recover live worktree conflicts by retrying with a fresh task worktree. -- Fix Activity expand controls so Live and Feed overlay content and Raw has one fullscreen button. -- Move destructive task context-menu actions to the bottom. -- Fix folded Android mobile terminal spacing on initial open. -- Show eligible Claude Sonnet 5 model rows once in model pickers. -- Restore Claude Sonnet 5 and latest Anthropic models in the Claude CLI model picker. -- Fix Anthropic subscription chat failing with 429/502 by routing it through the Claude CLI. -- Keep hidden task-planner Chat replies from lighting the global Chat unread badge. -- Fix desktop launch from npm installs in directories with invalid JSON. -- Keep Anthropic subscription OAuth, Claude CLI, and direct API-key auth separated. -- Ensure task lifecycle plugins receive runtime context during completion hooks. -- Show Claude CLI models when Anthropic subscription OAuth and Claude CLI are connected. -- Fix Compound Engineering Debug stage launches that could fail with a JSON parse error. -- Include graph-owned workflow step execution in Command Center activity analytics. -- Restore Claude Sonnet 5 in the model picker (it had disappeared from every surface). -- Enforce explicit external checkout metadata for review routing. -- Let proven task merges finalize even when old branch history remains. -- Widen Project Models dropdown menus so long provider and model names are easier to read. -- Give workflow review steps a longer default timeout. +- Fix the Windows CLI binary failing to build in release. +- Fix desktop app crashing on "Local" mode startup with a missing-module error. -### Internal +## 0.53.0 -- Upgrade Fusion's bundled pi SDK dependencies to 0.80.3. +### @fusion/dashboard + +#### Patch Changes + +- @fusion/core@0.53.0 +- @fusion/engine@0.53.0 +- @fusion/i18n@0.39.16 +- @fusion-plugin-examples/cli-printing-press@0.1.33 +- @fusion-plugin-examples/compound-engineering@0.1.16 +- @fusion-plugin-examples/dependency-graph@0.1.47 +- @fusion-plugin-examples/roadmap@0.1.35 +- @fusion-plugin-examples/cursor-runtime@0.1.35 +- @fusion-plugin-examples/droid-runtime@0.1.42 +- @fusion-plugin-examples/hermes-runtime@0.2.66 +- @fusion-plugin-examples/openclaw-runtime@0.2.66 +- @fusion-plugin-examples/paperclip-runtime@0.2.66 + +### @fusion/desktop + +#### Patch Changes + +- @fusion/core@0.53.0 +- @fusion/dashboard@0.53.0 +- @fusion/engine@0.53.0 + +### @fusion/engine + +#### Patch Changes + +- @fusion/core@0.53.0 +- @fusion/pi-claude-cli@0.53.0 + +### @fusion/plugin-sdk + +#### Patch Changes + +- @fusion/core@0.53.0 + +### @runfusion/fusion + +#### Minor Changes + +- 12ee9a9: summary: Add exact tool overrides for permanent-agent permission policies. + category: feature + dev: Adds per-tool permission policy overrides on top of category rules. +- a9e2baa: summary: Add a project option to link imported GitHub issues to GitHub tracking. + category: feature + dev: GitHub issue import paths honor githubLinkImportedIssuesToTracking while ordinary task creation remains unchanged. +- 1750523: summary: Add Enable GitHub tracking to Board and List task context menus. + category: feature + dev: Reuses the existing task PATCH GitHub tracking flow from shared card/list context menu actions. +- 1ccef81: summary: Let task-detail planner Chat answer current-task token, cost, and timing questions. + category: feature + dev: Adds read-only task-scoped planner chat tool `fn_task_planner_get_task_metrics` with derived pricing semantics. +- a404997: summary: Add a Glass Silver dashboard theme. + category: feature + dev: Registers glass-silver across core theme metadata, dashboard/desktop startup validators, CSS tokens, swatches, and tests. +- 03160eb: summary: Add a mobile terminal tab dropdown for switching and closing terminal sessions. + category: feature + dev: Mobile terminal headers now use a native tab selector while desktop keeps the tab strip. +- 14bb7a3: summary: Branching workflows now run on the graph interpreter; the legacy step-compiler and its interpreter-only banner are gone. + category: feature + dev: Removed the linear WorkflowStep compiler (compileWorkflowToSteps/validateLinearity/WorkflowCompileError) from @fusion/core; parseWorkflowIr is now the sole workflow validity gate at save/select/refine and in the graph task runner. Deleted the POST /api/workflows/:id/compile preview route and its client wrapper, and dropped the interpreterOnly response field and editor banner. MERGE_REGION_NODE_KINDS moved into workflow-lifecycle-validation. + +#### Patch Changes + +- ad8db59: summary: Allow Compound Engineering recovered sessions to answer persisted questions after dashboard restarts. + category: fix + dev: Keeps strict question-id validation by default while letting CE trust its persisted session row as the recovery anchor. +- 9432339: summary: Contain planning parse failures as retryable session errors and add `--supervise` dashboard restart mode. + category: fix + dev: Planning sessions that receive non-JSON AI output now persist as retryable error state instead of unpersisting the session. The `/api/health` endpoint remains available during session errors. A new `--supervise` flag on `fn dashboard` runs the dashboard under foreground process supervision with bounded restart attempts and exponential backoff, preventing Tailscale Serve 502s from unexpected dashboard exits. +- a1af5de: summary: Fix Anthropic Claude subscription chats failing (404/502/429) by restoring direct OAuth execution. + category: fix + dev: Reverts the FN-7391/FN-7396 runtime rerouting that sent subscription OAuth to a `/v1`-based `anthropic-subscription` provider (reintroducing issue #1857). `getApiKey("anthropic")` again resolves subscription/legacy OAuth (raw API key still wins), so `anthropic/*` selections run on pi-ai's built-in provider with Claude Code OAuth headers; the model picker advertises `anthropic` for OAuth users; explicit `pi-claude-cli` and raw `ANTHROPIC_API_KEY` remain separate surfaces. +- 3884169: summary: Fix tasks looping through triage at the completion-summary node, plus Stats/Routing/Node labels crashing. + category: fix + dev: Issue #1863 (v0.52.0 regression). (1) The best-effort completion-summary graph node is wired with a success-only edge, so a thrown handler exception or a failed summary projection write terminated the graph and the in-review→todo resume router bounced the task forever. The graph executor now degrades a completion-summary node failure to success (ensureWorkflowCompletionSummary still backfills task.summary), with a routeGraphFailureToExecutionResume backstop. (2) Three views called t() with keys that resolve to nested objects (taskDetail.executionMode, routing.source, nodes.dockerHost); added leaf label keys across all locales and a dashboard invariant test that scans t("literal") callers against the real en/app.json. +- 88bcbce: summary: Prevent task branches from inheriting unrelated checked-out task commits. + category: fix + dev: Fresh worktree acquisition now pins the integration branch as the default start point, and merge finalization validates task-owned branch diffs from baseCommitSha when available. +- c93f2d4: summary: Fix arrow-key editing for Settings in the terminal dashboard. + category: fix + dev: Settings detail-pane arrows now edit enum values instead of switching panes. +- 72eb9af: summary: Make the task Activity tab switch Live, Feed, and Raw views directly. + category: fix + dev: Removes the duplicate in-panel Activity view select from TaskDetailModal. +- d448603: summary: Show Refine in completed task card and list context menus. + category: fix + dev: Routes done/custom-complete Board and List context-menu Refine actions into the existing Task Detail refinement composer. +- 98ca9ac: summary: Fix mobile task action menus so tapped actions run once and close. + category: fix + dev: Shared TaskContextMenu now commits touch/pen selections on pointer release and guards synthesized clicks. +- 7457f04: summary: Reuse the standard Chat surface for task-detail planner chat. + category: fix + dev: Extracts StandardChatSurface for shared message, thinking, tool-call, and mobile send rendering without importing the lazy ChatView chunk from task detail. +- d8f3cc6: summary: Make mobile task-detail chat Send buttons submit on the first tap. + category: fix + dev: Adds touch-first send handling for Activity steering, done-task refinement, and planner Chat composers. +- b3b01bc: summary: Add All workflows to top-level dashboard workflow selectors. + category: feature + dev: Extends the dashboard aggregate workflow sentinel to List, Planning, Missions, and Graph without backend handoff. +- 62c4aae: summary: Recover explicit Sonnet 5 chat selections with configured model fallbacks. + category: fix + dev: Routes Anthropic Sonnet 5 provider/model failures through chat/runtime fallback and preserves actionable no-fallback errors. +- 1f3a15e: summary: Fix Windows desktop startup failures in packaged builds. + category: fix + dev: Externalizes Electron updater CJS dependencies, loads the dashboard registry manifest through Node-safe file IO, and separates NSIS/portable Windows artifacts. +- f04f01d: summary: Fix Board task context menus so they are not clipped by columns. + category: fix + dev: Board TaskCard menus are portaled to document.body and clamped in viewport coordinates. +- e4eb8b6: summary: Prevent mobile Board task long-press menus from selecting card text. + category: fix + dev: Suppresses WebKit/native selection for non-editing TaskCard surfaces while preserving edit textareas. +- fed60ec: summary: Hide task planner chats from the common Chat feed unless enabled in Settings. + category: fix + dev: Adds project setting `showTaskChatsInCommonFeed` and filters task-planner sessions in chat list APIs/client refresh. +- d93fac0: summary: Let the task popup setting open board tasks as popups on desktop too. + category: fix + dev: Keeps the existing `openMobileTasksInPopup` setting key while broadening ordinary board-card routing across viewports. +- c194248: summary: Preserve task-detail planner Chat working state after leaving and returning. + category: fix + dev: Rehydrates task-planner chat generation snapshots and reattaches streams across tab switches and modal remounts. +- a65633d: summary: Keep sent chat messages visible when a provider error interrupts the reply. + category: fix + dev: Reconciles accepted optimistic chat sends with persisted transcripts across global, planner, and room chats. +- 4805182: summary: Let Planning Mode Yes/No questions accept a custom Other answer. + category: fix + dev: Extends confirm-question handling to preserve user-authored alternatives via `_other`. +- 67f93ce: summary: Show thinking effort on task log model rows when it is configured. + category: fix + dev: Runtime using-model markers append `(thinking effort: )` while dashboard parsers strip suffix annotations for provider icons and effective-model displays. +- 919420e: summary: Enforce maxWorktrees as a hard cap on active execution worktrees. + category: fix + dev: TaskStore rejects allocated in-progress moves once active holders reach maxWorktrees, independent of maxConcurrent. +- 427ce04: summary: Stop force-advertising Anthropic Claude Sonnet 5 when account availability is unknown. + category: fix + dev: Removes static Sonnet 5 supplemental catalog/pricing metadata while preserving fallback handling for saved selections. +- 7e5d908: summary: Fix the mobile task Activity view dropdown so it opens above the tab strip without clipping. + category: fix + dev: Root-portals and viewport-clamps the task-detail Activity Live/Feed/Raw menu with regression coverage. +- a4ef439: summary: Keep the Planner Chat stop-generation icon visible on mobile while thinking. + category: fix + dev: Narrows the mobile Planner Chat text-hiding selector so the shared chat stop icon span remains visible. +- 914c7c1: summary: Hide failed-task banners while task planner chat is maximized. + category: fix + dev: TaskDetailModal no longer mounts failed-banner chrome during expanded planner Chat; Activity and collapsed detail still show failures. +- 3702763: summary: Upgrade Fusion's bundled pi SDK dependencies to 0.80.3. + category: internal + dev: Upgrades @earendil-works/pi-ai and @earendil-works/pi-coding-agent to ^0.80.3. +- e341c06: summary: Make Planner Chat clarification questions answerable in task details. + category: fix + dev: Extracts fn_ask_question cards from grouped tool-call details in shared chat rendering. +- 6d1507a: summary: Close task details immediately after confirming task deletion. + category: fix + dev: Updates shared task-detail delete close behavior and split-detail host wiring so detail shells close before delete requests settle. +- d94c359: summary: Honor project auto plan approval across task finalization paths. + category: fix + dev: Ensures planApprovalMode=auto-approve-all wins over workflow requirePlanApproval for ordinary plan approval. +- ec0fa96: summary: Add a Triage column shortcut for plan auto-approval. + category: feature + dev: Adds a Board column switch that mirrors project planApprovalMode=auto-approve-all. +- 869974c: summary: Make chat-created workflows appear immediately across workflow selectors. + category: fix + dev: Chat workflow tools now emit workflow lifecycle SSE and workflow lists force-refresh per project. +- af6e671: summary: Recover live worktree conflicts by retrying with a fresh task worktree. + category: fix + dev: Executor worktree acquisition now preserves active-session conflict owners and retries bounded sibling branches instead of surfacing automatic cleanup failure. +- 4378053: summary: Fix Activity expand controls so Live and Feed overlay content and Raw has one fullscreen button. + category: fix + dev: Updates task-detail Activity Live/Feed overlay controls and keeps Raw on AgentLogViewer fullscreen. +- 4694b4a: summary: Move destructive task context-menu actions to the bottom. + category: fix + dev: Reorders shared TaskContextMenu descriptors so Reset precedes Delete at the end across Board, List, and Detail menus. +- 18b07b5: summary: Fix folded Android mobile terminal spacing on initial open. + category: fix + dev: Terminal mobile detection now honors touch visualViewport width for TerminalModal and SessionTerminal. +- bfe5ced: summary: Show eligible Claude Sonnet 5 model rows once in model pickers. + category: fix + dev: Dedupes /api/models rows by provider/model while preserving direct Anthropic Sonnet 5 guardrails. +- 3219ced: summary: Restore Claude Sonnet 5 and latest Anthropic models in the Claude CLI model picker. + category: fix + dev: pi-claude-cli supplemental extraModels now advertises claude-sonnet-5 for the subscription-authenticated CLI surface; direct-Anthropic supplemental registration and static pricing remain withheld per FN-7374's 404 not_found_error handling. Local evidence used claude 2.1.197 with --model accepting aliases/full names; checksum remains upstream-pending-verification. +- 775ff5f: summary: Fix Anthropic subscription chat failing with 429/502 by routing it through the Claude CLI. + category: fix + dev: Anthropic routing now keeps three surfaces distinct: raw API keys authenticate direct api.anthropic.com/v1, subscription/OAuth remains `anthropic-subscription`, and CLI execution uses `pi-claude-cli`; OAuth-only selections never authenticate direct `/v1` and are routed to the CLI provider when available. +- 4beae71: summary: Keep hidden task-planner Chat replies from lighting the global Chat unread badge. + category: fix + dev: Enriches direct chat SSE payloads with session agent metadata plus common-feed visibility, then suppresses `task-planner:` unread badges only while hidden. +- e85d25e: summary: Fix desktop launch from npm installs in directories with invalid JSON. + category: fix + dev: Keeps installed desktop launch independent of source workspace builds and host JSON files. +- 19e59ec: summary: Keep Anthropic subscription OAuth, Claude CLI, and direct API-key auth separated. + category: fix + dev: Restores anthropic-subscription status/usage/banner behavior and direct subscription-backed execution while keeping raw anthropic API-key auth and explicit pi-claude-cli execution separate. +- f998fe3: summary: Ensure task lifecycle plugins receive runtime context during completion hooks. + category: fix + dev: PluginLoader now appends PluginContext to task lifecycle hook invocations when callers provide only task event args. +- 9c2a264: summary: Show Claude CLI models when Anthropic subscription OAuth and Claude CLI are connected. + category: fix + dev: Keeps subscription OAuth on anthropic-subscription while direct anthropic remains raw API-key-only. +- 20e42c6: summary: Fix Compound Engineering Debug stage launches that could fail with a JSON parse error. + category: fix + dev: Strengthens CE stage prompts and debug skill guidance so dashboard sessions emit the interactive JSON protocol. +- dbe637f: summary: Include graph-owned workflow step execution in Command Center activity analytics. + category: fix + dev: StepSessionExecutor now publishes best-effort agentRuns lifecycle rows for workflow step sessions. +- b7c6443: summary: Restore Claude Sonnet 5 in the model picker (it had disappeared from every surface). + category: fix + dev: Re-adds `claude-sonnet-5` to SUPPLEMENTAL_ANTHROPIC_PROVIDER_REGISTRATION and its static pricing (removed by FN-7374). Live-verified: Sonnet 5 returns 200 on api.anthropic.com/v1 with a raw ANTHROPIC_API_KEY and runs via the Claude CLI; it 403s (scope) on subscription-OAuth /v1, where the runtime actionable-failure/fallback path applies. +- b58d9b5: summary: Enforce explicit external checkout metadata for review routing. + category: fix + dev: Reviews now use sourceMetadata.externalReviewCheckout only when it points at a valid git checkout, otherwise they fail closed to the task worktree and log the selected review target. +- 24279c9: summary: Let proven task merges finalize even when old branch history remains. + category: fix + dev: Auto-merge finalization now trusts durable task merge proof instead of blocking on stale branch-only residue. +- 07aa1a0: summary: Widen Project Models dropdown menus so long provider and model names are easier to read. + category: fix + dev: Adds an opt-in readable menu width to the shared dashboard model dropdown and applies it only in Project Models. +- 62c5840: summary: Give workflow review steps a longer default timeout. + category: fix + dev: Raises the built-in `workflowStepTimeoutMs` default and engine fallback from 6 minutes to 15 minutes. + +### runfusion.ai + +#### Patch Changes + +- Updated dependencies [ad8db59] +- Updated dependencies [9432339] +- Updated dependencies [a1af5de] +- Updated dependencies [3884169] +- Updated dependencies [88bcbce] +- Updated dependencies [c93f2d4] +- Updated dependencies [72eb9af] +- Updated dependencies [d448603] +- Updated dependencies [98ca9ac] +- Updated dependencies [7457f04] +- Updated dependencies [d8f3cc6] +- Updated dependencies [b3b01bc] +- Updated dependencies [62c4aae] +- Updated dependencies [1f3a15e] +- Updated dependencies [12ee9a9] +- Updated dependencies [f04f01d] +- Updated dependencies [e4eb8b6] +- Updated dependencies [fed60ec] +- Updated dependencies [d93fac0] +- Updated dependencies [c194248] +- Updated dependencies [a9e2baa] +- Updated dependencies [a65633d] +- Updated dependencies [4805182] +- Updated dependencies [67f93ce] +- Updated dependencies [1750523] +- Updated dependencies [919420e] +- Updated dependencies [427ce04] +- Updated dependencies [7e5d908] +- Updated dependencies [a4ef439] +- Updated dependencies [914c7c1] +- Updated dependencies [3702763] +- Updated dependencies [e341c06] +- Updated dependencies [6d1507a] +- Updated dependencies [d94c359] +- Updated dependencies [ec0fa96] +- Updated dependencies [869974c] +- Updated dependencies [af6e671] +- Updated dependencies [4378053] +- Updated dependencies [4694b4a] +- Updated dependencies [18b07b5] +- Updated dependencies [bfe5ced] +- Updated dependencies [3219ced] +- Updated dependencies [775ff5f] +- Updated dependencies [4beae71] +- Updated dependencies [1ccef81] +- Updated dependencies [e85d25e] +- Updated dependencies [19e59ec] +- Updated dependencies [f998fe3] +- Updated dependencies [9c2a264] +- Updated dependencies [20e42c6] +- Updated dependencies [a404997] +- Updated dependencies [dbe637f] +- Updated dependencies [03160eb] +- Updated dependencies [14bb7a3] +- Updated dependencies [b7c6443] +- Updated dependencies [b58d9b5] +- Updated dependencies [24279c9] +- Updated dependencies [07aa1a0] +- Updated dependencies [62c5840] + - @runfusion/fusion@0.53.0 ## 0.52.0 @@ -11678,6 +11905,14 @@ for reference. - Updated dependencies [a2ed6d0] - @runfusion/fusion@0.1.0 +## 0.39.17 + +### @fusion/i18n + +#### Patch Changes + +- @fusion/core@0.53.1 + ## 0.39.16 ### @fusion/i18n @@ -11808,6 +12043,14 @@ for reference. - @fusion/core@0.40.0 +## 0.11.43 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.43 + ## 0.11.42 ### @fusion/droid-cli diff --git a/package.json b/package.json index bc04676bf6..c4bfda8e85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.53.0", + "version": "0.53.1", "private": true, "license": "MIT", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/cli-alias/CHANGELOG.md b/packages/cli-alias/CHANGELOG.md index da6dacc04a..bb1f7db52f 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,13 @@ # runfusion.ai +## 0.53.1 + +### Patch Changes + +- Updated dependencies [bb1de8a] +- Updated dependencies [3aef6dd] + - @runfusion/fusion@0.53.1 + ## 0.53.0 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index 2256abfba5..716e3ab875 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "runfusion.ai", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.", "homepage": "https://runfusion.ai", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1d4492ea8b..146bef5c7c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @runfusion/fusion +## 0.53.1 + +### Patch Changes + +- bb1de8a: summary: Fix the Windows CLI binary failing to build in release. + category: fix + dev: The bun `--conditions=source` compile of the CLI could not resolve @fusion-plugin-examples/hermes-runtime and openclaw-runtime (statically imported by dashboard routes.ts) because those plugin packages lacked a `source` export condition and fell through to `import`→`dist/index.js`, which is absent on the Windows runner. Added `"source": "./src/index.ts"` to both plugins' exports (matching @fusion/core|dashboard|engine|plugin-sdk) so bun bundles their TS source directly, independent of dist. Verified locally by cross-compiling bun-windows-x64 with plugin dist removed; a negative control reproduced the exact "Could not resolve" error. +- 3aef6dd: summary: Fix desktop app crashing on "Local" mode startup with a missing-module error. + category: fix + dev: The desktop build now compiles @fusion/core and @fusion/engine tsc dist (both gitignored) so the packaged embedded Local runtime's `import("@fusion/engine")` resolves. Previously only release.yml's root `pnpm build` produced these; desktop-windows.yml packaged an empty engine/dist and crashed with ERR_MODULE_NOT_FOUND for app.asar/node_modules/@fusion/engine. `@fusion/desktop build` is now self-contained (build.ts → ensureEmbeddedRuntimeBuild), and desktop-windows.yml gained the `pnpm build` parity step. + ## 0.53.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6ad8ee8fe5..8a19fc602f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ed5d791af9..ac48c08633 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.53.1 + ## 0.53.0 ## 0.52.0 diff --git a/packages/core/package.json b/packages/core/package.json index 24fd8c61b1..2dd09d5298 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "description": "Fusion core: task store, scheduler, settings, and shared domain types backing the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 0e6d7e4deb..5a69a55cd1 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,22 @@ # @fusion/dashboard +## 0.53.1 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/engine@0.53.1 +- @fusion/i18n@0.39.17 +- @fusion-plugin-examples/cli-printing-press@0.1.34 +- @fusion-plugin-examples/compound-engineering@0.1.17 +- @fusion-plugin-examples/dependency-graph@0.1.48 +- @fusion-plugin-examples/roadmap@0.1.36 +- @fusion-plugin-examples/cursor-runtime@0.1.36 +- @fusion-plugin-examples/droid-runtime@0.1.43 +- @fusion-plugin-examples/hermes-runtime@0.2.67 +- @fusion-plugin-examples/openclaw-runtime@0.2.67 +- @fusion-plugin-examples/paperclip-runtime@0.2.67 + ## 0.53.0 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 7bd78bb279..49fe9bd5f0 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "description": "Fusion dashboard: React UI and HTTP API server for monitoring and controlling the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 6c8455b1ed..eef13a6599 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion/desktop +## 0.53.1 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/dashboard@0.53.1 +- @fusion/engine@0.53.1 + ## 0.53.0 ### Patch Changes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 0ca5256638..eb180d5e4c 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@fusion/desktop", "productName": "Fusion", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "author": { "name": "Runfusion", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index 65588056d9..a92eb5bb1c 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.43 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.43 + ## 0.11.42 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index 3d468f3e6e..8af43d830a 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/droid-cli", - "version": "0.11.42", + "version": "0.11.43", "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 1369a2d479..058eb6fdca 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.53.1 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/pi-claude-cli@0.53.1 + ## 0.53.0 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index e8b1175c3b..588ba1fad7 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "description": "Fusion engine: executor, merger, scheduler, and automation runtime for the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 73252e8527..7ea3285d13 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/i18n +## 0.39.17 + +### Patch Changes + +- @fusion/core@0.53.1 + ## 0.39.16 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index a942d04767..532538f194 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/i18n", - "version": "0.39.16", + "version": "0.39.17", "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 5cdac5e8ee..cefb5c9f64 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.53.1 + ## 0.53.0 ## 0.52.0 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 1277c3bd9c..37352942f6 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "description": "Fusion mobile: Capacitor wrapper around the Fusion dashboard for iOS and Android.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/pi-claude-cli/CHANGELOG.md b/packages/pi-claude-cli/CHANGELOG.md index 6539c8cc45..ff96795027 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.53.1 + ## 0.53.0 ## 0.52.0 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index 6da6fddfbf..8aa74d8e1d 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.53.0", + "version": "0.53.1", "description": "Fusion vendored fork: pi coding-agent extension that routes LLM calls through the Claude Code CLI. Forked from rchern/pi-claude-cli (MIT). See UPSTREAM.md.", "license": "MIT", "private": true, diff --git a/packages/plugin-sdk/CHANGELOG.md b/packages/plugin-sdk/CHANGELOG.md index 3bbbf08f01..eca2a11304 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.53.1 + +### Patch Changes + +- @fusion/core@0.53.1 + ## 0.53.0 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index bddfce8bcd..bc33cd298d 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/plugin-sdk", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "description": "Fusion plugin SDK: types and helpers for authoring third-party plugins that extend the Fusion dashboard and engine.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md b/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md index a09df70626..c96e4e5126 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.67 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.2.66 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index ece444155e..464f097829 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.66", + "version": "0.2.67", "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 235a2657cc..4ad1090c95 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.67 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.2.66 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 82454055bc..643bce3731 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.66", + "version": "0.2.67", "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 8cc7db3394..5a331dfb0d 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.67 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.2.66 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index a55ea53f5e..6be70b17d8 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.66", + "version": "0.2.67", "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 96919dbf88..0f81ac147a 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.67 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.2.66 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index 42aba7021c..f90f098572 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.66", + "version": "0.2.67", "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 3cec2a3fab..eb6aee1913 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.17 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/plugin-sdk@0.53.1 + ## 0.1.16 ### Patch Changes diff --git a/plugins/fusion-plugin-acp-runtime/package.json b/plugins/fusion-plugin-acp-runtime/package.json index 7f83280294..5b70de43b0 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.16", + "version": "0.1.17", "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 8f533e0d72..8b50b4a926 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.37 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.1.36 ### Patch Changes diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index 0f207e56f4..ade6bc888d 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.36", + "version": "0.1.37", "type": "module", "description": "Agent Browser runtime and prompt/skill/workflow contributions for Fusion", "private": true, diff --git a/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md b/plugins/fusion-plugin-cli-printing-press/CHANGELOG.md index a58b0b0c48..34399716d9 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.34 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/plugin-sdk@0.53.1 + ## 0.1.33 ### Patch Changes diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index c3342577d5..86be81d1c1 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.33", + "version": "0.1.34", "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 c0fabfea14..9eebff4153 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.17 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/plugin-sdk@0.53.1 + ## 0.1.16 ### Patch Changes diff --git a/plugins/fusion-plugin-compound-engineering/package.json b/plugins/fusion-plugin-compound-engineering/package.json index 16fc089339..62fa6b6940 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.16", + "version": "0.1.17", "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 1a82fe4d29..d83ecd9aef 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.1.35 ### Patch Changes diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index 243fd8ccd5..0d0b84de81 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.35", + "version": "0.1.36", "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 3c67645314..74ed8f1540 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.48 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/plugin-sdk@0.53.1 + ## 0.1.47 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index bb54d22c19..44e0f51267 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.47", + "version": "0.1.48", "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 cbdde5a61a..2e5ed999c3 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.43 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.1.42 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index 92f3df3c30..0cfc8a67c4 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.42", + "version": "0.1.43", "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 c690c05f11..aa23f01610 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.36 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/plugin-sdk@0.53.1 + ## 0.1.35 ### Patch Changes diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index 19bd047d68..c61c1b6361 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.35", + "version": "0.1.36", "type": "module", "description": "Canonical Even Realities Fusion plugin with board/task cards, actions, notifications, and webhook transport", "keywords": [ diff --git a/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md b/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md index 10aeb19dfc..cdb6c262a9 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.67 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.2.66 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index 24ca7c8008..a4760b589b 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.66", + "version": "0.2.67", "type": "module", "description": "Hermes AI runtime plugin for Fusion - provides AI agent execution runtime", "keywords": [ diff --git a/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md b/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md index 38730f6770..3030e00ce2 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.67 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.2.66 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index b8c66da7c2..6d3c2d30fd 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.66", + "version": "0.2.67", "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 978441bcf7..537c29d31f 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.67 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.2.66 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index 6ffafcf6c3..c12ad17fbe 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.66", + "version": "0.2.67", "type": "module", "description": "Paperclip runtime plugin for Fusion — provides AI agent web access capabilities", "keywords": [ diff --git a/plugins/fusion-plugin-reports/CHANGELOG.md b/plugins/fusion-plugin-reports/CHANGELOG.md index d357e37053..1173a34d74 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.36 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/dashboard@0.53.1 +- @fusion/plugin-sdk@0.53.1 + ## 0.1.35 ### Patch Changes diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index ec884c244c..a0f150ddf3 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.35", + "version": "0.1.36", "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 4149931ae1..a60a11446b 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.36 + +### Patch Changes + +- @fusion/core@0.53.1 +- @fusion/plugin-sdk@0.53.1 + ## 0.1.35 ### Patch Changes diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index f2f0bd6724..fe909c14d2 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.35", + "version": "0.1.36", "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 e6403eba09..c4e188f68a 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.36 + +### Patch Changes + +- @fusion/plugin-sdk@0.53.1 + ## 0.1.35 ### Patch Changes diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index 1c7e732cca..14a64bc3d1 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.35", + "version": "0.1.36", "type": "module", "description": "WhatsApp Web (Baileys) chat bridge for Fusion agents", "keywords": [