chore(release): v0.77.0-beta.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-08-16 08:39:57 -07:00
parent 821e036c9d
commit 7380be699c
74 changed files with 327 additions and 37 deletions

View File

@@ -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"
]

View File

@@ -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

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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",

View File

@@ -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.

View File

@@ -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",

View File

@@ -1,5 +1,7 @@
# @fusion/core
## 0.77.0-beta.1
## 0.77.0-beta.0
## 0.76.0

View File

@@ -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",

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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",

View File

@@ -1,5 +1,7 @@
# @fusion/mobile
## 0.77.0-beta.1
## 0.77.0-beta.0
## 0.76.0

View File

@@ -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",

View File

@@ -1,5 +1,7 @@
# @fusion/pi-claude-cli
## 0.77.0-beta.1
## 0.77.0-beta.0
## 0.76.0

View File

@@ -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,

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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": [

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -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

View File

@@ -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",

View File

@@ -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

View File

@@ -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": [