chore(release): v0.73.0-beta.3
Version bump via changesets.
This commit is contained in:
@@ -43,13 +43,18 @@
|
||||
"FN-8399-migration-status-dashboard",
|
||||
"FN-8436-planning-no-reconnecting-hint",
|
||||
"beta-stable-release-channels",
|
||||
"board-header-active-chrome-count",
|
||||
"bump-pi-0-81-1",
|
||||
"calm-review-recovery",
|
||||
"calm-tasks-reuse-parent-intent",
|
||||
"clear-orphaned-pending-step-results",
|
||||
"cross-parent-diagnostic-file-path-claims",
|
||||
"cutover-delete-fn-review-step",
|
||||
"dashboard-custom-columns",
|
||||
"embedded-postgres-connection-cap",
|
||||
"exempt-task-prompt-write-approval",
|
||||
"fix-builtin-workflow-lifecycle",
|
||||
"fix-chat-freeform-task-create",
|
||||
"fix-chat-mailbox-nul-byte-sanitize",
|
||||
"fix-claude-usage-login-timeout",
|
||||
"fix-codex-weekly-usage-label",
|
||||
@@ -182,35 +187,74 @@
|
||||
"fn-8467-plugin-enable-state-consistency",
|
||||
"fn-8468-plugin-single-onload",
|
||||
"fn-8469-workflow-definition-id-allocator",
|
||||
"fn-8471-theme-filter",
|
||||
"fn-8472-ideas-column-indicator",
|
||||
"fn-8474-tablet-task-popup-gutter",
|
||||
"fn-8475-planning-status-badge",
|
||||
"fn-8476-coding-ideas-move",
|
||||
"fn-8477-planning-model-marker",
|
||||
"fn-8480-remove-column-header-descriptions",
|
||||
"fn-8481-ideas-github-tracking",
|
||||
"fn-8482-merging-badge",
|
||||
"fn-8489-mobile-column-settle",
|
||||
"fn-8490-step-execute-skill",
|
||||
"fn-8492-mobile-task-footer-single-row",
|
||||
"fn-8493-revising-status-badge",
|
||||
"fn-8494-replan-active-glow",
|
||||
"fn-8496-mobile-column-settle-residual",
|
||||
"fn-8498-quick-add-start-menu",
|
||||
"fn-8499-macos-postgres-libicu",
|
||||
"fn-8500-xiaomi-provider-icon",
|
||||
"fn-8501-mobile-footer-alignment",
|
||||
"fn-8502-chat-quick-add-attachments",
|
||||
"fn-8503-unbounded-code-review-retries",
|
||||
"fn-8504-chat-reentry-state",
|
||||
"fn-8509-coding-ideas-start-todo",
|
||||
"fn-991-archived-mission-reconciliation",
|
||||
"fx-004-task-document-cas",
|
||||
"fx-005-archived-document-publication",
|
||||
"github-report-screenshot-embed",
|
||||
"grok-fallback-no-preempt",
|
||||
"grok-process-lifecycle-owner",
|
||||
"guard-empty-implementation-plans",
|
||||
"improve-planning-refinement-menu",
|
||||
"improve-sequential-planning-workspace",
|
||||
"install-agent-browser-windows",
|
||||
"ir-driven-lifecycle-cutover",
|
||||
"isolate-provider-rate-limit-pauses",
|
||||
"legacy-adoption-and-ir-pin",
|
||||
"legacy-adoption-live-status-stomp",
|
||||
"live-gate-running-count",
|
||||
"mcp-bootstrap-resilience",
|
||||
"merge-review-blockers-survive-rebuilds",
|
||||
"mobile-board-pointercancel-settle",
|
||||
"omp-process-lifecycle-owner",
|
||||
"ordered-step-starts",
|
||||
"orphaned-pending-rewrite-to-failed",
|
||||
"plan-review-missing-artifact",
|
||||
"plan-review-root-lease-cleanup",
|
||||
"planning-initial-plan-refresh",
|
||||
"planning-turn-sync",
|
||||
"plugin-mcp-servers",
|
||||
"polish-planning-markdown-review",
|
||||
"postgres-health-false-corruption",
|
||||
"preserve-needs-replan-adoption",
|
||||
"prevent-cross-parent-diagnostic-duplicates",
|
||||
"project-workflow-model-lanes",
|
||||
"quickentry-agent-outside-click",
|
||||
"quiet-tasks-stop-before-todo",
|
||||
"quiet-triage-recovery",
|
||||
"read-sqlite-migration-health",
|
||||
"report-screenshot-artifacts",
|
||||
"respect-user-paused-dispatch",
|
||||
"restore-mission-validation-recovery",
|
||||
"retry-returned-planning-streams",
|
||||
"safe-test-database",
|
||||
"single-flight-anthropic-refresh",
|
||||
"single-github-progress-update",
|
||||
"six-column-merge-boundary",
|
||||
"task-card-popup-deep-tabs",
|
||||
"task-stats-provenance-section",
|
||||
"task-verification-status-placement",
|
||||
"tidy-planning-questions",
|
||||
"track-task-planning-lineage",
|
||||
|
||||
@@ -13885,6 +13885,14 @@ for reference.
|
||||
- Updated dependencies [a2ed6d0]
|
||||
- @runfusion/fusion@0.1.0
|
||||
|
||||
## 0.39.31-beta.3
|
||||
|
||||
### @fusion/i18n
|
||||
|
||||
#### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
|
||||
## 0.39.31-beta.2
|
||||
|
||||
### @fusion/i18n
|
||||
@@ -14152,6 +14160,14 @@ for reference.
|
||||
|
||||
- @fusion/core@0.40.0
|
||||
|
||||
## 0.11.57-beta.3
|
||||
|
||||
### @fusion/droid-cli
|
||||
|
||||
#### Patch Changes
|
||||
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.57-beta.3
|
||||
|
||||
## 0.11.57-beta.2
|
||||
|
||||
### @fusion/droid-cli
|
||||
|
||||
54
CHANGELOG.md
54
CHANGELOG.md
@@ -2,6 +2,60 @@
|
||||
|
||||
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.73.0-beta.3
|
||||
|
||||
### Highlights
|
||||
- Planning Mode is rebuilt as an ongoing interview you validate explicitly — no more automatic checkpoint finalizing a plan for you
|
||||
- Report screenshots and activity traces are scrubbed of paths and tokens before anything is filed
|
||||
- Pick your update track: beta or stable release channels, selectable in Settings or via `fn update --channel`
|
||||
- Boards now move cards through your own custom workflow's columns instead of a fixed six-column set
|
||||
- Quality hub can show task verification videos and richer review-deliverable galleries when review artifacts are enabled
|
||||
|
||||
### New
|
||||
- Beta and stable update channels, with per-channel update checks
|
||||
- Boards driven entirely by your workflow's own columns and traits, not a hardcoded set
|
||||
- Quality hub verification videos and review artifact controls with deliverable galleries
|
||||
- Mission auto-merge override so a mission's features share one branch and one PR
|
||||
- Mailbox approval flow for ephemeral agent follow-up tasks
|
||||
- Guided in-app Bug, Feedback, Idea, and Help reporting, filed to GitHub Issues or Discussions with optional screenshots and dedup against the roadmap
|
||||
- Persisted ideation sessions with one-click Mission handoff
|
||||
- Request and observe task E2E verification directly from chat
|
||||
- Preview missions, findings, evals, goals, and roadmap items inline in chat and Mail
|
||||
- Photo and file attachments in Quick Add and Main Chat
|
||||
- Configuration revision history and rollback, now in Settings
|
||||
- Portable, secret-scrubbed org export/import commands (`fn org-export` / `fn org-import`)
|
||||
- New Aurora, Calm, and Dawn dashboard color themes, filterable by name
|
||||
- Embedded PostgreSQL connection cap is now configurable in Advanced Settings
|
||||
- Unified max concurrency across planning, execution, and review with simplified capacity indicators
|
||||
- Gesture-only Quick Add Start action for eligible workflows
|
||||
- Optional Task Chat progress feed for steps, failures, reviews, and rollbacks
|
||||
- Plugins can now declare their own project MCP servers
|
||||
|
||||
### Fixed
|
||||
- Mobile board swipes/flings now settle reliably on exactly one column
|
||||
- Planning Mode: resumes correctly after reload, drafts a plan immediately, keeps questions and plan in sync, and works on mobile/tablet
|
||||
- Dashboard now shows SQLite→PostgreSQL migration status while cutover is in progress
|
||||
- Orphaned in-review steps from a restart are recovered instead of silently skipped or stranded
|
||||
- Duplicate follow-up tasks naming the same failing file now converge instead of piling up
|
||||
- Fixed a crash where chat/mailbox messages containing a raw NUL byte aborted the conversation
|
||||
- Workflows without a merge step now finish in their completion column instead of stalling
|
||||
- Custom Merging columns now correctly receive cards at merge time
|
||||
- Grok and OMP CLI model fallbacks now engage only when actually needed
|
||||
- Task-card and task-detail icon sizing made consistent across themes and breakpoints
|
||||
- Board column counts now include Code Review, Plan Review, and other active gate sessions
|
||||
- Fixed Windows update reliability and restored Compound Engineering personas in npm installs
|
||||
- Various Chinese-locale translation fixes restored
|
||||
|
||||
### Breaking
|
||||
- Removed the Planning Mode deepening checkpoint and fixed interview depth caps; plans are now validated explicitly by you rather than auto-finalized
|
||||
|
||||
### Security
|
||||
- Scrubbed top-level report activity traces of paths and tokens before filing
|
||||
|
||||
### Internal
|
||||
- Review gates (plan/code/browser) now run exclusively as workflow graph nodes; the in-session step reviewer tool is removed
|
||||
- Bumped bundled pi runtime to 0.81.1 for newer models, providers, and session reliability
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
### Highlights
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fusion-workspace",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/Runfusion/Fusion#readme",
|
||||
|
||||
@@ -1,5 +1,55 @@
|
||||
# runfusion.ai
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3f7c6e4]
|
||||
- Updated dependencies [241a5c9]
|
||||
- Updated dependencies [4413699]
|
||||
- Updated dependencies [085f7b9]
|
||||
- Updated dependencies [f630478]
|
||||
- Updated dependencies [cd51e1c]
|
||||
- Updated dependencies [e68c48d]
|
||||
- Updated dependencies [82b8b02]
|
||||
- Updated dependencies [69bd64d]
|
||||
- Updated dependencies [8ab4241]
|
||||
- Updated dependencies [0ade154]
|
||||
- Updated dependencies [93b693c]
|
||||
- Updated dependencies [ddb5c5e]
|
||||
- Updated dependencies [a9de6b2]
|
||||
- Updated dependencies [57af249]
|
||||
- Updated dependencies [53e3063]
|
||||
- Updated dependencies [e24fb37]
|
||||
- Updated dependencies [395f136]
|
||||
- Updated dependencies [b6135f4]
|
||||
- Updated dependencies [b9ce662]
|
||||
- Updated dependencies [da616e1]
|
||||
- Updated dependencies [d0d10aa]
|
||||
- Updated dependencies [c469f90]
|
||||
- Updated dependencies [295226e]
|
||||
- Updated dependencies [1cd0674]
|
||||
- Updated dependencies [227281d]
|
||||
- Updated dependencies [8814925]
|
||||
- Updated dependencies [fd9e4b2]
|
||||
- Updated dependencies [8e6985a]
|
||||
- Updated dependencies [f21d3ce]
|
||||
- Updated dependencies [f21d3ce]
|
||||
- Updated dependencies [d36059b]
|
||||
- Updated dependencies [2f014f5]
|
||||
- Updated dependencies [edaa793]
|
||||
- Updated dependencies [e9ff8a5]
|
||||
- Updated dependencies [1bda76d]
|
||||
- Updated dependencies [d194290]
|
||||
- Updated dependencies [1dd36ed]
|
||||
- Updated dependencies [3cd023f]
|
||||
- Updated dependencies [f389a64]
|
||||
- Updated dependencies [e514e13]
|
||||
- Updated dependencies [0818fc1]
|
||||
- Updated dependencies [fee920d]
|
||||
- Updated dependencies [085f7b9]
|
||||
- @runfusion/fusion@0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runfusion.ai",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"license": "MIT",
|
||||
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
|
||||
"homepage": "https://runfusion.ai",
|
||||
|
||||
@@ -1,5 +1,145 @@
|
||||
# @runfusion/fusion
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- cd51e1c: summary: Filter dashboard color themes by name in Settings and Command Center.
|
||||
category: feature
|
||||
dev: Uses the shared ThemeDropdown filter without changing persisted theme IDs or selection behavior.
|
||||
- 53e3063: summary: Honor skill-executor config on foreach step-execute sessions so per-step skills load like top-level nodes.
|
||||
category: feature
|
||||
dev: Threads config.executor/skillName from step-execute into StepSessionExecutor requestedSkillNames + additionalSkillPaths with FN-8461 skill-load parity (issue #2402).
|
||||
- da616e1: summary: Add a gesture-only Quick Add Start action for eligible workflows.
|
||||
category: feature
|
||||
dev: Validates submitted workflow metadata and promotes only matching created tasks forward.
|
||||
- 1cd0674: summary: Add photo and file attachments to Quick Add and Main Chat.
|
||||
category: feature
|
||||
dev: Quick Add now aligns picker, paste, and drop MIME intake with task-store attachment support.
|
||||
- 227281d: summary: Keep default Code Review remediation retries unlimited and show the active policy.
|
||||
category: feature
|
||||
dev: Code Review retry prompts now preserve resolved unlimited or finite workflow revision budgets.
|
||||
- f21d3ce: summary: Add conditional task-document writes that reject stale publishers without changing revision history.
|
||||
category: feature
|
||||
dev: Runtime tools and dashboard clients can compare expected revision and exact-content SHA-256 hash.
|
||||
- f21d3ce: summary: Add authenticated append-only corrections for documents retained on archived tasks.
|
||||
category: feature
|
||||
dev: Adds project-scoped revision/hash CAS publication and archived direct document reads.
|
||||
- 3cd023f: summary: Let enabled plugins declaratively provide project MCP servers.
|
||||
category: feature
|
||||
dev: Plugin `mcpServers` resolve between global and project settings; project overrides and tombstones win.
|
||||
- 085f7b9: summary: Task Stats tab now shows creation provenance — source type, parent task, creating agent, and duplicate flags.
|
||||
category: feature
|
||||
dev: New Provenance section in `TaskTokenStatsPanel` reading the task's flat source fields and `sourceMetadata.nearDuplicateOf`/`issueUrl`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3f7c6e4: summary: Board column headers now count REVISING (replan) cards and other visibly active cards in the processing count.
|
||||
category: fix
|
||||
dev: Column header count = shared Running predicate ∪ card activity-chrome predicate (isTaskAgentActive); footer/admission keep live-agent-only semantics.
|
||||
- 241a5c9: summary: Bump the bundled pi runtime to 0.81.1 for newer models, providers, and session reliability.
|
||||
category: internal
|
||||
dev: Pins @earendil-works/pi-ai and @earendil-works/pi-coding-agent from 0.80.10 to 0.81.1 (exact matched set + pnpm-workspace overrides). Brings Qwen Token Plan, expanded usage accounting, resilient compaction retries, and provider/catalog fixes.
|
||||
- 4413699: summary: Recover in-review tasks stranded by a restart that killed an in-flight review step, instead of failing them.
|
||||
category: fix
|
||||
dev: New startup sweep `reconcileOrphanedPendingStepResults` wires the previously caller-less `resolveOrphanedPendingStepResults` helper; emits `task:reconcile-orphaned-pending-step-results` run-audit events.
|
||||
- 085f7b9: summary: Duplicate follow-up tasks naming the same failing file now converge at creation across parent tasks.
|
||||
category: fix
|
||||
dev: `computeCrossParentDiagnosticClaim` gains file-path/slug fallback objects and wider action/failure gates (exceeds, oversized, blocks, "so X passes"); FN-8510/8511/8513/8514 incident.
|
||||
- f630478: summary: Allow freeform chat task creation without mission lineage.
|
||||
category: fix
|
||||
dev: `fn_task_create` / `fn_delegate_task` only hard-require approved `mission_lineage` when registered with `requireMissionLineage` (idle heartbeat patrol). User-directed chat/create paths may omit lineage; gates no longer pre-block missing lineage so freeform intake remains policy-governed.
|
||||
- e68c48d: summary: Restore the Coding Ideas board header color indicator.
|
||||
category: fix
|
||||
dev: Maps the Ideas intake column dot to the shared triage token.
|
||||
- 82b8b02: summary: Remove excess right padding from task popups on tablets.
|
||||
category: fix
|
||||
dev: Tablet task popups no longer reserve desktop resize-handle scrollbar clearance.
|
||||
- 69bd64d: summary: Show Planning status badges for active Coding Ideas Todo tasks.
|
||||
category: fix
|
||||
dev: Removes the column-only Todo/In-progress planning badge suppression so Board and List views use the task's real status.
|
||||
- 8ab4241: summary: Restore the Coding Ideas detail action to move parked ideas to Todo.
|
||||
category: fix
|
||||
dev: Detail workflow move targets now resolve independently from supplied custom-field definitions.
|
||||
- 0ade154: summary: Show Planning (not Triage) in task activity model-using logs.
|
||||
category: fix
|
||||
dev: Engine planning lane emits Planning using model:; dashboard parsers dual-accept legacy Triage using model: rows.
|
||||
- 93b693c: summary: Remove redundant readiness descriptions from Todo and In Review board headers.
|
||||
category: fix
|
||||
dev: Todo and In Review omit legacy COLUMN_DESCRIPTIONS entries so no empty description shell renders.
|
||||
- ddb5c5e: summary: Let operators enable or disable GitHub tracking from Coding Ideas task details.
|
||||
category: feature
|
||||
dev: GitHub tracking eligibility now recognizes the Ideas intake column and `builtin:coding-ideas` workflow ID.
|
||||
- a9de6b2: summary: Remove ellipses from merging status badges on task cards.
|
||||
category: fix
|
||||
dev: Keeps shared non-card merge-status labels unchanged.
|
||||
- 57af249: summary: Mobile board swipes always settle on a single centered column, never between columns.
|
||||
category: fix
|
||||
dev: Hardens useColumnScrollSnap settle to nearest/directional column center; keeps CSS proximity snap (no mandatory).
|
||||
- e24fb37: summary: Keep task detail footer actions on a single row on mobile.
|
||||
category: fix
|
||||
dev: Mobile TaskDetailModal `.modal-actions` nowrap + tokenized compression so Actions/Move/Merge fit without overflow (FN-8492).
|
||||
- 395f136: summary: Show Revising instead of Replan on needs-replan task status badges.
|
||||
category: fix
|
||||
dev: getTaskStatusBadgeLabel maps needs-replan to Revising; EN tasks.statusReplan updated.
|
||||
- b6135f4: summary: Keep task-card active glow during replan and revise while agents work.
|
||||
category: fix
|
||||
dev: isTaskAgentActive treats needs-replan (and plan-in-place replan freshness) as agent-active for board/list chrome; lock policy documented in taskActivity FNXC.
|
||||
- b9ce662: summary: Mobile board pan/fling always settles on one centered column, never between.
|
||||
category: fix
|
||||
dev: Closes residual useColumnScrollSnap settle race after FN-8489; keeps proximity snap and pin-until-next-touch.
|
||||
- d0d10aa: summary: Fix macOS embedded PostgreSQL startup when bundled ICU compatibility links are missing.
|
||||
category: fix
|
||||
dev: Repair the libicuuc loader-name symlink before initdb starts.
|
||||
- c469f90: summary: Show Xiaomi branding for Xiaomi and MiMo provider labels.
|
||||
category: feature
|
||||
dev: Adds a tokenized shared ProviderIcon mark and boundary-safe MiMo inference.
|
||||
- 295226e: summary: Align mobile task-detail Move actions with the footer edge.
|
||||
category: fix
|
||||
dev: The Task Detail spacer now owns mobile footer surplus width.
|
||||
- 8814925: summary: Restore active chat thinking and partial response state when returning to a conversation.
|
||||
category: fix
|
||||
dev: Guards direct-chat re-entry refreshes and late stream terminal callbacks by session selection ownership.
|
||||
- fd9e4b2: summary: Create Coding Ideas Start tasks directly in Todo.
|
||||
category: fix
|
||||
dev: Validates the captured workflow metadata and preserves Todo through Board and List quick-add hosts.
|
||||
- 8e6985a: summary: Reconcile completed mission features safely against archived delivery tasks.
|
||||
category: fix
|
||||
dev: Adds an atomic PostgreSQL terminal-evidence repair path with conflict and archive-tombstone validation.
|
||||
- d36059b: summary: Grok CLI fallback models now engage only when the primary model actually fails, instead of replacing it up front.
|
||||
category: fix
|
||||
dev: The FN-7758 no-visible-key seam no longer promotes a grok-cli fallback to primary at session start; only a grok-cli primary auto-routes to the Grok CLI runtime. A fallback-only grok-cli pair without a visible GROK_API_KEY is deferred: the session runs the configured primary, and on the first retryable model failure it swaps onto the Grok CLI runtime with the fallback model (audited as `session:grok-cli-fallback-engaged`). If the Grok runtime plugin is unavailable the pair is dropped with `grokCliFallbackDropped: true`. `session:runtime-resolved` now records the post-transform provider/model pair the session actually runs.
|
||||
- 2f014f5: summary: Install the agent-browser binary with Fusion on Windows, Linux, and macOS.
|
||||
category: fix
|
||||
dev: Pins agent-browser and publishes a top-level bin shim that forwards to its native platform binary.
|
||||
- edaa793: summary: Stop the legacy-adoption sweep from clearing live task statuses (planning, queued, merging, stuck-killed) on store open.
|
||||
category: fix
|
||||
dev: LEGACY_STATUS_ADOPTION now preserves statuses with live post-cutover writers; only writer-less statuses (plan-review-unavailable, triaged) keep resume-graph. Generalizes the FN-8498 needs-replan fix after FN-8504's live planner status was cleared mid-session.
|
||||
- e9ff8a5: summary: Board column and footer running counts now include live Code Review, Plan Review, and other gate sessions.
|
||||
category: fix
|
||||
dev: `isRunningAgentTask` treats a `pending` workflow-step-result lease as Running; shared by column headers, footer stats, admission, and CLI counts.
|
||||
- 1bda76d: summary: Fix mobile board snapping after interrupted swipes, flings, and vertical card scrolling.
|
||||
category: fix
|
||||
dev: useColumnScrollSnap now ignores pointercancel while the touch stream is live, settles to nearest-with-min-progress (resolveSettleTargetIndex), requires horizontal-dominant finger travel for pan intent, and lets a gesture begun mid-transit settle to plain nearest so a corrective drag wins.
|
||||
- d194290: summary: Prevent executors from starting ordered task steps before their required predecessors finish.
|
||||
category: fix
|
||||
dev: Applies dependency-aware ordering to both in-progress and done step transitions.
|
||||
- 1dd36ed: summary: Orphaned in-flight review steps are now marked failed for re-review instead of silently skipped at merge.
|
||||
category: fix
|
||||
dev: `resolveOrphanedPendingStepResults` rewrites orphans to `status:"failed"` (never deletes — deletion satisfied the merge gate and skipped review); the sweep also runs in periodic maintenance, skips `in-progress` rows, re-reads before writing, and the audit event is registered in `DatabaseMutationType` with metadata `{taskId, column, orphanedCount, resultCount}`.
|
||||
- f389a64: summary: Fix engine restarts stranding replan-loop tasks in To Do by clearing their needs-replan signal.
|
||||
category: fix
|
||||
dev: The KTD-8 legacy-adoption table now maps `needs-replan` to `preserve` instead of `resume-graph`; it is a live graph signal written by the plan-replan seam and consumed by triage todo-rediscovery, not un-migrated legacy state.
|
||||
- e514e13: summary: Apply project workflow model lanes to every workflow ahead of global and workflow values.
|
||||
category: fix
|
||||
dev: Resolution is task override, project baseline, global lane, selected-workflow value, then default model.
|
||||
- 0818fc1: summary: Keep manually parked tasks out of scheduler and remembered-owner dispatch until explicitly unpaused.
|
||||
category: fix
|
||||
dev: Treats either paused flag as a dispatch stop and invalidates scheduler candidacy when userPaused changes.
|
||||
- fee920d: summary: Open task card files-changed links in the task popup when Open tasks as popups is enabled.
|
||||
category: fix
|
||||
dev: Board TaskCard deep-tab opens (changes/retries/workflow) honor openMobileTasksInPopup and pass initialTab into FloatingWindow TaskDetailContent.
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@runfusion/fusion",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"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",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @fusion/core
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
## 0.73.0-beta.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/core",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"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",
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# @fusion/dashboard
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/engine@0.73.0-beta.3
|
||||
- @fusion/i18n@0.39.31-beta.3
|
||||
- @fusion-plugin-examples/claude-runtime@0.1.6-beta.3
|
||||
- @fusion-plugin-examples/cli-printing-press@0.1.48-beta.3
|
||||
- @fusion-plugin-examples/compound-engineering@0.1.31-beta.3
|
||||
- @fusion-plugin-examples/dependency-graph@0.1.62-beta.3
|
||||
- @fusion-plugin-examples/grok-runtime@0.2.9-beta.3
|
||||
- @fusion-plugin-examples/omp-runtime@0.1.6-beta.3
|
||||
- @fusion-plugin-examples/quality@0.1.6-beta.3
|
||||
- @fusion-plugin-examples/roadmap@0.1.50-beta.3
|
||||
- @fusion-plugin-examples/cursor-runtime@0.1.50-beta.3
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.57-beta.3
|
||||
- @fusion-plugin-examples/hermes-runtime@0.2.81-beta.3
|
||||
- @fusion-plugin-examples/openclaw-runtime@0.2.81-beta.3
|
||||
- @fusion-plugin-examples/paperclip-runtime@0.2.81-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/dashboard",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"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",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @fusion/desktop
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/dashboard@0.73.0-beta.3
|
||||
- @fusion/engine@0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fusion/desktop",
|
||||
"productName": "Fusion",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Runfusion",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion/droid-cli
|
||||
|
||||
## 0.11.57-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.57-beta.3
|
||||
|
||||
## 0.11.57-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/droid-cli",
|
||||
"version": "0.11.57-beta.2",
|
||||
"version": "0.11.57-beta.3",
|
||||
"description": "First-party Fusion pi extension that routes LLM calls through the Droid CLI subprocess.",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion/engine
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/pi-claude-cli@0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/engine",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"license": "MIT",
|
||||
"description": "Fusion engine: executor, merger, scheduler, and automation runtime for the Fusion AI coding agent.",
|
||||
"homepage": "https://github.com/Runfusion/Fusion#readme",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion/i18n
|
||||
|
||||
## 0.39.31-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
|
||||
## 0.39.31-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/i18n",
|
||||
"version": "0.39.31-beta.2",
|
||||
"version": "0.39.31-beta.3",
|
||||
"license": "MIT",
|
||||
"description": "Fusion i18n: authored translation catalogs and shared i18next configuration for the Fusion dashboard and terminal UI.",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @fusion/mobile
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
## 0.73.0-beta.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/mobile",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"license": "MIT",
|
||||
"description": "Fusion mobile: Capacitor wrapper around the Fusion dashboard for iOS and Android.",
|
||||
"homepage": "https://github.com/Runfusion/Fusion#readme",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @fusion/pi-claude-cli
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
## 0.73.0-beta.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/pi-claude-cli",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"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,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion/plugin-sdk
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/plugin-sdk",
|
||||
"version": "0.73.0-beta.2",
|
||||
"version": "0.73.0-beta.3",
|
||||
"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",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/auto-label
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.81-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/auto-label",
|
||||
"version": "0.2.81-beta.2",
|
||||
"version": "0.2.81-beta.3",
|
||||
"type": "module",
|
||||
"description": "Automatically labels tasks based on description content",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/ci-status
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.81-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/ci-status",
|
||||
"version": "0.2.81-beta.2",
|
||||
"version": "0.2.81-beta.3",
|
||||
"type": "module",
|
||||
"description": "Polls CI status for branches and provides a custom API to query results",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/notification
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.81-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/notification",
|
||||
"version": "0.2.81-beta.2",
|
||||
"version": "0.2.81-beta.3",
|
||||
"type": "module",
|
||||
"description": "Example Fusion plugin that sends webhook notifications on task lifecycle events",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/settings-demo
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.81-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/settings-demo",
|
||||
"version": "0.2.81-beta.2",
|
||||
"version": "0.2.81-beta.3",
|
||||
"type": "module",
|
||||
"description": "Example Fusion plugin demonstrating settings schema and runtime configuration",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/acp-runtime
|
||||
|
||||
## 0.1.31-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.31-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/acp-runtime",
|
||||
"version": "0.1.31-beta.2",
|
||||
"version": "0.1.31-beta.3",
|
||||
"type": "module",
|
||||
"description": "ACP (Agent Client Protocol) runtime plugin for Fusion — drives any ACP-compatible agent over JSON-RPC/stdio",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/agent-browser
|
||||
|
||||
## 0.1.51-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.51-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/agent-browser",
|
||||
"version": "0.1.51-beta.2",
|
||||
"version": "0.1.51-beta.3",
|
||||
"type": "module",
|
||||
"description": "Agent Browser runtime and prompt/skill/workflow contributions for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/claude-runtime
|
||||
|
||||
## 0.1.6-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.6-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/claude-runtime",
|
||||
"version": "0.1.6-beta.2",
|
||||
"version": "0.1.6-beta.3",
|
||||
"type": "module",
|
||||
"description": "Claude Code runtime plugin for Fusion (ACP bridge)",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/cli-printing-press
|
||||
|
||||
## 0.1.48-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.48-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/cli-printing-press",
|
||||
"version": "0.1.48-beta.2",
|
||||
"version": "0.1.48-beta.3",
|
||||
"type": "module",
|
||||
"description": "CLI Printing Press plugin package for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/compound-engineering
|
||||
|
||||
## 0.1.31-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.31-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/compound-engineering",
|
||||
"version": "0.1.31-beta.2",
|
||||
"version": "0.1.31-beta.3",
|
||||
"type": "module",
|
||||
"description": "Compound Engineering plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/cursor-runtime
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.50-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/cursor-runtime",
|
||||
"version": "0.1.50-beta.2",
|
||||
"version": "0.1.50-beta.3",
|
||||
"type": "module",
|
||||
"description": "Cursor CLI runtime plugin for Fusion",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/dependency-graph
|
||||
|
||||
## 0.1.62-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.62-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/dependency-graph",
|
||||
"version": "0.1.62-beta.2",
|
||||
"version": "0.1.62-beta.3",
|
||||
"type": "module",
|
||||
"description": "Dependency graph dashboard view plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.57-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.57-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/droid-runtime",
|
||||
"version": "0.1.57-beta.2",
|
||||
"version": "0.1.57-beta.3",
|
||||
"type": "module",
|
||||
"description": "Droid runtime plugin for Fusion",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/even-realities-glasses
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.50-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/even-realities-glasses",
|
||||
"version": "0.1.50-beta.2",
|
||||
"version": "0.1.50-beta.3",
|
||||
"type": "module",
|
||||
"description": "Canonical Even Realities Fusion plugin with board/task cards, actions, notifications, and webhook transport",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/grok-runtime
|
||||
|
||||
## 0.2.9-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.9-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/grok-runtime",
|
||||
"version": "0.2.9-beta.2",
|
||||
"version": "0.2.9-beta.3",
|
||||
"type": "module",
|
||||
"description": "Grok CLI runtime plugin for Fusion (ACP agent stdio)",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/hermes-runtime
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.81-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/hermes-runtime",
|
||||
"version": "0.2.81-beta.2",
|
||||
"version": "0.2.81-beta.3",
|
||||
"type": "module",
|
||||
"description": "Hermes AI runtime plugin for Fusion - provides AI agent execution runtime",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/linear-import
|
||||
|
||||
## 0.1.13-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.13-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/linear-import",
|
||||
"version": "0.1.13-beta.2",
|
||||
"version": "0.1.13-beta.3",
|
||||
"type": "module",
|
||||
"description": "Linear issue import plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/omp-runtime
|
||||
|
||||
## 0.1.6-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.6-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/omp-runtime",
|
||||
"version": "0.1.6-beta.2",
|
||||
"version": "0.1.6-beta.3",
|
||||
"type": "module",
|
||||
"description": "Oh My Pi (omp) runtime plugin for Fusion via Agent Client Protocol (omp acp)",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/openclaw-runtime
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.81-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/openclaw-runtime",
|
||||
"version": "0.2.81-beta.2",
|
||||
"version": "0.2.81-beta.3",
|
||||
"type": "module",
|
||||
"description": "Provides OpenClaw runtime for Fusion AI agents",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/paperclip-runtime
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.2.81-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/paperclip-runtime",
|
||||
"version": "0.2.81-beta.2",
|
||||
"version": "0.2.81-beta.3",
|
||||
"type": "module",
|
||||
"description": "Paperclip runtime plugin for Fusion — provides AI agent web access capabilities",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/quality
|
||||
|
||||
## 0.1.6-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.6-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/quality",
|
||||
"version": "0.1.6-beta.2",
|
||||
"version": "0.1.6-beta.3",
|
||||
"type": "module",
|
||||
"description": "Quality hub and Task QA surfaces for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @fusion-plugin-examples/reports
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/dashboard@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.50-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/reports",
|
||||
"version": "0.1.50-beta.2",
|
||||
"version": "0.1.50-beta.3",
|
||||
"type": "module",
|
||||
"description": "Reports plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/roadmap
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.3
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.50-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/roadmap",
|
||||
"version": "0.1.50-beta.2",
|
||||
"version": "0.1.50-beta.3",
|
||||
"type": "module",
|
||||
"description": "Roadmap plugin package for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/whatsapp-chat
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.3
|
||||
|
||||
## 0.1.50-beta.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/whatsapp-chat",
|
||||
"version": "0.1.50-beta.2",
|
||||
"version": "0.1.50-beta.3",
|
||||
"type": "module",
|
||||
"description": "WhatsApp Web (Baileys) chat bridge for Fusion agents",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user