chore(release): v0.75.0-beta.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-08-03 13:04:46 -07:00
parent 338caa89b7
commit 77c698a249
74 changed files with 428 additions and 36 deletions

58
.changeset/pre.json Normal file
View File

@@ -0,0 +1,58 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@runfusion/fusion": "0.74.0",
"runfusion.ai": "0.74.0",
"@fusion/core": "0.74.0",
"@fusion/dashboard": "0.74.0",
"@fusion/desktop": "0.74.0",
"@fusion/droid-cli": "0.11.58",
"@fusion/engine": "0.74.0",
"@fusion/i18n": "0.39.32",
"@fusion/mobile": "0.74.0",
"@fusion/pi-claude-cli": "0.74.0",
"@fusion/pi-llama-cpp": "0.17.2",
"@fusion/plugin-sdk": "0.74.0",
"@fusion-plugin-examples/auto-label": "0.2.82",
"@fusion-plugin-examples/ci-status": "0.2.82",
"@fusion-plugin-examples/notification": "0.2.82",
"@fusion-plugin-examples/settings-demo": "0.2.82",
"@fusion-plugin-examples/acp-runtime": "0.1.32",
"@fusion-plugin-examples/agent-browser": "0.1.52",
"@fusion-plugin-examples/claude-runtime": "0.1.7",
"@fusion-plugin-examples/cli-printing-press": "0.1.49",
"@fusion-plugin-examples/compound-engineering": "0.1.32",
"@fusion-plugin-examples/cursor-runtime": "0.1.51",
"@fusion-plugin-examples/dependency-graph": "0.1.63",
"@fusion-plugin-examples/droid-runtime": "0.1.58",
"@fusion-plugin-examples/even-realities-glasses": "0.1.51",
"@fusion-plugin-examples/grok-runtime": "0.2.10",
"@fusion-plugin-examples/hermes-runtime": "0.2.82",
"@fusion-plugin-examples/linear-import": "0.1.14",
"@fusion-plugin-examples/omp-runtime": "0.1.7",
"@fusion-plugin-examples/openclaw-runtime": "0.2.82",
"@fusion-plugin-examples/paperclip-runtime": "0.2.82",
"@fusion-plugin-examples/quality": "0.1.7",
"@fusion-plugin-examples/reports": "0.1.51",
"@fusion-plugin-examples/roadmap": "0.1.51",
"@fusion-plugin-examples/todos": "0.1.0",
"@fusion-plugin-examples/whatsapp-chat": "0.1.51"
},
"changesets": [
"calm-todos-build",
"clear-plan-approval-status",
"credential-instance-self-heal",
"fix-plugin-sdk-declarations",
"fn-8753-voice-input-enable",
"fn-8754-responsive-list-detail",
"fn-8755-file-editor-history",
"fn-8757-mobile-planning-review",
"fn-8759-planning-session-qa",
"fn-8760-planning-wake",
"fn-8762-todos-plugin",
"fn-8766-task-detail-popup-spacing",
"planning-reusable-task-creation",
"restore-fn-8752-8753-locale-parity"
]
}

View File

@@ -13885,6 +13885,14 @@ for reference.
- Updated dependencies [a2ed6d0]
- @runfusion/fusion@0.1.0
## 0.39.33-beta.0
### @fusion/i18n
#### Patch Changes
- @fusion/core@0.75.0-beta.0
## 0.39.32
### @fusion/i18n
@@ -14280,6 +14288,14 @@ for reference.
- @fusion/core@0.40.0
## 0.11.59-beta.0
### @fusion/droid-cli
#### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.59-beta.0
## 0.11.58
### @fusion/droid-cli

View File

@@ -2,6 +2,35 @@
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.0-beta.0
### Highlights
- Approved or rejected plans now release their tasks instead of stalling in Planning Mode
- Planning Mode keeps every interview answer and can create repeat tasks from one plan
- Todo Lists is now an optional per-project plugin, with CLI packaging restored
- Executor sessions resolve custom-provider credentials the same way chat does
- Undo/redo in editable file editors, plus a mobile shortcut to review an evolving plan
### New
- Todo Lists ships as an optional first-party plugin you enable per project, moving the backend route and dashboard view out of the host.
- Editable file editors gain undo and redo controls, backed by the editor's own history and kept in sync with externally loaded content.
- Mobile Planning Mode adds a shortcut to review the evolving plan after five answers; it switches to the workspace tab without submitting your in-progress response.
- List task details now adapt to the available content width, routing to a split view when there's room — an explicit popup preference still wins.
### Fixed
- Plans you manually approve or reject now release their task so it can continue, and approved plan fingerprints survive field merges.
- Tasks created from a Planning Mode interview retain the complete set of decisions, with one shared handoff format across single, CLI, and multi-task creation.
- Planning Mode tasks are scheduled promptly in the workflow lane you selected; replayed proposal claims no longer re-wake triage.
- You can create another task from the same plan without first editing it, while repeat actions stay idempotent.
- Executor credential resolution self-heals: no more synthesized "default" credential instance, unresolved instances soft-fail to the legacy unscoped provider key, and renamed custom-provider slugs match when unambiguous.
- Voice Input can be enabled on supported installations once its model is ready, with stable readiness codes reported.
- The plugin SDK's type declarations and Todo Lists packaging are restored in full releases; the bundled Todo plugin gets its store from the runtime shim.
- The floating Task Detail popup's close control lines up with the header edge; only desktop resize targets moved outboard, preserving scrollbar clearance.
- Project escalation models and voice input states are translated again in every supported secondary locale.
## 0.74.0
### Highlights

View File

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

View File

@@ -1,5 +1,25 @@
# runfusion.ai
## 0.75.0-beta.0
### Patch Changes
- Updated dependencies [5d8d494]
- Updated dependencies [c8ff721]
- Updated dependencies [4ff41a7]
- Updated dependencies [56819e2]
- Updated dependencies [fb0863f]
- Updated dependencies [d39acb5]
- Updated dependencies [af66b38]
- Updated dependencies [b269bff]
- Updated dependencies [f1ed5ac]
- Updated dependencies [71ba437]
- Updated dependencies [5b2b31d]
- Updated dependencies [fef9692]
- Updated dependencies [7854323]
- Updated dependencies [40453ac]
- @runfusion/fusion@0.75.0-beta.0
## 0.74.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,55 @@
# @runfusion/fusion
## 0.75.0-beta.0
### Minor Changes
- 5b2b31d: summary: Add Todo Lists as an optional per-project first-party plugin.
category: feature
dev: Moves the Todo backend route and dashboard view from hardcoded host ownership into fusion-plugin-todos.
### Patch Changes
- 5d8d494: summary: Restore clean CLI packaging for the bundled Todo Lists plugin.
category: fix
dev: Re-exports AgentStore through the bundled plugin core runtime shim.
- c8ff721: summary: Release manually approved or rejected plans so their tasks can continue.
category: fix
dev: Uses TaskStore null-clear semantics and persists approved plan fingerprints through field merges.
- 4ff41a7: summary: Self-heal executor credential resolution so custom providers and renames match chat.
category: fix
dev: Stop synthesizing credentialInstanceId "default" into executor sessions; soft-fail unresolved instances to the legacy unscoped auth path (customProviders.apiKey); collapse-match renamed custom-provider auth slugs when unique.
- 56819e2: summary: Restore plugin SDK declarations and Todo Lists packaging.
category: fix
dev: Full releases typecheck the SDK entry; the Todo bundle now receives AgentStore from the runtime shim.
- fb0863f: summary: Let supported installations enable Voice Input after its model is ready.
category: fix
dev: Publishes sherpa-onnx-node as an optional runtime dependency and reports stable readiness codes.
- d39acb5: summary: Make List task details adapt to available content width.
category: feature
dev: List uses measured usable width for split detail routing; popup preference still overrides it.
- af66b38: summary: Add undo and redo controls to editable file editors.
category: feature
dev: Uses CodeMirror native history with controlled external-content baselines.
- b269bff: summary: Add a mobile Planning Mode shortcut to review the evolving plan after five answers.
category: feature
dev: Review plan switches the existing mobile workspace tab without submitting the current response.
- f1ed5ac: summary: Retain complete Planning Mode interview decisions in every created task.
category: fix
dev: Centralizes Planning Mode task handoff formatting across single, CLI, and multi-task creation.
- 71ba437: summary: Schedule Planning Mode-created tasks promptly in selected workflow lanes.
category: fix
dev: Publish task creation lifecycle lanes after durable workflow selection; replayed proposal claims do not re-wake triage.
- fef9692: summary: Align the floating Task Detail popup close control with its header edge.
category: fix
dev: Moves only Task Detail desktop resize targets outboard while retaining shared scrollbar clearance.
- 7854323: summary: Allow Planning Mode to create another task from the same plan without requiring an edit.
category: fix
dev: Advances the durable planning creation epoch while preserving per-action idempotency.
- 40453ac: summary: Restore locale parity for project escalation models and voice input states
category: fix
dev: Add the FN-8752 and FN-8753 settings keys to every supported secondary locale catalog.
## 0.74.0
### Minor Changes

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.74.0",
"version": "0.75.0-beta.0",
"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.0-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/engine@0.75.0-beta.0
- @fusion/i18n@0.39.33-beta.0
- @fusion-plugin-examples/claude-runtime@0.1.8-beta.0
- @fusion-plugin-examples/cli-printing-press@0.1.50-beta.0
- @fusion-plugin-examples/compound-engineering@0.1.33-beta.0
- @fusion-plugin-examples/dependency-graph@0.1.64-beta.0
- @fusion-plugin-examples/grok-runtime@0.2.11-beta.0
- @fusion-plugin-examples/omp-runtime@0.1.8-beta.0
- @fusion-plugin-examples/quality@0.1.8-beta.0
- @fusion-plugin-examples/roadmap@0.1.52-beta.0
- @fusion-plugin-examples/cursor-runtime@0.1.52-beta.0
- @fusion-plugin-examples/droid-runtime@0.1.59-beta.0
- @fusion-plugin-examples/hermes-runtime@0.2.83-beta.0
- @fusion-plugin-examples/openclaw-runtime@0.2.83-beta.0
- @fusion-plugin-examples/paperclip-runtime@0.2.83-beta.0
## 0.74.0
### Patch Changes

View File

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

View File

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

View File

@@ -1,5 +1,11 @@
# @fusion/droid-cli
## 0.11.59-beta.0
### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.59-beta.0
## 0.11.58
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/droid-cli",
"version": "0.11.58",
"version": "0.11.59-beta.0",
"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.0-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/pi-claude-cli@0.75.0-beta.0
## 0.74.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.74.0",
"version": "0.75.0-beta.0",
"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.33-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
## 0.39.32
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/i18n",
"version": "0.39.32",
"version": "0.39.33-beta.0",
"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.0-beta.0
## 0.74.0
## 0.74.0-beta.9

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/plugin-sdk",
"version": "0.74.0",
"version": "0.75.0-beta.0",
"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.83-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.82
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/ci-status
## 0.2.83-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.82
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/ci-status",
"version": "0.2.82",
"version": "0.2.83-beta.0",
"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.83-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.82
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/notification",
"version": "0.2.82",
"version": "0.2.83-beta.0",
"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.83-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.82
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/settings-demo",
"version": "0.2.82",
"version": "0.2.83-beta.0",
"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.33-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.32
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/acp-runtime",
"version": "0.1.32",
"version": "0.1.33-beta.0",
"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.53-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.52
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/agent-browser",
"version": "0.1.52",
"version": "0.1.53-beta.0",
"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.8-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/claude-runtime",
"version": "0.1.7",
"version": "0.1.8-beta.0",
"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.50-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.49
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/cli-printing-press",
"version": "0.1.49",
"version": "0.1.50-beta.0",
"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.33-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.32
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/cursor-runtime
## 0.1.52-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.51
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/dependency-graph
## 0.1.64-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.63
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.1.59-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.58
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/even-realities-glasses
## 0.1.52-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.51
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/even-realities-glasses",
"version": "0.1.51",
"version": "0.1.52-beta.0",
"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.11-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/grok-runtime",
"version": "0.2.10",
"version": "0.2.11-beta.0",
"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.83-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.82
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/hermes-runtime",
"version": "0.2.82",
"version": "0.2.83-beta.0",
"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.15-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.14
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/omp-runtime
## 0.1.8-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/omp-runtime",
"version": "0.1.7",
"version": "0.1.8-beta.0",
"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.83-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.82
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/paperclip-runtime
## 0.2.83-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.2.82
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/paperclip-runtime",
"version": "0.2.82",
"version": "0.2.83-beta.0",
"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.8-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/quality",
"version": "0.1.7",
"version": "0.1.8-beta.0",
"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.52-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/dashboard@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.51
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/roadmap
## 0.1.52-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.51
### Patch Changes

View File

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

View File

@@ -0,0 +1,8 @@
# @fusion-plugin-examples/todos
## 0.1.1-beta.0
### Patch Changes
- @fusion/core@0.75.0-beta.0
- @fusion/plugin-sdk@0.75.0-beta.0

View File

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

View File

@@ -1,5 +1,11 @@
# @fusion-plugin-examples/whatsapp-chat
## 0.1.52-beta.0
### Patch Changes
- @fusion/plugin-sdk@0.75.0-beta.0
## 0.1.51
### Patch Changes

View File

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