chore(release): v0.73.0-beta.4
Version bump via changesets.
This commit is contained in:
@@ -47,10 +47,13 @@
|
||||
"bump-pi-0-81-1",
|
||||
"calm-review-recovery",
|
||||
"calm-tasks-reuse-parent-intent",
|
||||
"chat-codebase-accuracy-guidance",
|
||||
"chat-jump-to-latest-active-transform",
|
||||
"clear-orphaned-pending-step-results",
|
||||
"cross-parent-diagnostic-file-path-claims",
|
||||
"cutover-delete-fn-review-step",
|
||||
"dashboard-custom-columns",
|
||||
"dynamic-plugin-route-dispatch",
|
||||
"embedded-postgres-connection-cap",
|
||||
"exempt-task-prompt-write-approval",
|
||||
"fix-builtin-workflow-lifecycle",
|
||||
@@ -209,8 +212,16 @@
|
||||
"fn-8502-chat-quick-add-attachments",
|
||||
"fn-8503-unbounded-code-review-retries",
|
||||
"fn-8504-chat-reentry-state",
|
||||
"fn-8505-task-wedge-notifications",
|
||||
"fn-8509-coding-ideas-start-todo",
|
||||
"fn-8520-runtime-sidebar",
|
||||
"fn-8521-separate-plugin-install-toggle",
|
||||
"fn-8522-windows-embedded-postgres-recovery",
|
||||
"fn-8523-skip-completed-sqlite-rescan",
|
||||
"fn-8526-workflow-column-descriptions",
|
||||
"fn-8527-themed-stats-link",
|
||||
"fn-991-archived-mission-reconciliation",
|
||||
"fn-windows-embedded-pg-connection-default",
|
||||
"fx-004-task-document-cas",
|
||||
"fx-005-archived-document-publication",
|
||||
"github-report-screenshot-embed",
|
||||
@@ -234,6 +245,7 @@
|
||||
"plan-review-missing-artifact",
|
||||
"plan-review-root-lease-cleanup",
|
||||
"planning-initial-plan-refresh",
|
||||
"planning-turn-admission",
|
||||
"planning-turn-sync",
|
||||
"plugin-mcp-servers",
|
||||
"polish-planning-markdown-review",
|
||||
@@ -256,6 +268,7 @@
|
||||
"task-card-popup-deep-tabs",
|
||||
"task-stats-provenance-section",
|
||||
"task-verification-status-placement",
|
||||
"theme-token-contract",
|
||||
"tidy-planning-questions",
|
||||
"track-task-planning-lineage",
|
||||
"truthful-workflow-lifecycle",
|
||||
|
||||
@@ -13885,6 +13885,14 @@ for reference.
|
||||
- Updated dependencies [a2ed6d0]
|
||||
- @runfusion/fusion@0.1.0
|
||||
|
||||
## 0.39.31-beta.4
|
||||
|
||||
### @fusion/i18n
|
||||
|
||||
#### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
|
||||
## 0.39.31-beta.3
|
||||
|
||||
### @fusion/i18n
|
||||
@@ -14160,6 +14168,14 @@ for reference.
|
||||
|
||||
- @fusion/core@0.40.0
|
||||
|
||||
## 0.11.57-beta.4
|
||||
|
||||
### @fusion/droid-cli
|
||||
|
||||
#### Patch Changes
|
||||
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.57-beta.4
|
||||
|
||||
## 0.11.57-beta.3
|
||||
|
||||
### @fusion/droid-cli
|
||||
|
||||
60
CHANGELOG.md
60
CHANGELOG.md
@@ -2,6 +2,66 @@
|
||||
|
||||
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.4
|
||||
|
||||
### Highlights
|
||||
- Workflows now fully drive the board — cards move through your custom columns, not a fixed six-column layout
|
||||
- Pick a beta or stable update channel in Settings or via `fn update --channel`
|
||||
- Max concurrency now caps planning, execution, and review together, simplifying board capacity limits
|
||||
- Planning Mode rebuilt into a validated, always-visible interview — you approve the plan explicitly instead of guessing when it's 'done'
|
||||
- In-app report screenshots and activity traces are now scrubbed before filing, closing a path/token leak
|
||||
|
||||
### New
|
||||
- Add beta and stable release channels with a persisted `updateChannel` setting
|
||||
- Unify max concurrency across planning/execution/review; simplified board capacity indicators
|
||||
- Rebuild Planning Mode as a sequential Q&A + plan-review flow with focus-steered refine and an always-visible running plan
|
||||
- Quality hub shows task verification videos when review artifacts are enabled; auto-generate short feature-video artifacts for user-facing deliverables
|
||||
- Add review artifact controls and deliverable galleries (`reviewArtifacts` policy)
|
||||
- Add guided in-app Bug, Feedback, Idea, and Help reporting with GitHub Issues/Discussions targeting, roadmap dedup, and optional screenshots
|
||||
- Agent chat now investigates the live codebase with tools before answering architecture/code questions
|
||||
- Dashboard chat agents can edit files and run bash with full coding workspace tools
|
||||
- Add mission auto-merge override so a mission's features share one branch and PR
|
||||
- Add durable configuration revision history with rollback, now surfaced in Settings
|
||||
- Add portable secret-scrubbed org export/import (`fn org-export` / `fn org-import`)
|
||||
- Add persisted ideation sessions with atomic promotion into Mission roadmap features; Ideation is now a top-level experimental view
|
||||
- Add mailbox approval for ephemeral agent follow-up tasks; require approved mission lineage for autonomous task creation/delegation
|
||||
- Add Aurora, Calm, and Dawn dashboard color themes, filterable by name
|
||||
- Add photo/file attachments to Quick Add and Main Chat; native structure previews and attachments in Chat and Mail
|
||||
- Let plugins declaratively provide project MCP servers; show WhatsApp pairing QR in plugin settings
|
||||
- Add conditional (CAS) task-document writes and append-only corrections for archived-task documents
|
||||
- Add a gesture-only Quick Add Start action; add optional descriptions to custom workflow board columns
|
||||
- Task Stats now shows creation provenance (source type, parent task, creating agent, duplicate flags)
|
||||
|
||||
### Fixed
|
||||
- Board columns, move validation, and status badges now derive from your workflow's actual columns instead of a hardcoded set; merge lands cards in your custom Merging column
|
||||
- Workflows without a merge step finish in their completion column instead of stalling one column short; built-in workflows no longer bounce cards back to Todo, and hold nodes no longer crash the PR workflow
|
||||
- Fix tasks with no saved workflow selection being unable to move between columns
|
||||
- Recover in-review tasks stranded by a restart mid-review instead of failing them; orphaned review steps now fail-for-re-review instead of being silently skipped
|
||||
- Fix stale worktree/checkout recovery so approved task scope and committed work survive review and pooled-checkout reassignment
|
||||
- Prevent duplicate follow-up tasks from retried steps or diagnostic near-duplicates across parent tasks
|
||||
- Show SQLite→PostgreSQL migration status on the dashboard; fix several PostgreSQL startup/permission/connection races (Windows connection cap, ICU symlink repair, concurrent project init, migration-marker false positives)
|
||||
- Planning Mode: numerous fixes for scroll/refresh/resume/timer/mobile behavior, duplicate generations, stale JSON errors, and question/plan sync during the interview rewrite
|
||||
- Fix manual scrolling during generation across task chat, agent logs, chat, Planner Chat, and Workflow live logs
|
||||
- Mobile Kanban swipes now always settle on exactly one centered column (multiple follow-up hardening fixes)
|
||||
- Fix Chat View 'Latest' button shift, pinned-chat sections, and message edit Save duplication
|
||||
- Fix Grok/OMP/Claude CLI runtime routing, ACP process cleanup listener growth, and MCP bridge packaging
|
||||
- Fix Codex/Claude usage reporting (weekly quota window, unauthenticated CLI false timeout)
|
||||
- Fix GitHub/GitLab issue-form auto-translation, duplicate-import detection, and transport selection for Discussions
|
||||
- Fix task token counts inflated by resumed sessions; include planning-lane time/tokens in cost totals
|
||||
- Restore PostgreSQL activity-log lifecycle entries and archived shared-branch landing proof
|
||||
- Fix plugin route/enable-state consistency and single onLoad per process; fix workflow-definition ID collisions
|
||||
- Various task-detail/board UI sizing, theming, and layout fixes (icon sizing across breakpoints, Report menu opacity, cost badge placement, Ideas board fixes)
|
||||
|
||||
### Breaking
|
||||
- Remove the Planning Mode deepening checkpoint and fixed interview depth caps; plans are now validated explicitly by the user instead of an AI completion signal
|
||||
|
||||
### Security
|
||||
- Scrub top-level report `activityTrace` before filing so paths and tokens never reach the reporting pipeline
|
||||
|
||||
### Internal
|
||||
- Review gates now run exclusively as workflow-graph nodes; the in-session step reviewer and its RETHINK rewind path are deleted
|
||||
- Bump bundled pi runtime to 0.81.1 for newer models, providers, and session reliability
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Highlights
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fusion-workspace",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/Runfusion/Fusion#readme",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# runfusion.ai
|
||||
|
||||
## 0.73.0-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [016221c]
|
||||
- Updated dependencies [a224c11]
|
||||
- Updated dependencies [adf51e2]
|
||||
- Updated dependencies [96a9da7]
|
||||
- Updated dependencies [0e2aa49]
|
||||
- Updated dependencies [059b954]
|
||||
- Updated dependencies [e16204d]
|
||||
- Updated dependencies [4ef94e6]
|
||||
- Updated dependencies [de5d446]
|
||||
- Updated dependencies [25cd42d]
|
||||
- Updated dependencies [e5d6be4]
|
||||
- Updated dependencies [fc4f5aa]
|
||||
- Updated dependencies [64661c3]
|
||||
- @runfusion/fusion@0.73.0-beta.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runfusion.ai",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"license": "MIT",
|
||||
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
|
||||
"homepage": "https://runfusion.ai",
|
||||
|
||||
@@ -1,5 +1,52 @@
|
||||
# @runfusion/fusion
|
||||
|
||||
## 0.73.0-beta.4
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 016221c: summary: Agent chat now investigates the live codebase with tools before answering architecture and code questions.
|
||||
category: feature
|
||||
dev: Adds CHAT_CODEBASE_ACCURACY_GUIDANCE and appends it in direct and room chat system-prompt assembly; response-length policy yields to path/symbol evidence on repo questions. Mailbox long-form path is conditional when fn_send_message is registered; find is bounded to the project checkout.
|
||||
- de5d446: summary: Add optional explanatory descriptions to custom workflow board columns.
|
||||
category: feature
|
||||
dev: Workflow IR column descriptions are projected to selected, aggregate, and archived boards.
|
||||
- 64661c3: summary: Add stable dashboard theme tokens and plugin overlay layering with --fusion-max-z.
|
||||
category: feature
|
||||
dev: `--fusion-max-z` is synced from `floatingWindowStack.ts` with an 11001 floor; `#plugin-overlay-root` is a click-through fixed mount point; the contract is documented and guarded by a docs-to-CSS sync test.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a224c11: summary: Fix the Chat View "Latest" button shifting sideways out from under the cursor when clicked.
|
||||
category: fix
|
||||
dev: `.chat-jump-to-latest:active` now composes `translateX(-50%) scale(0.97)` so the global `.btn:active` transform no longer replaces the centering transform.
|
||||
- adf51e2: summary: Plugin API routes now work for plugins enabled after startup or enabled only in a non-launch project.
|
||||
category: fix
|
||||
dev: Plugin-defined HTTP routes are dispatched per request through the shared project-scoped PluginLoader resolution (routes/context.ts getProjectPluginLoader) instead of a boot-time snapshot of the launch project's loader. Fixes Compound Engineering "Failed to load sessions/artifacts: Not found" persisting on v0.73.0-beta.3.
|
||||
- 96a9da7: summary: Notify operators when a task is terminally blocked or exhausts automated recovery.
|
||||
category: fix
|
||||
dev: Adds deduped task-wedge provider and dashboard mailbox delivery.
|
||||
- 0e2aa49: summary: Hide uninstalled runtime pages from Settings integrations.
|
||||
category: fix
|
||||
dev: Settings refreshes installed runtime navigation from plugin lifecycle updates while keeping disabled installed runtimes visible.
|
||||
- 059b954: summary: Prevent plugin toggles from reinstalling uninstalled runtimes.
|
||||
category: fix
|
||||
dev: FN-8521 / Runfusion/Fusion#2409 separates install from project-scoped enablement.
|
||||
- e16204d: summary: Prevent Windows embedded PostgreSQL log contention and recover once from DLL initialization crashes.
|
||||
category: fix
|
||||
dev: Harden native PATH, runner-log observation, and bounded owned-cluster restart behavior.
|
||||
- 4ef94e6: summary: Stop completed PostgreSQL migrations from re-scanning retained SQLite backups at startup.
|
||||
category: fix
|
||||
dev: Core, central, and plugin sources now honor their independent completion markers before SQLite access.
|
||||
- 25cd42d: summary: Make imported task links in Stats follow the active dashboard theme.
|
||||
category: fix
|
||||
dev: The shared Stats provenance link now uses the --accent token.
|
||||
- e5d6be4: summary: Lower the embedded PostgreSQL default connection cap to 150 on Windows to prevent 0xC0000142 backend crashes.
|
||||
category: fix
|
||||
dev: Issue #2411 — embeddedPostgresMaxConnections is now schema-unset; resolveEmbeddedMaxConnections picks win32 150 / else 500, explicit settings still clamp to [32, 2000].
|
||||
- fc4f5aa: summary: Fix Planning Mode duplicating generations and "AI returned no valid JSON" errors after leaving and returning mid-run.
|
||||
category: fix
|
||||
dev: Planning turns are admitted through a synchronous per-session reservation across submitResponse/retrySession/startExistingSession and the initial turn, so a racing entry is rejected instead of displacing the in-flight generation and disposing its agent mid-prompt. Duplicate starts of a generating session are no-ops, the client auto-retry budget survives view remounts (module-scoped per-session map), and SSE reconnects rebuild thinking output from a full-turn replay buffer (2000 events) instead of appending onto existing output. Planning prompts also route through the engine's promptWithFallback so context-window overflows recover via compaction instead of erroring the session.
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@runfusion/fusion",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"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.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/core",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/engine@0.73.0-beta.4
|
||||
- @fusion/i18n@0.39.31-beta.4
|
||||
- @fusion-plugin-examples/claude-runtime@0.1.6-beta.4
|
||||
- @fusion-plugin-examples/cli-printing-press@0.1.48-beta.4
|
||||
- @fusion-plugin-examples/compound-engineering@0.1.31-beta.4
|
||||
- @fusion-plugin-examples/dependency-graph@0.1.62-beta.4
|
||||
- @fusion-plugin-examples/grok-runtime@0.2.9-beta.4
|
||||
- @fusion-plugin-examples/omp-runtime@0.1.6-beta.4
|
||||
- @fusion-plugin-examples/quality@0.1.6-beta.4
|
||||
- @fusion-plugin-examples/roadmap@0.1.50-beta.4
|
||||
- @fusion-plugin-examples/cursor-runtime@0.1.50-beta.4
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.57-beta.4
|
||||
- @fusion-plugin-examples/hermes-runtime@0.2.81-beta.4
|
||||
- @fusion-plugin-examples/openclaw-runtime@0.2.81-beta.4
|
||||
- @fusion-plugin-examples/paperclip-runtime@0.2.81-beta.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/dashboard",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/dashboard@0.73.0-beta.4
|
||||
- @fusion/engine@0.73.0-beta.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fusion/desktop",
|
||||
"productName": "Fusion",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Runfusion",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion/droid-cli
|
||||
|
||||
## 0.11.57-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.57-beta.4
|
||||
|
||||
## 0.11.57-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/droid-cli",
|
||||
"version": "0.11.57-beta.3",
|
||||
"version": "0.11.57-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/pi-claude-cli@0.73.0-beta.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/engine",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
|
||||
## 0.39.31-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/i18n",
|
||||
"version": "0.39.31-beta.3",
|
||||
"version": "0.39.31-beta.4",
|
||||
"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.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/mobile",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"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.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
## 0.73.0-beta.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/pi-claude-cli",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
|
||||
## 0.73.0-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/plugin-sdk",
|
||||
"version": "0.73.0-beta.3",
|
||||
"version": "0.73.0-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/auto-label",
|
||||
"version": "0.2.81-beta.3",
|
||||
"version": "0.2.81-beta.4",
|
||||
"type": "module",
|
||||
"description": "Automatically labels tasks based on description content",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/ci-status
|
||||
|
||||
## 0.2.81-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/ci-status",
|
||||
"version": "0.2.81-beta.3",
|
||||
"version": "0.2.81-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/notification",
|
||||
"version": "0.2.81-beta.3",
|
||||
"version": "0.2.81-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/settings-demo",
|
||||
"version": "0.2.81-beta.3",
|
||||
"version": "0.2.81-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.31-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/acp-runtime",
|
||||
"version": "0.1.31-beta.3",
|
||||
"version": "0.1.31-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.51-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/agent-browser",
|
||||
"version": "0.1.51-beta.3",
|
||||
"version": "0.1.51-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.6-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/claude-runtime",
|
||||
"version": "0.1.6-beta.3",
|
||||
"version": "0.1.6-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.48-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/cli-printing-press",
|
||||
"version": "0.1.48-beta.3",
|
||||
"version": "0.1.48-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.31-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/compound-engineering",
|
||||
"version": "0.1.31-beta.3",
|
||||
"version": "0.1.31-beta.4",
|
||||
"type": "module",
|
||||
"description": "Compound Engineering plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/cursor-runtime
|
||||
|
||||
## 0.1.50-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/cursor-runtime",
|
||||
"version": "0.1.50-beta.3",
|
||||
"version": "0.1.50-beta.4",
|
||||
"type": "module",
|
||||
"description": "Cursor CLI runtime plugin for Fusion",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/dependency-graph
|
||||
|
||||
## 0.1.62-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.62-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/dependency-graph",
|
||||
"version": "0.1.62-beta.3",
|
||||
"version": "0.1.62-beta.4",
|
||||
"type": "module",
|
||||
"description": "Dependency graph dashboard view plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.57-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.57-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/droid-runtime",
|
||||
"version": "0.1.57-beta.3",
|
||||
"version": "0.1.57-beta.4",
|
||||
"type": "module",
|
||||
"description": "Droid runtime plugin for Fusion",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/even-realities-glasses
|
||||
|
||||
## 0.1.50-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/even-realities-glasses",
|
||||
"version": "0.1.50-beta.3",
|
||||
"version": "0.1.50-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.9-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/grok-runtime",
|
||||
"version": "0.2.9-beta.3",
|
||||
"version": "0.2.9-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/hermes-runtime",
|
||||
"version": "0.2.81-beta.3",
|
||||
"version": "0.2.81-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.13-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/linear-import",
|
||||
"version": "0.1.13-beta.3",
|
||||
"version": "0.1.13-beta.4",
|
||||
"type": "module",
|
||||
"description": "Linear issue import plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/omp-runtime
|
||||
|
||||
## 0.1.6-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.6-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/omp-runtime",
|
||||
"version": "0.1.6-beta.3",
|
||||
"version": "0.1.6-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/openclaw-runtime",
|
||||
"version": "0.2.81-beta.3",
|
||||
"version": "0.2.81-beta.4",
|
||||
"type": "module",
|
||||
"description": "Provides OpenClaw runtime for Fusion AI agents",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/paperclip-runtime
|
||||
|
||||
## 0.2.81-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.2.81-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/paperclip-runtime",
|
||||
"version": "0.2.81-beta.3",
|
||||
"version": "0.2.81-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.6-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/quality",
|
||||
"version": "0.1.6-beta.3",
|
||||
"version": "0.1.6-beta.4",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/dashboard@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/reports",
|
||||
"version": "0.1.50-beta.3",
|
||||
"version": "0.1.50-beta.4",
|
||||
"type": "module",
|
||||
"description": "Reports plugin for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @fusion-plugin-examples/roadmap
|
||||
|
||||
## 0.1.50-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.73.0-beta.4
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/roadmap",
|
||||
"version": "0.1.50-beta.3",
|
||||
"version": "0.1.50-beta.4",
|
||||
"type": "module",
|
||||
"description": "Roadmap plugin package for Fusion",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion-plugin-examples/whatsapp-chat
|
||||
|
||||
## 0.1.50-beta.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.73.0-beta.4
|
||||
|
||||
## 0.1.50-beta.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/whatsapp-chat",
|
||||
"version": "0.1.50-beta.3",
|
||||
"version": "0.1.50-beta.4",
|
||||
"type": "module",
|
||||
"description": "WhatsApp Web (Baileys) chat bridge for Fusion agents",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user