chore(release): v0.17.2

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-04 00:49:34 -07:00
parent fc824bc7ed
commit eb21d84fa3
38 changed files with 184 additions and 32 deletions

View File

@@ -1,5 +1,12 @@
# runfusion.ai
## 0.17.2
### Patch Changes
- Updated dependencies [bacc103]
- @runfusion/fusion@0.17.2
## 0.17.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @runfusion/fusion
## 0.17.2
### Patch Changes
- bacc103: Fix Codex auth interoperability, remote OAuth manual-code login flow, and chat fallback/error handling.
## 0.17.1
## 0.17.0

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,14 @@
# @fusion/core
## 0.17.2
### Patch Changes
- 17a6634: Fix pre-merge workflow steps stalling on tasks with no relevant changes (FN-3327 post-mortem).
- **`@fusion/engine`**: `executeWorkflowStep` now computes the diff scope (`git diff --name-only` plus `--shortstat` against `task.baseCommitSha`) before spawning the reviewer agent and injects a "Diff Scope" block into the system prompt. The block lists every file the task actually changed and adds explicit scoping rules: review only those files, and if none match the step's category respond immediately with a short approval line and stop. Without this, an open-ended review prompt (e.g. WS-005 "Frontend UX Design") would drift into pre-existing files matching the task description's keywords, exhaust the 360 s timeout, and trigger the auto-revive → re-finalize → re-fail loop that had FN-3327 wedged in `in-review`. Both git calls are best-effort; failures degrade to a "no modified files detected" notice rather than blocking the step.
- **`@fusion/core`**: The built-in `frontend-ux-design` workflow step template (WS-005) now opens with a FAST-BAIL rule telling the reviewer to inspect the Diff Scope first and return an immediate one-line approval when no UI/CSS/component files are present. New installs and freshly-materialized templates pick this up automatically; existing DB rows are unaffected but are still rescued by the executor-side scope injection above.
## 0.17.1
## 0.17.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"description": "Fusion core: task store, scheduler, settings, and shared domain types backing the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,17 @@
# @fusion/dashboard
## 0.17.2
### Patch Changes
- Updated dependencies [17a6634]
- @fusion/engine@0.17.2
- @fusion/core@0.17.2
- @fusion-plugin-examples/dependency-graph@0.1.5
- @fusion-plugin-examples/hermes-runtime@0.2.24
- @fusion-plugin-examples/openclaw-runtime@0.2.24
- @fusion-plugin-examples/paperclip-runtime@0.2.24
## 0.17.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"description": "Fusion dashboard: React UI and HTTP API server for monitoring and controlling the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,7 @@
# @fusion/desktop
## 0.17.2
## 0.17.1
## 0.17.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/desktop",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"description": "Fusion desktop: Electron wrapper around the Fusion dashboard for macOS, Windows, and Linux.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,18 @@
# @fusion/engine
## 0.17.2
### Patch Changes
- 17a6634: Fix pre-merge workflow steps stalling on tasks with no relevant changes (FN-3327 post-mortem).
- **`@fusion/engine`**: `executeWorkflowStep` now computes the diff scope (`git diff --name-only` plus `--shortstat` against `task.baseCommitSha`) before spawning the reviewer agent and injects a "Diff Scope" block into the system prompt. The block lists every file the task actually changed and adds explicit scoping rules: review only those files, and if none match the step's category respond immediately with a short approval line and stop. Without this, an open-ended review prompt (e.g. WS-005 "Frontend UX Design") would drift into pre-existing files matching the task description's keywords, exhaust the 360 s timeout, and trigger the auto-revive → re-finalize → re-fail loop that had FN-3327 wedged in `in-review`. Both git calls are best-effort; failures degrade to a "no modified files detected" notice rather than blocking the step.
- **`@fusion/core`**: The built-in `frontend-ux-design` workflow step template (WS-005) now opens with a FAST-BAIL rule telling the reviewer to inspect the Diff Scope first and return an immediate one-line approval when no UI/CSS/component files are present. New installs and freshly-materialized templates pick this up automatically; existing DB rows are unaffected but are still rescued by the executor-side scope injection above.
- Updated dependencies [17a6634]
- @fusion/core@0.17.2
- @fusion/pi-claude-cli@0.17.2
## 0.17.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"description": "Fusion engine: executor, merger, scheduler, and automation runtime for the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,7 @@
# @fusion/mobile
## 0.17.2
## 0.17.1
## 0.17.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/mobile",
"version": "0.17.1",
"version": "0.17.2",
"license": "MIT",
"description": "Fusion mobile: Capacitor wrapper around the Fusion dashboard for iOS and Android.",
"homepage": "https://github.com/Runfusion/Fusion#readme",

View File

@@ -1,5 +1,7 @@
# @fusion/pi-claude-cli
## 0.17.2
## 0.17.1
## 0.17.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/pi-claude-cli",
"version": "0.17.1",
"version": "0.17.2",
"description": "Fusion vendored fork: pi coding-agent extension that routes LLM calls through the Claude Code CLI. Forked from rchern/pi-claude-cli (MIT). See UPSTREAM.md.",
"license": "MIT",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion/plugin-sdk
## 0.17.2
### Patch Changes
- Updated dependencies [17a6634]
- @fusion/core@0.17.2
## 0.17.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/plugin-sdk",
"version": "0.17.1",
"version": "0.17.2",
"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",