chore(release): v0.40.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-06-10 18:08:04 -07:00
parent e62847bd06
commit f0d6d70a32
61 changed files with 296 additions and 42 deletions

View File

@@ -1,5 +1,12 @@
# runfusion.ai
## 0.40.1
### Patch Changes
- Updated dependencies [e62847b]
- @runfusion/fusion@0.40.1
## 0.40.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,18 @@
# @runfusion/fusion
## 0.40.1
### Patch Changes
- e62847b: fix: keep `./dist/*` subpaths resolvable in the packed manifest
The prepack transform injects an `exports` field for the plugin-sdk subpath,
which flips Node into strict subpath mode and hid every other `./dist/*` file.
That broke the runfusion.ai alias (which imports
`@runfusion/fusion/dist/bin.js`) with `ERR_PACKAGE_PATH_NOT_EXPORTED`, failing
the pre-publish smoke test. Add a `./dist/*` passthrough so the alias bin and
the pi `./dist/extension.js` loader keep resolving after pack.
## 0.40.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.40.0",
"version": "0.40.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.40.1
## 0.40.0
## 0.39.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/core",
"version": "0.40.0",
"version": "0.40.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,22 @@
# @fusion/dashboard
## 0.40.1
### Patch Changes
- @fusion/core@0.40.1
- @fusion/engine@0.40.1
- @fusion/i18n@0.39.2
- @fusion-plugin-examples/cli-printing-press@0.1.19
- @fusion-plugin-examples/compound-engineering@0.1.2
- @fusion-plugin-examples/dependency-graph@0.1.33
- @fusion-plugin-examples/roadmap@0.1.21
- @fusion-plugin-examples/cursor-runtime@0.1.21
- @fusion-plugin-examples/droid-runtime@0.1.28
- @fusion-plugin-examples/hermes-runtime@0.2.52
- @fusion-plugin-examples/openclaw-runtime@0.2.52
- @fusion-plugin-examples/paperclip-runtime@0.2.52
## 0.40.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.40.0",
"version": "0.40.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,12 @@
# @fusion/desktop
## 0.40.1
### Patch Changes
- @fusion/core@0.40.1
- @fusion/dashboard@0.40.1
## 0.40.0
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@fusion/desktop",
"productName": "Fusion",
"version": "0.40.0",
"version": "0.40.1",
"license": "MIT",
"author": {
"name": "Runfusion",

View File

@@ -1,5 +1,11 @@
# @fusion/droid-cli
## 0.11.28
### Patch Changes
- @fusion-plugin-examples/droid-runtime@0.1.28
## 0.11.27
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/droid-cli",
"version": "0.11.27",
"version": "0.11.28",
"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.40.1
### Patch Changes
- @fusion/core@0.40.1
- @fusion/pi-claude-cli@0.40.1
## 0.40.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/engine",
"version": "0.40.0",
"version": "0.40.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,11 @@
# @fusion/i18n
## 0.39.2
### Patch Changes
- @fusion/core@0.40.1
## 0.39.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/i18n",
"version": "0.39.1",
"version": "0.39.2",
"license": "MIT",
"description": "Fusion i18n: authored translation catalogs and shared i18next configuration for the Fusion dashboard and terminal UI.",
"type": "module",

View File

@@ -1,5 +1,7 @@
# @fusion/mobile
## 0.40.1
## 0.40.0
## 0.39.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/mobile",
"version": "0.40.0",
"version": "0.40.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.40.1
## 0.40.0
## 0.39.0

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/pi-claude-cli",
"version": "0.40.0",
"version": "0.40.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.40.1
### Patch Changes
- @fusion/core@0.40.1
## 0.40.0
### Patch Changes

View File

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