chore(release): v0.18.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-04 09:55:19 -07:00
parent 89401cd2c9
commit 9c284750af
42 changed files with 179 additions and 30 deletions

View File

@@ -1,5 +1,13 @@
# runfusion.ai
## 0.18.1
### Patch Changes
- Updated dependencies [89401cd]
- Updated dependencies [89401cd]
- @runfusion/fusion@0.18.1
## 0.18.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @runfusion/fusion
## 0.18.1
### Patch Changes
- 89401cd: Fix `npx runfusion.ai` failing with `ERR_MODULE_NOT_FOUND: Cannot find package 'dockerode'` by declaring `dockerode` as a runtime dependency of the published CLI package (#33).
- 89401cd: Allow the dashboard task-detail footer action to manually drive PR-first completion when `mergeStrategy` is `pull-request` and `autoMerge` is disabled.
## 0.18.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @fusion/core
## 0.18.1
## 0.18.0
## 0.17.2

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.18.0",
"version": "0.18.1",
"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.18.1
### Patch Changes
- @fusion/core@0.18.1
- @fusion/engine@0.18.1
- @fusion-plugin-examples/dependency-graph@0.1.7
- @fusion-plugin-examples/droid-runtime@0.1.2
- @fusion-plugin-examples/hermes-runtime@0.2.26
- @fusion-plugin-examples/openclaw-runtime@0.2.26
- @fusion-plugin-examples/paperclip-runtime@0.2.26
## 0.18.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.18.0",
"version": "0.18.1",
"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.18.1
## 0.18.0
## 0.17.2

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/desktop",
"version": "0.18.0",
"version": "0.18.1",
"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,11 @@
# @fusion/droid-cli
## 0.11.2
### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.2
## 0.11.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/droid-cli",
"version": "0.11.1",
"version": "0.11.2",
"description": "First-party Fusion pi extension that routes LLM calls through the Droid CLI subprocess.",
"license": "MIT",
"private": true,

View File

@@ -1,5 +1,12 @@
# @fusion/engine
## 0.18.1
### Patch Changes
- @fusion/core@0.18.1
- @fusion/pi-claude-cli@0.18.1
## 0.18.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.18.0",
"version": "0.18.1",
"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.18.1
## 0.18.0
## 0.17.2

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/mobile",
"version": "0.18.0",
"version": "0.18.1",
"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.18.1
## 0.18.0
## 0.17.2

View File

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

View File

@@ -1,5 +1,11 @@
# @fusion/plugin-sdk
## 0.18.1
### Patch Changes
- @fusion/core@0.18.1
## 0.18.0
### Patch Changes

View File

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