diff --git a/.changeset/pre.json b/.changeset/pre.json index 27271b10b8..dbdad81ca9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -98,8 +98,13 @@ "fn-9112-memory-keeper-heartbeat-default-off", "fn-9114-forced-skills", "fn-9115-skills-ui", + "fn-9116-planning-reconciliation", + "fn-9117-planning-turn-ownership", + "fn-9120-create-room-picker", + "fn-9124-mission-cta-top", "insights-newest-first", "kb-title-redirect-and-workflow-partition-fixes", + "mission-interview-cli-runtime-routing", "remove-diff-volume-gate", "task-create-github-tracking-flags" ] diff --git a/CHANGELOG-archive.md b/CHANGELOG-archive.md index 5bd9c37d48..7da031fae1 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.36-beta.1 + +### @fusion/i18n + +#### Patch Changes + +- @fusion/core@0.77.0-beta.1 + ## 0.39.36-beta.0 ### @fusion/i18n @@ -14392,6 +14400,14 @@ for reference. - @fusion/core@0.40.0 +## 0.11.62-beta.1 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.62-beta.1 + ## 0.11.62-beta.0 ### @fusion/droid-cli diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0788067e..50c17badaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.77.0-beta.1 + +### Highlights + +- CLI-runtime models like Cursor CLI now work in every AI lane, not just chat +- Mission and milestone interviews no longer fail with "not found in the pi model registry" +- Planning Mode stays on the current session and keeps your typed answers through a refresh +- Create Room member picker shows accurate loading, empty, and failed states +- Plan New Mission sits at the top of the mission list and is easier to hit + +### Fixed + +- Every AI lane now routes through runtime resolution, so a CLI-runtime model selection (for example Cursor CLI) works anywhere chat does. Mission planning and milestone/slice interviews previously errored out with a model-registry lookup failure. +- Planning Mode stays on the current session after a stale response refresh, instead of jumping away when a duplicate response, accepted stream error, or loading poll arrives late. +- Planning Mode preserves answers you have already typed while a session hydrates late, binding the visible question to the live planning turn. +- The Create Room member picker no longer shows stale or misleading member state while agent data loads; loading, empty, and failed states are now distinct. +- Plan New Mission moved from the footer to the top of the mission list and is slightly taller; the duplicate empty-state button is gone. + ## 0.77.0-beta.0 ### Highlights diff --git a/package.json b/package.json index d397ddf88e..4dddd54874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 dd0c80436e..808a6b2614 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,16 @@ # runfusion.ai +## 0.77.0-beta.1 + +### Patch Changes + +- Updated dependencies [7527d26] +- Updated dependencies [111c6c9] +- Updated dependencies [3272aff] +- Updated dependencies [385059f] +- Updated dependencies [821e036] + - @runfusion/fusion@0.77.0-beta.1 + ## 0.77.0-beta.0 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index eb299c6754..7bde69ff40 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "runfusion.ai", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 f9aad01ce0..618f707e16 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,25 @@ # @runfusion/fusion +## 0.77.0-beta.1 + +### Patch Changes + +- 7527d26: summary: Keep Planning Mode on the current session after a stale response refresh. + category: fix + dev: Fence duplicate-response, accepted stream-error, and loading-poll recovery by session, load, and turn ownership. +- 111c6c9: summary: Preserve typed Planning Mode answers during late session hydration. + category: fix + dev: Binds visible question submission to the live planning turn and preserves dirty answers during same-session refresh. +- 3272aff: summary: Keep Create Room member picker states accurate while agent data loads. + category: fix + dev: Fence superseded agent roster requests and distinguish loading, empty, and failed picker states. +- 385059f: summary: Plan New Mission now sits at the top of the mission list and is slightly taller. + category: fix + dev: Replaced footer CTA wrappers with top mission-manager**sidebar-cta-bar and mission-list**header-actions containers using calc(var(--space-lg) \* 2 + var(--space-sm)); removed the duplicate empty-state CTA. +- 821e036: summary: Route every AI lane through runtime resolution so CLI-runtime models (e.g. Cursor CLI) work everywhere chat does. + category: fix + dev: `createFnAgent` now delegates to `createResolvedAgentSession` (CLI runtime hint derivation, mock forcing, runtime-resolved visibility) with a host-registered default PluginRunner per project root; `DefaultPiRuntime` re-enters via a `__rawPiSession` marker into `createPiAgentSessionRaw`. Mission and milestone/slice interviews also pass their request-scoped pluginRunner and prompt via the engine `promptWithFallback` dispatcher, fixing "cursor-cli/auto ... not found in the pi model registry" in mission planning. + ## 0.77.0-beta.0 ### Minor Changes @@ -147,7 +167,7 @@ dev: Adds workspace-main-checkout-guard, main_checkout_edit precedence, retry-stable anchoring, warn-vs-block evidence handling, bounded HEAD commit scanning, and audit telemetry. - 9fa8b38: summary: Prevent multi-node workspace operations from overlapping or double-landing shared repositories. category: fix - dev: Adds migration 0060 lease and land-intent tables, FUSION_NODE_ID plus process incarnation ownership, resource fence tokens and one-publish-per-tenancy refs under refs/fusion/workspace-lease/_ and refs/fusion/merge-dispatch/_. Merge-dispatch tenancy pins publish on every target sub-repository remote before any workspace land begins; merge and land commit points use fence-validated target/fence CAS operations. `isMergePending` consults durable dispatch leases after local state, while startup and periodic sweeps conservatively retire only expired leases. Pending land intents recover project-wide from remote reachability through holder or no-live-lease recovery authority. + dev: Adds migration 0060 lease and land-intent tables, FUSION*NODE_ID plus process incarnation ownership, resource fence tokens and one-publish-per-tenancy refs under refs/fusion/workspace-lease/* and refs/fusion/merge-dispatch/\_. Merge-dispatch tenancy pins publish on every target sub-repository remote before any workspace land begins; merge and land commit points use fence-validated target/fence CAS operations. `isMergePending` consults durable dispatch leases after local state, while startup and periodic sweeps conservatively retire only expired leases. Pending land intents recover project-wide from remote reachability through holder or no-live-lease recovery authority. - ebd345d: summary: Workspace tasks with no acquired sub-repo now complete or fail review consistently. category: fix dev: Uses classifyWorkspaceZeroAcquire and the retryable review seam flag to avoid deterministic retry exhaustion. diff --git a/packages/cli/package.json b/packages/cli/package.json index 81804def9e..be186045c9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 616cc630ca..5afe9e4af1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.77.0-beta.1 + ## 0.77.0-beta.0 ## 0.76.0 diff --git a/packages/core/package.json b/packages/core/package.json index 443dc698bd..b893e50937 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 eb3f030198..b9b7b1c4fe 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,26 @@ # @fusion/dashboard +## 0.77.0-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/engine@0.77.0-beta.1 +- @fusion/i18n@0.39.36-beta.1 +- @fusion-plugin-examples/claude-runtime@0.1.11-beta.1 +- @fusion-plugin-examples/cli-printing-press@0.1.53-beta.1 +- @fusion-plugin-examples/compound-engineering@0.1.36-beta.1 +- @fusion-plugin-examples/cursor-runtime@0.1.55-beta.1 +- @fusion-plugin-examples/dependency-graph@0.1.67-beta.1 +- @fusion-plugin-examples/grok-runtime@0.2.14-beta.1 +- @fusion-plugin-examples/hermes-runtime@0.2.86-beta.1 +- @fusion-plugin-examples/omp-runtime@0.1.11-beta.1 +- @fusion-plugin-examples/quality@0.1.11-beta.1 +- @fusion-plugin-examples/roadmap@0.1.55-beta.1 +- @fusion-plugin-examples/droid-runtime@0.1.62-beta.1 +- @fusion-plugin-examples/openclaw-runtime@0.2.86-beta.1 +- @fusion-plugin-examples/paperclip-runtime@0.2.86-beta.1 + ## 0.77.0-beta.0 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index b46870bc3e..0e23e552d6 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 8b2945a1d6..5b54b2a979 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,13 @@ # @fusion/desktop +## 0.77.0-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/dashboard@0.77.0-beta.1 +- @fusion/engine@0.77.0-beta.1 + ## 0.77.0-beta.0 ### Patch Changes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 1cd957e36e..3bd7903555 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@fusion/desktop", "productName": "Fusion", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.1", "license": "MIT", "author": { "name": "Runfusion", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index 56161c4ade..b03ff56b0f 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.62-beta.1 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.62-beta.1 + ## 0.11.62-beta.0 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index 516dca6066..0c6e47950f 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/droid-cli", - "version": "0.11.62-beta.0", + "version": "0.11.62-beta.1", "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 d92d40bc68..d529f101e7 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.77.0-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/pi-claude-cli@0.77.0-beta.1 + ## 0.77.0-beta.0 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 401ba13d7b..ceac2a96e7 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 1e790566d2..110f158306 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/i18n +## 0.39.36-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 + ## 0.39.36-beta.0 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8300d60dbc..c456139229 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/i18n", - "version": "0.39.36-beta.0", + "version": "0.39.36-beta.1", "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 d3791db120..fab667e072 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.77.0-beta.1 + ## 0.77.0-beta.0 ## 0.76.0 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index ef05418d5e..d0acb59d7c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 fedcb3240b..624c2d68ba 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.77.0-beta.1 + ## 0.77.0-beta.0 ## 0.76.0 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index ac8a9ad2c6..8e568c3a77 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.77.0-beta.0", + "version": "0.77.0-beta.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 91be4c4fe3..5802901a0b 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.77.0-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 + ## 0.77.0-beta.0 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index 019af131f4..544a2b49f1 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/plugin-sdk", - "version": "0.77.0-beta.0", + "version": "0.77.0-beta.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 23c0f085d2..356a4e004e 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.86-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.86-beta.0 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index 1c280fc54b..0c743e58b3 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.86-beta.0", + "version": "0.2.86-beta.1", "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 c59ab1ea99..0b7366ab50 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.86-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.86-beta.0 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 123922761a..a4a2312743 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.86-beta.0", + "version": "0.2.86-beta.1", "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 71cd205aec..a263eccd09 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.86-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.86-beta.0 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index 7fc898d606..feb177f65f 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.86-beta.0", + "version": "0.2.86-beta.1", "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 61cab27c6c..7e51e69d14 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.86-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.86-beta.0 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index 8c89cd00be..1501c946c4 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.86-beta.0", + "version": "0.2.86-beta.1", "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 e22f58f2ed..b89a08393b 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.36-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.36-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-acp-runtime/package.json b/plugins/fusion-plugin-acp-runtime/package.json index ce183c3e0e..40f8c250cf 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.36-beta.0", + "version": "0.1.36-beta.1", "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 b21db84c15..3fcf054e41 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.56-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.56-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-agent-browser/package.json b/plugins/fusion-plugin-agent-browser/package.json index 5744c48cb0..927cddb3c1 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.56-beta.0", + "version": "0.1.56-beta.1", "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 a4637dde50..b90247f321 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.11-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.11-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-claude-runtime/package.json b/plugins/fusion-plugin-claude-runtime/package.json index 5b0c26155d..b5b7a667ba 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.11-beta.0", + "version": "0.1.11-beta.1", "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 770f63458e..4b266c397b 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.53-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.53-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-cli-printing-press/package.json b/plugins/fusion-plugin-cli-printing-press/package.json index 8092697963..7791387f14 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.53-beta.0", + "version": "0.1.53-beta.1", "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 d029f4ae90..f31f17d257 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.36-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.36-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-compound-engineering/package.json b/plugins/fusion-plugin-compound-engineering/package.json index 6f7c1497dc..dc26194274 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.36-beta.0", + "version": "0.1.36-beta.1", "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 e1a33af084..047fe0d69b 100644 --- a/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-cursor-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/cursor-runtime +## 0.1.55-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.55-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-cursor-runtime/package.json b/plugins/fusion-plugin-cursor-runtime/package.json index a6e7922ed6..ba43fa8944 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.55-beta.0", + "version": "0.1.55-beta.1", "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 4054072833..7aec201427 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.67-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.67-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index 66a4434336..9070edca55 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.67-beta.0", + "version": "0.1.67-beta.1", "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 fe861043cb..a4c57e992e 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.62-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.62-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index 642b334587..0df8c8bdcb 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.62-beta.0", + "version": "0.1.62-beta.1", "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 ae79bf564c..ce6aca5081 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.55-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.55-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-even-realities-glasses/package.json b/plugins/fusion-plugin-even-realities-glasses/package.json index 9e99cd77e8..2b861e275c 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.55-beta.0", + "version": "0.1.55-beta.1", "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 4ec7f65aea..8f431c5804 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.14-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.14-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-grok-runtime/package.json b/plugins/fusion-plugin-grok-runtime/package.json index 463e7256d3..d2201f1f55 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.14-beta.0", + "version": "0.2.14-beta.1", "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 db002aa099..ab6fc2fcf1 100644 --- a/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/hermes-runtime +## 0.2.86-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.86-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index 95e8fead1f..b784774405 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.86-beta.0", + "version": "0.2.86-beta.1", "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 68d0a80784..43abde8693 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.18-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.18-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-linear-import/package.json b/plugins/fusion-plugin-linear-import/package.json index 8937c98142..d357b3493e 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.18-beta.0", + "version": "0.1.18-beta.1", "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 62150a961f..a85d3cdaab 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.11-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.11-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-omp-runtime/package.json b/plugins/fusion-plugin-omp-runtime/package.json index 903fc20e0c..7409b969e9 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.11-beta.0", + "version": "0.1.11-beta.1", "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 5e3df7edc4..aed38bbb57 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.86-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.86-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index 11e3092881..303517695d 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.86-beta.0", + "version": "0.2.86-beta.1", "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 22d3a32d6c..7d5626b6b8 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.86-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.2.86-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index 3837d8814d..c33ecf08b7 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.86-beta.0", + "version": "0.2.86-beta.1", "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 572b34d153..8ccee22fd1 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.11-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.11-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-quality/package.json b/plugins/fusion-plugin-quality/package.json index b9975cc23c..e1bd7c049f 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.11-beta.0", + "version": "0.1.11-beta.1", "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 114476af7a..fc37b2cbbb 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.55-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/dashboard@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.55-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-reports/package.json b/plugins/fusion-plugin-reports/package.json index 21e6b7e670..7577168b41 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.55-beta.0", + "version": "0.1.55-beta.1", "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 e70c5829c6..00ddeb32ca 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.55-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.55-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-roadmap/package.json b/plugins/fusion-plugin-roadmap/package.json index 9a3e081b0f..d2379d841a 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.55-beta.0", + "version": "0.1.55-beta.1", "type": "module", "description": "Roadmap plugin package for Fusion", "private": true, diff --git a/plugins/fusion-plugin-todos/CHANGELOG.md b/plugins/fusion-plugin-todos/CHANGELOG.md index 85b4bee3dd..9c37a41463 100644 --- a/plugins/fusion-plugin-todos/CHANGELOG.md +++ b/plugins/fusion-plugin-todos/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/todos +## 0.1.4-beta.1 + +### Patch Changes + +- @fusion/core@0.77.0-beta.1 +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.4-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-todos/package.json b/plugins/fusion-plugin-todos/package.json index 1afe4e54f4..265c051249 100644 --- a/plugins/fusion-plugin-todos/package.json +++ b/plugins/fusion-plugin-todos/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/todos", - "version": "0.1.4-beta.0", + "version": "0.1.4-beta.1", "type": "module", "private": true, "description": "Todo Lists plugin package for Fusion", diff --git a/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md b/plugins/fusion-plugin-whatsapp-chat/CHANGELOG.md index 9a27760317..e0fd99d74d 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.55-beta.1 + +### Patch Changes + +- @fusion/plugin-sdk@0.77.0-beta.1 + ## 0.1.55-beta.0 ### Patch Changes diff --git a/plugins/fusion-plugin-whatsapp-chat/package.json b/plugins/fusion-plugin-whatsapp-chat/package.json index 1a6d39b951..43838e38d2 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.55-beta.0", + "version": "0.1.55-beta.1", "type": "module", "description": "WhatsApp Web (Baileys) chat bridge for Fusion agents", "keywords": [