chore(release): v0.75.1-beta.2

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-08-05 18:19:27 -07:00
parent 4f4aef7173
commit cb500eeb4c
74 changed files with 351 additions and 37 deletions

View File

@@ -46,6 +46,15 @@
"fn-8793-workflow-review-items",
"fn-8794-review-kind",
"fn-8795-structured-review-findings",
"fn-8799-recovery-notifications"
"fn-8799-recovery-notifications",
"fn-8801-immediate-unpause-state",
"fn-8805-stable-task-title",
"fn-8806-task-title-flicker",
"fn-8807-dashboard-resume-revalidation",
"fn-8808-secrets-project-binding",
"fn-8809-secrets-chat-approval",
"fn-8810-secrets-env-runtime-wiring",
"fn-8811-shared-member-review-hold",
"workspace-busy-timer-cleanup"
]
}

View File

@@ -13885,6 +13885,14 @@ for reference.
- Updated dependencies [a2ed6d0]
- @runfusion/fusion@0.1.0
## 0.39.34-beta.2
### @fusion/i18n
#### Patch Changes
- @fusion/core@0.75.1-beta.2
## 0.39.34-beta.1
### @fusion/i18n
@@ -14328,6 +14336,14 @@ for reference.
- @fusion/core@0.40.0
## 0.11.60-beta.2
### @fusion/droid-cli
#### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.60-beta.2
## 0.11.60-beta.1
### @fusion/droid-cli

View File

@@ -2,6 +2,30 @@
User-facing release notes aggregated across all packages. This file is auto-synced from each `packages/*/CHANGELOG.md` by `scripts/release.mjs` — do not edit by hand.
## 0.75.1-beta.2
### Highlights
- Dashboard secrets now bind to the selected project instead of a fallback context
- Chat-agent secret approvals work again and failed decisions show an actionable reason
- Fresh task worktrees get their secrets-env files restored
- Task detail unpause refreshes state immediately, and cards revalidate after tab or browser resume
- An operator's review hold is honored before a mission task joins its shared branch
### Security
- Dashboard secret management is bound to the selected project: secrets routes reject requests that arrive without an explicit project before any fallback context resolution.
### Fixed
- Chat-agent secret approvals no longer fail silently; prompt-gated secret reads keep the registered engine session principal, and a failed decision now surfaces an actionable reason.
- Fresh task worktrees again receive their secrets-env files, because the runtime shares the project secrets store with executor and heartbeat worktree acquisition.
- Unpausing from task detail refreshes dashboard state right away through the shared lifecycle reconciliation path.
- Dashboard cards revalidate reliably after browser and tab resume; focus, visibility, page-show, and SSE reconnect now share one fenced revalidation path.
- Long task-detail titles stay stable when expanded or collapsed, and no longer flicker during window resize.
- An operator's explicit review hold is respected before a mission task joins its shared branch; mission policy auto-merge values stay distinct from per-task operator overrides.
- Stopping a workspace merge now cancels its pending contention retries instead of letting a busy re-enqueue timer fire later.
## 0.75.1-beta.1
### Highlights

View File

@@ -1,6 +1,6 @@
{
"name": "fusion-workspace",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"private": true,
"license": "MIT",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,20 @@
# runfusion.ai
## 0.75.1-beta.2
### Patch Changes
- Updated dependencies [59cfa47]
- Updated dependencies [4324762]
- Updated dependencies [6ccde2b]
- Updated dependencies [09e4808]
- Updated dependencies [00fdbe1]
- Updated dependencies [1db7adc]
- Updated dependencies [2a08278]
- Updated dependencies [4f4aef7]
- Updated dependencies [1e4c7fa]
- @runfusion/fusion@0.75.1-beta.2
## 0.75.1-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "runfusion.ai",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"license": "MIT",
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
"homepage": "https://runfusion.ai",

View File

@@ -1,5 +1,37 @@
# @runfusion/fusion
## 0.75.1-beta.2
### Patch Changes
- 59cfa47: summary: Refresh dashboard task state immediately after unpausing.
category: fix
dev: Detail pause controls now use the shared lifecycle reconciliation path.
- 4324762: summary: Keep long task-detail titles stable when expanded or collapsed.
category: fix
dev: Measures title eligibility only from the collapsed layout so resize callbacks preserve the operator's choice.
- 6ccde2b: summary: Keep expanded task titles stable without flickering during resize.
category: fix
dev: Measures the persistent title text box so its control cannot alter overflow eligibility.
- 09e4808: summary: Refresh dashboard cards reliably after browser and tab resume.
category: fix
dev: Unifies focus, visibility, pageshow, and SSE reconnect card revalidation with context fencing.
- 00fdbe1: summary: Bind dashboard secret management to the selected project.
category: fix
dev: Secrets routes now reject requests without an explicit projectId before fallback context resolution.
- 1db7adc: summary: Repair chat-agent secret approvals and show actionable decision failures.
category: fix
dev: Prompt-gated secret reads now retain the registered engine session principal.
- 2a08278: summary: Restore secrets-env files in fresh task worktrees.
category: fix
dev: Runtime shares the project secrets store with executor and heartbeat worktree acquisition.
- 4f4aef7: summary: Honor an operator's review hold before a mission task joins its shared branch.
category: fix
dev: Mission policy auto-merge values retain distinct provenance from operator task overrides.
- 1e4c7fa: summary: Stop cancels pending workspace merge contention retries.
category: fix
dev: Tracks workspace busy re-enqueue timers separately from merge maintenance timers.
## 0.75.1-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"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.75.1-beta.2
## 0.75.1-beta.1
## 0.75.1-beta.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"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.75.1-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/engine@0.75.1-beta.2
- @fusion/i18n@0.39.34-beta.2
- @fusion-plugin-examples/claude-runtime@0.1.9-beta.2
- @fusion-plugin-examples/cli-printing-press@0.1.51-beta.2
- @fusion-plugin-examples/compound-engineering@0.1.34-beta.2
- @fusion-plugin-examples/dependency-graph@0.1.65-beta.2
- @fusion-plugin-examples/grok-runtime@0.2.12-beta.2
- @fusion-plugin-examples/omp-runtime@0.1.9-beta.2
- @fusion-plugin-examples/quality@0.1.9-beta.2
- @fusion-plugin-examples/roadmap@0.1.53-beta.2
- @fusion-plugin-examples/cursor-runtime@0.1.53-beta.2
- @fusion-plugin-examples/droid-runtime@0.1.60-beta.2
- @fusion-plugin-examples/hermes-runtime@0.2.84-beta.2
- @fusion-plugin-examples/openclaw-runtime@0.2.84-beta.2
- @fusion-plugin-examples/paperclip-runtime@0.2.84-beta.2
## 0.75.1-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"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.75.1-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/dashboard@0.75.1-beta.2
- @fusion/engine@0.75.1-beta.2
## 0.75.1-beta.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@fusion/desktop",
"productName": "Fusion",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"license": "MIT",
"author": {
"name": "Runfusion",

View File

@@ -1,5 +1,11 @@
# @fusion/droid-cli
## 0.11.60-beta.2
### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.60-beta.2
## 0.11.60-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/droid-cli",
"version": "0.11.60-beta.1",
"version": "0.11.60-beta.2",
"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.75.1-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/pi-claude-cli@0.75.1-beta.2
## 0.75.1-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"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.34-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
## 0.39.34-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/i18n",
"version": "0.39.34-beta.1",
"version": "0.39.34-beta.2",
"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.75.1-beta.2
## 0.75.1-beta.1
## 0.75.1-beta.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/mobile",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"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.75.1-beta.2
## 0.75.1-beta.1
## 0.75.1-beta.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/pi-claude-cli",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"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.75.1-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
## 0.75.1-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/plugin-sdk",
"version": "0.75.1-beta.1",
"version": "0.75.1-beta.2",
"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.84-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.84-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/auto-label",
"version": "0.2.84-beta.1",
"version": "0.2.84-beta.2",
"type": "module",
"description": "Automatically labels tasks based on description content",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/ci-status
## 0.2.84-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.84-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/ci-status",
"version": "0.2.84-beta.1",
"version": "0.2.84-beta.2",
"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.84-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.84-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/notification",
"version": "0.2.84-beta.1",
"version": "0.2.84-beta.2",
"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.84-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.84-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/settings-demo",
"version": "0.2.84-beta.1",
"version": "0.2.84-beta.2",
"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.34-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.34-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/acp-runtime",
"version": "0.1.34-beta.1",
"version": "0.1.34-beta.2",
"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.54-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.54-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/agent-browser",
"version": "0.1.54-beta.1",
"version": "0.1.54-beta.2",
"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.9-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.9-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/claude-runtime",
"version": "0.1.9-beta.1",
"version": "0.1.9-beta.2",
"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.51-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.51-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/cli-printing-press",
"version": "0.1.51-beta.1",
"version": "0.1.51-beta.2",
"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.34-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.34-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/compound-engineering",
"version": "0.1.34-beta.1",
"version": "0.1.34-beta.2",
"type": "module",
"description": "Compound Engineering plugin for Fusion",
"private": true,

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/cursor-runtime
## 0.1.53-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.53-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/cursor-runtime",
"version": "0.1.53-beta.1",
"version": "0.1.53-beta.2",
"type": "module",
"description": "Cursor CLI runtime plugin for Fusion",
"keywords": [

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/dependency-graph
## 0.1.65-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.65-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/dependency-graph",
"version": "0.1.65-beta.1",
"version": "0.1.65-beta.2",
"type": "module",
"description": "Dependency graph dashboard view plugin for Fusion",
"private": true,

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.1.60-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.60-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/droid-runtime",
"version": "0.1.60-beta.1",
"version": "0.1.60-beta.2",
"type": "module",
"description": "Droid runtime plugin for Fusion",
"keywords": [

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/even-realities-glasses
## 0.1.53-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.53-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/even-realities-glasses",
"version": "0.1.53-beta.1",
"version": "0.1.53-beta.2",
"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.12-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.12-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/grok-runtime",
"version": "0.2.12-beta.1",
"version": "0.2.12-beta.2",
"type": "module",
"description": "Grok CLI runtime plugin for Fusion (ACP agent stdio)",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/hermes-runtime
## 0.2.84-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.84-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/hermes-runtime",
"version": "0.2.84-beta.1",
"version": "0.2.84-beta.2",
"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.16-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.16-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/linear-import",
"version": "0.1.16-beta.1",
"version": "0.1.16-beta.2",
"type": "module",
"description": "Linear issue import plugin for Fusion",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/omp-runtime
## 0.1.9-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.9-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/omp-runtime",
"version": "0.1.9-beta.1",
"version": "0.1.9-beta.2",
"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.84-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.84-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/openclaw-runtime",
"version": "0.2.84-beta.1",
"version": "0.2.84-beta.2",
"type": "module",
"description": "Provides OpenClaw runtime for Fusion AI agents",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/paperclip-runtime
## 0.2.84-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.2.84-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/paperclip-runtime",
"version": "0.2.84-beta.1",
"version": "0.2.84-beta.2",
"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.9-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.9-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/quality",
"version": "0.1.9-beta.1",
"version": "0.1.9-beta.2",
"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.53-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/dashboard@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.53-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/reports",
"version": "0.1.53-beta.1",
"version": "0.1.53-beta.2",
"type": "module",
"description": "Reports plugin for Fusion",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/roadmap
## 0.1.53-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.53-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/roadmap",
"version": "0.1.53-beta.1",
"version": "0.1.53-beta.2",
"type": "module",
"description": "Roadmap plugin package for Fusion",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/todos
## 0.1.2-beta.2
### Patch Changes
- @fusion/core@0.75.1-beta.2
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.2-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/todos",
"version": "0.1.2-beta.1",
"version": "0.1.2-beta.2",
"type": "module",
"private": true,
"description": "Todo Lists plugin package for Fusion",

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/whatsapp-chat
## 0.1.53-beta.2
### Patch Changes
- @fusion/plugin-sdk@0.75.1-beta.2
## 0.1.53-beta.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/whatsapp-chat",
"version": "0.1.53-beta.1",
"version": "0.1.53-beta.2",
"type": "module",
"description": "WhatsApp Web (Baileys) chat bridge for Fusion agents",
"keywords": [