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

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-08-23 14:49:26 -07:00
parent 455bdbc007
commit e37ebd5af9
74 changed files with 381 additions and 36 deletions

View File

@@ -42,6 +42,8 @@
"changesets": [
"acp-session-subscribe-compat",
"add-orcarouter-provider",
"chat-archived-filter-row",
"chat-tag-filter-padding",
"dev-isolated-instance",
"dev-tunnel-prints-dashboard-token",
"dev-tunnel-targets-bound-port",
@@ -57,6 +59,7 @@
"fix-anthropic-login-banner-mobile",
"fix-anthropic-subscription-instance-login",
"fix-cc-spacing-and-settings-search",
"fix-chat-back-arrow",
"fix-codex-login-and-outboard-resize-targets",
"fix-dependency-graph-dashboard-interop",
"fix-docker-build-and-volume-ownership",
@@ -242,10 +245,20 @@
"fn-9186-no-progress-requeue-budget",
"fn-9187-bounded-auto-archive",
"fn-9188-managed-updates",
"fn-9191-iceberg-theme",
"fn-9192-chat-title-switcher",
"fn-9193-chat-docked-sidebar",
"fn-9194-mailbox-task-link-id",
"fn-9195-chat-ios-keyboard-composer",
"fn-9198-chat-title-switcher-menu-anchor",
"fn-9201-mobile-nav-keyboard-lift",
"fn-batch5-triage-duplicate-and-throttle-audit",
"fn-schema-baseline-0065",
"hermes-acp-custom-tools-bridge",
"insights-newest-first",
"kb-title-redirect-and-workflow-partition-fixes",
"merge-confirmed-finalization",
"merge-graph-authority",
"mission-interview-cli-runtime-routing",
"onboarding-autolaunch-non-interactive",
"onboarding-central-db-no-prompt",

View File

@@ -13885,6 +13885,14 @@ for reference.
- Updated dependencies [a2ed6d0]
- @runfusion/fusion@0.1.0
## 0.39.36-beta.8
### @fusion/i18n
#### Patch Changes
- @fusion/core@0.77.0-beta.8
## 0.39.36-beta.7
### @fusion/i18n
@@ -14448,6 +14456,14 @@ for reference.
- @fusion/core@0.40.0
## 0.11.62-beta.8
### @fusion/droid-cli
#### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.62-beta.8
## 0.11.62-beta.7
### @fusion/droid-cli

View File

@@ -2,6 +2,38 @@
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.8
### Highlights
- Auto-merge no longer merges a task before its workflow code review finishes
- Tasks whose branch already merged no longer stick as failed with unfinished steps
- Full Chat gains a resizable docked conversation sidebar and thread-title switching
- Chat and the mobile nav bar stay usable with the on-screen keyboard open
- New Iceberg theme, plus chat filter, back arrow, and mailbox task ID fixes
### New
- Full Chat has a resizable docked conversation sidebar; its width and open state persist across sessions.
- Switch Direct chats straight from the thread title without going back to the conversation list.
- Added the Iceberg color theme: navy-slate in dark mode, pale blue-gray in light.
### Fixed
- Auto-merge is fenced on satisfied pre-merge gates: the in-review sweep, the column-entry handoff, the unpause re-enqueue, and the pre-dispatch check all service recoveries instead of starting merges. A card merges only when it is merge-confirmed, parked at a merge-region node, recovering an interrupted attempt, or long-quiescent, and a foreign live session always defers. Workspace and shared-branch-group cards follow the same rules.
- A task whose branch already landed can no longer get stuck as failed with unfinished steps; once landing is proven, incomplete steps are logged rather than blocking finalization. A no-op merge that landed no content still blocks.
- Restored title-based duplicate redirects in triage, and planning-stall diagnostics now survive a failed audit write instead of being silently marked as throttled.
- The Chat message box stays visible above the software keyboard on tablets and landscape phones.
- The mobile navigation bar no longer rises with the on-screen keyboard.
- The chat conversation switcher dropdown is now visible on narrow chat surfaces.
- The chat sidebar shows a compact Archived toggle on the tag filter line, and the tag filter has proper inner padding so "All tags" is not cramped.
- Chat's back button uses a real back arrow icon instead of a text character.
- Mailbox task links show the real task ID instead of a raw placeholder.
### Performance
- Merge sweep reads are batched, so admission costs a fixed number of queries per poll rather than scaling with the number of cards on the board.
## 0.77.0-beta.7
### Highlights

View File

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

View File

@@ -1,5 +1,24 @@
# runfusion.ai
## 0.77.0-beta.8
### Patch Changes
- Updated dependencies [323d55a]
- Updated dependencies [bd93723]
- Updated dependencies [46b329f]
- Updated dependencies [3af5441]
- Updated dependencies [0fc2c23]
- Updated dependencies [eaa1d47]
- Updated dependencies [3f448f7]
- Updated dependencies [52d124b]
- Updated dependencies [3857e0d]
- Updated dependencies [3d37cfa]
- Updated dependencies [455bdbc]
- Updated dependencies [a879ead]
- Updated dependencies [038f802]
- @runfusion/fusion@0.77.0-beta.8
## 0.77.0-beta.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,50 @@
# @runfusion/fusion
## 0.77.0-beta.8
### Minor Changes
- 3af5441: summary: Add the Iceberg color theme (navy-slate dark, pale blue-gray light).
category: feature
- 0fc2c23: summary: Switch Direct chats from the thread title without returning to the conversation list.
category: feature
dev: Adds the ChatThreadTitleSwitcher component and stable menu test IDs.
- eaa1d47: summary: Add a resizable docked conversation sidebar to full Chat.
category: feature
dev: Persists fusion:chat-docked-sidebar-width and fusion:chat-docked-sidebar-open.
### Patch Changes
- 323d55a: summary: Chat sidebar shows a compact Archived toggle on the tag filter line.
category: fix
dev: ChatView sidebar filter row (.chat-sidebar-filter-row); .chat-archived-toggle restyled, testid unchanged.
- bd93723: summary: Give the chat sidebar tag filter proper inner padding so "All tags" is not cramped.
category: fix
dev: Updates `.chat-tag-filter select` padding in ChatView.css to `var(--space-sm) var(--space-md)`; pinned by a stylesheet-source regression test.
- 46b329f: summary: Chat's back button now shows a real back arrow icon instead of a text character.
category: fix
- 3f448f7: summary: Mailbox task links now show the real task ID instead of a raw placeholder.
category: fix
dev: Aligns MailboxRelatedWorkLink with the mailbox.viewTask and mailbox.viewTaskAria {{id}} variable contract.
- 52d124b: summary: Keep the Chat message box visible above the software keyboard on tablets and landscape phones.
category: fix
dev: Aligns keyboard tracking hosts, promotes the thread clamp, and measures thread viewport offset.
- 3857e0d: summary: Make the chat conversation switcher dropdown visible on narrow chat surfaces.
category: fix
dev: Anchors the narrow-host menu to the thread header and adds the --space-3xs focus-ring token.
- 3d37cfa: summary: Stop the mobile navigation bar from rising with the on-screen keyboard.
category: fix
dev: Clamp computeIcbOffsets, add computeMobileBarKeyboardFlags focus state, useKeyboardFocusPending, and useMobileBarKeyboardState.
- 455bdbc: summary: Restore title-based duplicate redirects and keep planning-stall diagnostics after a failed audit write.
category: fix
dev: Re-applies FN-8840's title-aware path in `triage.ts` (reverted by accident in 1cf86baa1c) and adds an engine `emitBoundedRunAuditWithOutcome` seam plus `RunAuditor.databaseWithOutcome` so the FN-8600 throttle marker is only set on a proven write.
- a879ead: summary: A task whose branch already merged can no longer get stuck as failed with unfinished steps.
category: fix
dev: `getMergeConfirmedFinalizationBlocker` (core) exempts incomplete `steps` at all four merge-confirmed finalization sites once landing is proven, while a no-op merge that landed no content still blocks. Unfinished steps are logged as `MergeConfirmedFinalizeUnfinishedSteps` rather than dropped.
- 038f802: summary: Auto-merge no longer merges a task before its workflow's code review has finished.
category: fix
dev: Every merge door — the in-review sweep, the 300ms column-entry handoff, the unpause re-enqueue, and the pre-dispatch check — is demoted from merge initiator to recovery servicer. `classifyMergeSweepAdmission` (core) admits a card only when it is merge-confirmed, parked at a merge-region node, recovering an interrupted attempt, or long-quiescent; a foreign live session always defers, and every initiation is fenced on satisfied pre-merge gates. Sweep reads are batched (`listWorkflowWorkItemsForTasks`, `getMergeRequestRecordsAsync`) so admission costs O(1) queries per poll rather than O(cards). Workspace and shared-branch-group cards resolve through the same rules — `branch-group-*` nodes are merge-region, and an in-flight sub-repo land reads as live.
## 0.77.0-beta.7
### Minor Changes

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.77.0-beta.7",
"version": "0.77.0-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/engine@0.77.0-beta.8
- @fusion/i18n@0.39.36-beta.8
- @fusion-plugin-examples/claude-runtime@0.1.11-beta.8
- @fusion-plugin-examples/cli-printing-press@0.1.53-beta.8
- @fusion-plugin-examples/compound-engineering@0.1.36-beta.8
- @fusion-plugin-examples/cursor-runtime@0.1.55-beta.8
- @fusion-plugin-examples/dependency-graph@0.1.67-beta.8
- @fusion-plugin-examples/grok-runtime@0.2.14-beta.8
- @fusion-plugin-examples/hermes-runtime@0.2.86-beta.8
- @fusion-plugin-examples/omp-runtime@0.1.11-beta.8
- @fusion-plugin-examples/quality@0.1.11-beta.8
- @fusion-plugin-examples/roadmap@0.1.55-beta.8
- @fusion-plugin-examples/droid-runtime@0.1.62-beta.8
- @fusion-plugin-examples/openclaw-runtime@0.2.86-beta.8
- @fusion-plugin-examples/paperclip-runtime@0.2.86-beta.8
## 0.77.0-beta.7
### Patch Changes

View File

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

View File

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

View File

@@ -1,5 +1,11 @@
# @fusion/droid-cli
## 0.11.62-beta.8
### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.62-beta.8
## 0.11.62-beta.7
### Patch Changes

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.77.0-beta.7",
"version": "0.77.0-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
## 0.39.36-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/i18n",
"version": "0.39.36-beta.7",
"version": "0.39.36-beta.8",
"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.8
## 0.77.0-beta.7
## 0.77.0-beta.6

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/plugin-sdk",
"version": "0.77.0-beta.7",
"version": "0.77.0-beta.8",
"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.8
### Patch Changes
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.2.86-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/auto-label",
"version": "0.2.86-beta.7",
"version": "0.2.86-beta.8",
"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.8
### Patch Changes
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.2.86-beta.7
### Patch Changes

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/settings-demo",
"version": "0.2.86-beta.7",
"version": "0.2.86-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.36-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/acp-runtime",
"version": "0.1.36-beta.7",
"version": "0.1.36-beta.8",
"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.8
### Patch Changes
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.56-beta.7
### Patch Changes

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/claude-runtime",
"version": "0.1.11-beta.7",
"version": "0.1.11-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.53-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/cli-printing-press",
"version": "0.1.53-beta.7",
"version": "0.1.53-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.36-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/compound-engineering",
"version": "0.1.36-beta.7",
"version": "0.1.36-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.55-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/cursor-runtime",
"version": "0.1.55-beta.7",
"version": "0.1.55-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.67-beta.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.1.62-beta.8
### Patch Changes
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.62-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/droid-runtime",
"version": "0.1.62-beta.7",
"version": "0.1.62-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.55-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/even-realities-glasses",
"version": "0.1.55-beta.7",
"version": "0.1.55-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.2.14-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/grok-runtime",
"version": "0.2.14-beta.7",
"version": "0.2.14-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.2.86-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/hermes-runtime",
"version": "0.2.86-beta.7",
"version": "0.2.86-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.18-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/linear-import",
"version": "0.1.18-beta.7",
"version": "0.1.18-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.11-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/omp-runtime",
"version": "0.1.11-beta.7",
"version": "0.1.11-beta.8",
"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.8
### Patch Changes
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.2.86-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/openclaw-runtime",
"version": "0.2.86-beta.7",
"version": "0.2.86-beta.8",
"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.8
### Patch Changes
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.2.86-beta.7
### Patch Changes

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/quality",
"version": "0.1.11-beta.7",
"version": "0.1.11-beta.8",
"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.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/dashboard@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.55-beta.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/roadmap
## 0.1.55-beta.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.55-beta.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @fusion-plugin-examples/todos
## 0.1.4-beta.8
### Patch Changes
- @fusion/core@0.77.0-beta.8
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.4-beta.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion-plugin-examples/todos",
"version": "0.1.4-beta.7",
"version": "0.1.4-beta.8",
"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.8
### Patch Changes
- @fusion/plugin-sdk@0.77.0-beta.8
## 0.1.55-beta.7
### Patch Changes

View File

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