chore(release): v0.52.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-07-01 00:47:09 -07:00
parent 8079722314
commit d4ce6f9319
243 changed files with 1377 additions and 1355 deletions

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Plugin sidebar icons now refresh after a plugin rebuild instead of showing stale glyphs.
category: fix
dev: Dashboard-view metadata is re-derived from the authoritative on-disk manifest so rebuilt plugins do not serve stale dashboardViews icon, label, or placement values to navigation while the in-view bundle is current.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Restore required safety guidance in fast-mode task planning prompts.
category: fix
dev: Keeps `FAST_TRIAGE_PROMPT_TEXT` lean while restoring FN-5893, workflow-routing, artifact-location, and no-commit guidance asserted by engine prompt tests.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Expose workflow authoring tools through the published agent extension API.
category: feature
dev: Registers fn_workflow_create/update/delete/settings/get/select/list and fn_trait_list in the pi extension.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Fast-mode tasks now clear optional steps by default while honoring manual selections.
category: fix
dev: Fast create surfaces submit explicit optional-step selections, and graph execution runs explicitly enabled optional groups even in fast mode.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Review gates now include user comments and steering context consistently.
category: fix
dev: Mandatory Plan Review, reviewStep callers, and prompt/custom workflow-step agents pass canonical user comment context.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Make task details open Activity first by default with an opt-in Chat-first setting.
category: feature
dev: Adds project setting `taskDetailChatFirst` and exposes it in Settings → Appearance.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show focused auth-token recovery when daemon authorization expires.
category: fix
dev: Handles exact daemon 401 recovery, focuses the replacement-token input, and suppresses engine remediation while recovery is open.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent workflow task cards from showing later sequential steps active too early.
category: fix
dev: TaskStore now applies step dependency/order guards to in-progress updates as well as done updates.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent fast Coding tasks from merging before implementation runs.
category: fix
dev: Fast mode now requires implementation proof at the workflow merge boundary.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep workflow completion summaries running for fast-mode tasks.
category: fix
dev: Excludes completion-summary/summaryTarget task nodes from the fast-mode custom review/gate skip path.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent Compound Engineering artifacts from showing stale project files after project switches.
category: fix
dev: Clears cached artifact discovery on project changes and opens CE artifacts through the project workspace.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep the Goals dashboard view scoped to the selected project.
category: fix
dev: Threads projectId through Goals view reads, mutations, mission links, and AI description drafting.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Fix mobile Planning Mode description editing so spaces can be entered.
category: fix
dev: Guards Planning Mode summary normalization so editable fields keep normal text input.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show Compound Engineering workflow stage progress on task cards and details.
category: fix
dev: Skill-backed workflow nodes now record graph-node progress separately from optional workflow toggles.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Allow task image artifacts to be created from agent tools and viewed in task details.
category: feature
dev: Adds `dataBase64` support to `fn_artifact_register` and task-detail image preview expansion.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a setting to control whether clicking outside the Quick Chat window closes it.
category: feature
dev: New project setting `quickChatCloseOnOutsideClick` (default true, preserving FN-7152 behavior). Wired through ProjectSettings/DEFAULT_PROJECT_SETTINGS, useAppSettings, the Settings → General toggle, and the Quick Chat FloatingWindow `closeOnOutsidePointerDown` prop. Project-scoped only.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Chat messages now use the full width in narrow popup and sidebar chats.
category: fix
dev: ChatView.css adds a `@container chat-view (max-width: 30rem)` rule setting `.chat-message` to max-width:100%, plus the mobile viewport rule bumped from 90% to 100%.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Concurrency panels now prefer live engine counts so running-agent totals stay accurate.
category: fix
dev: Prefer engine-manager task stores over stale registered/default fallback stores in the dashboard live-count source; add regressions for count normalization and scoped semaphore live-limit behavior.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add Anthropic API-key authentication under Authentication.
category: feature
dev: Adds Anthropic built-in API-key provider auth and surfaces Anthropic dual OAuth/API-key cards in onboarding and Settings.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Task-detail chat messages now use the full width in the right sidebar and narrow detail views.
category: fix
dev: TaskChatTab.css makes .task-chat-tab a `container-type: inline-size` query container and adds `@container task-chat-tab (max-width: 34rem)` collapsing the agent-header grid column and widening `.task-chat-entry--user` to 100%.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Import Tasks view now fills the full height of the screen for Issues and Pull Requests.
category: fix
dev: Embedded GitHubImportModal `.github-import-modal__body` gets `flex: 1` outside the <=640px block so the flex/height chain fills `.project-content`.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Fix review tasks stuck when merge retries starve the executor's code-review revision pass.
category: fix
dev: recoverCompletedTask now refuses workflow-graph re-entry when the live task has incomplete steps or a remediation bounce (sendTaskBackForFix → scheduleWorkflowRerun) is already scheduled, so a pre-merge optional/advisory REVISE that reopens plan steps lets the executor finish them instead of re-passing the advisory step (budget exhausted) and looping on the "task has incomplete steps" merge gate. Regression: restart.integration.test.ts.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a Tasks tab to the right sidebar that shows the last-viewed task or a clickable task list.
category: feature
dev: New `tasks` overflow-view registry entry + `DockTaskList` empty state. The FN-7169 dock-task overlay is re-anchored to the Tasks tab; the task snapshot now persists across tab switches and clears on back/close or surface teardown. Default dock view stays `files`.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Fix planning/chat failures when image attachment bytes do not match the file extension.
category: fix
dev: Adds detectImageMimeFromBytes in core and applies it in triage and dashboard chat attachment read paths.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Apply task reviewer model overrides consistently to reviewer and code-review lanes.
category: fix
dev: Reviewer sessions now resolve primary models through the validator-lane resolver, including test-mode forcing.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Workflow graph nodes now resume cleanly after engine pause-aborts.
category: fix
dev: Distinguishes engine-internal in-flight node aborts from genuine workflow node failures, re-enters the node through a bounded graph resume path, and emits a run-audit event for the recovery.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Compact collapsed tool-call summaries in task-detail chat.
category: fix
dev: Updates TaskChatTab tool-call summary styling, responsive behavior, tests, and docs.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show Z.ai icons for GLM model rows in Command Center token analytics.
category: fix
dev: Maps standalone glm-* model labels through the shared provider-icon inference helper.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show active tasks by default in the right sidebar and fix its task-detail back button.
category: fix
dev: Filters the right-dock Tasks list to active tasks by default, adds a Show Done toggle, keeps archived tasks hidden, and wires the header back arrow to the existing dock task close path.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep Compound Engineering tasks running through checkout recovery, PR review policy, and merge handoff.
category: fix
dev: Graph-native workflow nodes reacquire missing worktrees, gate manual PR review on auto-merge off, link PRs to tasks, and project successful node progress at merge.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Harden workflow graph recovery against stale plan replays and foreign landed tips.
category: fix
dev: Classifies stale in-review plan pause/resume replays and verifies task ownership before already-merged recovery finalization.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent rebuilt stepwise workflow tasks from failing at parse on stale step pins.
category: fix
dev: Spec rebuild and AI replan handoff now clear persisted workflow foreach instances before reparsing PROMPT.md.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Add consistent Plan Review, Code Review, and Browser Verification toggles to engineering workflows.
category: fix
dev: Quick Fix seeds all three optional groups off; other engineering built-ins seed plan/code review on and browser verification off.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Make dashboard retry clear stale workflow step pins before re-execution.
category: fix
dev: Clears persisted workflow step instances on manual execution retry so parse-steps can repin the current plan.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Separate Anthropic API-key auth from Claude subscription login cards.
category: fix
dev: Adds anthropic-subscription OAuth and anthropic-api-key UI ids mapped to upstream Anthropic credential storage.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Let workflow graphs prepare task worktrees before coding-mode nodes run.
category: fix
dev: Adds graph-owned node preparation so executor adapters only fulfill declared worktree requirements.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Send ntfy notifications from workflow graph lifecycle and notify-node flows.
category: fix
dev: Workflow column transitions now use moveTask events; workflow-notify is enabled in default ntfy events.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Auto-retry stale parse pause-resume workflow failures instead of requiring operator action.
category: fix
dev: Re-enters safe in-review parse pause-abort replays with the shared graph resume retry budget.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent Plan Review approvals from looping back into triage as failures.
category: fix
dev: Parses explicit reviewer prose verdicts and applies default-on optional workflow steps when no explicit selection exists.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Route failed Plan Review workflow steps back through triage for automatic replanning.
category: fix
dev: Orders Plan Review before execution steps and sends failed Plan Review results to needs-replan instead of executor fixes.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent stale pause state from mislabeling workflow retries as engine pauses.
category: fix
dev: Clears executor pause-abort provenance on fresh dispatch, Plan Review replan, and manual retry.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Let workflow-owned steps finish out of order without false step-progress failures.
category: fix
dev: Graph-owned step sessions now project step status with graph semantics and prompt agents not to call lifecycle update tools.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Preserve files changed by workflow-owned parallel step sessions on task branches.
category: fix
dev: Step-session cherry-pick now uses merge-base ranges and skips empty cherry-picks instead of dropping real step commits.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Make built-in Code Review block merge when it requests revisions.
category: fix
dev: Generic built-in code-review optional groups now use gateMode: gate; Browser Verification remains advisory.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Recover workflow retries that restart after step execution has already begun.
category: fix
dev: Treat persisted foreach step pins as a parse resume signal instead of a graph failure.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Retry unavailable Plan Review without rewriting an accepted task plan.
category: fix
dev: Adds a triage retry path for plan-review-unavailable tasks that reuses PROMPT.md.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep Plan Review status visible while tasks execute after restart.
category: fix
dev: Preserves and repairs plan-review workflowStepResults when merge-state cleanup or old rows erased them.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep verification steps from starting before earlier workflow steps finish.
category: fix
dev: Step-session wave planning now respects graph step dependencies; unannotated steps remain sequential by default.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep Plan Review status visible when execution resumes after stale merge cleanup.
category: fix
dev: Reconstructs passed Plan Review rows from task logs and makes mock test-mode sessions emit workflow-step parser events.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Stop routing failed workflow execution into the review column.
category: fix
dev: Graph and execution failures now stay executable or failed in-place instead of handing errored tasks to in-review.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent workflow tasks from reaching Done without durable merge confirmation.
category: fix
dev: Workflow graph merge finalization now requires mergeConfirmed proof before accepting done/no-op states.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Add inner padding to Task Detail chat message blocks.
category: fix
dev: Keeps text, user, tool, and thinking block padding tokenized and border-boxed with responsive regression coverage.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent workflow tasks from completing with stale or partial merge proof.
category: fix
dev: Workflow finalization now validates incomplete steps, no-op proof, and branch file coverage before done.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Swiping back on mobile now dismisses the open task detail view.
category: fix
dev: Routes mobile task-detail opens through useNavigationHistory pushNav/removeNav so the native back gesture (popstate) reverts to the originating board/list/dock surface across all detail surfaces.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep workflow merge nodes moving even when a workflow skips a review handoff.
category: fix
dev: Workflow merge primitives now establish the in-review merge boundary before requesting merge; non-gate skill output no longer requires a verdict.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show post-merge verification as a post-merge optional workflow step.
category: fix
dev: Preserves optional-group `config.phase` when resolving workflow optional steps.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Preserve dashboard workflow selections per project across Board, List, Header, and Graph.
category: fix
dev: Board/List/Header/Graph workflow selection uses project-scoped localStorage and repairs stale ids.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent scoped workflow tasks from getting stranded by unrelated branch residue.
category: fix
dev: Built-in optional workflow gates now default to three remediation attempts and review fixes carry File Scope guardrails.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Footer concurrency markers now line up with the running-agent counts.
category: fix
dev: Align EngineControlMenu current-use marker math with CommandCenterControls by mapping utilization as current / cap instead of slider min/max coordinates.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep Workflow simple-editor tabs reachable on mobile.
category: fix
dev: Makes the simple editor tab strip horizontally pannable on narrow touch viewports.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Let operators sort the board Done column by completion date or task ID.
category: feature
dev: Adds Done-column-only descending sort modes while preserving existing completion-date default ordering.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent executor prompt setup from failing when a recovered task has no saved prompt.
category: fix
dev: Guards worktree prompt scoping against undefined task prompts while quarantining stale post-cutover engine tests.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Make task-detail Chat tool-call text easier to read without expanding collapsed rows.
category: fix
dev: TaskChatTab tool-call summary, kicker, label, and detail typography now use the readable base spacing token.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show timestamps on each task-detail chat block.
category: feature
dev: Adds per-block TaskChatTab timestamp rendering and regression coverage for text, tool, thinking, and user blocks.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a Board dropdown option that shows tasks across all workflows.
category: feature
dev: Uses a dashboard-only aggregate workflow sentinel that is not sent to workflow APIs or durable selection.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Keep built-in Code Review remediation recovering until review passes.
category: fix
dev: Built-in Code Review now defaults maxRevisions to unbounded while preserving workflow-authored numeric caps.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show workflow names on aggregate board cards and task detail headers when available.
category: feature
dev: Reuses the board-workflows payload for detail custom fields and workflow-name badges.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Show workflow-name badges on Board cards in the All workflows view.
category: feature
dev: Adds aggregate Board task-card workflow metadata threading through Column and WorktreeGroup.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Hide engine remediation banners while daemon auth token recovery is open.
category: fix
dev: Threads authTokenRecoveryOpen through DashboardBanners to suppress EngineStatusBanner and EngineUnavailableBanner.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Retry unavailable Plan Review without rewriting existing task specs.
category: fix
dev: plan-review-unavailable triage tasks now rerun Plan Review/finalization from the existing PROMPT.md under global agent concurrency instead of launching the planner.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Preserve explicit empty workflow step dependencies for parallel roots.
category: fix
dev: Keeps omitted dependsOn as previous-step fallback while treating [] as no dependencies.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Footer concurrency controls now ask before saving capacity changes.
category: fix
dev: Mirrors Command Center confirmation semantics in EngineControlMenu so global and per-project concurrency edits persist only after explicit confirmation.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Show optional workflow block children as connected in the workflow editor.
category: fix
dev: Adds non-editable visual-only optional-group boundary connectors that are filtered from workflow IR saves.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Remove deleted tasks from the board and right sidebar immediately after deletion.
category: fix
dev: Updates the dashboard `useTasks` delete path to remove successfully deleted task ids from shared state and project task cache without waiting for SSE/refetch.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Stop logging non-actionable missing configured skill-pattern info messages.
category: fix
dev: Missing configured skill patterns remain resolver diagnostics but are no longer emitted as runtime info logs.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Reload the selected file when switching Files modal worktrees.
category: fix
dev: Keeps Files modal selected-path state while changing workspace/worktree.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a terminal worktree picker for opening shells in task worktrees.
category: feature
dev: Dashboard terminal sessions now pass an authorized cwd for selected project worktrees.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Let Git Manager inspect commit history from known worktrees.
category: feature
dev: Adds read-only Commits history targeting for Git-listed worktrees; mutating actions remain scoped to the current repository target.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Let Git Manager jump from worktrees to their read-only commit history.
category: feature
dev: Adds Git Manager worktree commit-target UI and responsive styling.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Let Git Manager inspect commit history from known git worktrees.
category: feature
dev: Adds read-only worktreePath targeting for commit list and diff endpoints.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add task context menus on board and list cards.
category: feature
dev: Board TaskCard and ListView row/card surfaces now support right-click, keyboard, and touch long-press action menus.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Reuse fresh task data when returning to Board or List views.
category: fix
dev: Skips the useTasks false-to-true SSE catch-up fetch while the in-memory snapshot is within SWR_TASKS_MAX_AGE_MS.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Dismiss mobile task details when Android Back is pressed before falling back to app exit.
category: fix
dev: Routes Capacitor Android Back through the dashboard navigation-history stack via a cancelable native event.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Preserve mobile board scroll after returning from task detail.
category: fix
dev: Restores the mobile board/card scroll snapshot after Back to board remounts the board.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a mobile setting to open board tasks in the existing popup.
category: feature
dev: Adds project setting `openMobileTasksInPopup` and mobile-only board-card routing to task FloatingWindow.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Group Done column sort and archive actions in one accessible actions menu.
category: fix
dev: Updates dashboard Done/complete column headers to use the shared column actions dropdown.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Prevent fast workflow merges from completing before implementation steps run.
category: fix
dev: Blocks stale no-op merge proof from trapping unfinished workflow tasks and requeues premature merge-node failures.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a global setting to control modal backdrop dismissal.
category: feature
dev: Adds dismissModalsOnOutsideClick as a global-only dashboard preference, defaulting false.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Restore reliable terminal keyboard shortcuts in embedded CLI session terminals.
category: fix
dev: SessionTerminal now mirrors TerminalModal copy/paste filtering, suppresses prop/read-only-ticket replay input, and keeps mobile composer submit on one path.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Refresh custom provider model lists at startup and from Settings.
category: feature
dev: Adds persisted custom-provider model refresh routes and startup best-effort refresh for dashboard, serve, and daemon.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a project setting for absolute workspace file-browser paths.
category: feature
dev: Adds allowAbsoluteFileBrowserPaths for workspace file-browser routes while keeping the default confined.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Open Workflow simple-editor step details when rows are clicked.
category: fix
dev: Restores the simple graph row/pencil selection path for compact and mobile workflow editing.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Make configured MCP tools available in planning and mission interviews.
category: fix
dev: Adds an explicit read-only MCP opt-in for planning and mission session factories with regression coverage.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Preserve workflow setting values and prompt overrides during workflow export/import.
category: fix
dev: Workflow export envelopes now include settingValues and promptOverrides; imports restore them onto the new workflow id with store validation.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Move the mobile task-detail workflow badge beside the updated timestamp.
category: fix
dev: Keeps the desktop task-detail header badge while showing a mobile-only timestamp-group badge.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Fix the mobile Engine Controls menu placement.
category: fix
dev: Keeps the footer EngineControlMenu as a viewport-safe mobile/tablet bottom panel while preserving the desktop anchored popover.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Document workflow-authoring tools in the packaged Fusion skill.
category: fix
dev: Syncs workflow extension registrations into generated skill references and capability tables.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Mobile back now reliably dismisses the open task detail, including right after closing and reopening it.
category: fix
dev: Hardens useNavigationHistory against close-reopen races and history/stack desync so popstate (and the fusion:native-back event) deterministically dismisses every task-detail surface.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
summary: Add a quick-add workflow selector for Board and List task creation.
category: feature
dev: The selector drives save, planning, subtask handoff, and workflow-step loading without submitting the aggregate workflow sentinel.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
summary: Move All workflows Board task-card workflow badges to the bottom-left.
category: fix
dev: Updates TaskCard workflowBadge placement and dashboard layout coverage.

Some files were not shown because too many files have changed in this diff Show More