chore(release): v0.41.0
Version bump via changesets.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# runfusion.ai
|
||||
|
||||
## 0.41.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4151a19]
|
||||
- @runfusion/fusion@0.41.0
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runfusion.ai",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"license": "MIT",
|
||||
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
|
||||
"homepage": "https://runfusion.ai",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @runfusion/fusion
|
||||
|
||||
## 0.41.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4151a19: Bump `@earendil-works/pi-coding-agent` and `@earendil-works/pi-ai` from `^0.78.0` to `^0.79.1`. This adds **Claude Fable 5** (`claude-fable-5`) model support on the Anthropic and Amazon Bedrock providers, with adaptive thinking and `xhigh` effort. Fable now appears automatically in the registry-driven model picker for users with Anthropic (or Claude CLI) auth configured. See the upstream pi coding agent changelog for [`0.79.1` (2026-06-09)](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/CHANGELOG.md).
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@runfusion/fusion",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"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.41.0
|
||||
|
||||
## 0.40.1
|
||||
|
||||
## 0.40.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/core",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"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,22 @@
|
||||
# @fusion/dashboard
|
||||
|
||||
## 0.41.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.41.0
|
||||
- @fusion/engine@0.41.0
|
||||
- @fusion/i18n@0.39.3
|
||||
- @fusion-plugin-examples/cli-printing-press@0.1.20
|
||||
- @fusion-plugin-examples/compound-engineering@0.1.3
|
||||
- @fusion-plugin-examples/dependency-graph@0.1.34
|
||||
- @fusion-plugin-examples/roadmap@0.1.22
|
||||
- @fusion-plugin-examples/cursor-runtime@0.1.22
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.29
|
||||
- @fusion-plugin-examples/hermes-runtime@0.2.53
|
||||
- @fusion-plugin-examples/openclaw-runtime@0.2.53
|
||||
- @fusion-plugin-examples/paperclip-runtime@0.2.53
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/dashboard",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"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,12 @@
|
||||
# @fusion/desktop
|
||||
|
||||
## 0.41.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.41.0
|
||||
- @fusion/dashboard@0.41.0
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fusion/desktop",
|
||||
"productName": "Fusion",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Runfusion",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion/droid-cli
|
||||
|
||||
## 0.11.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.29
|
||||
|
||||
## 0.11.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/droid-cli",
|
||||
"version": "0.11.28",
|
||||
"version": "0.11.29",
|
||||
"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.41.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.41.0
|
||||
- @fusion/pi-claude-cli@0.41.0
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/engine",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"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.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.41.0
|
||||
|
||||
## 0.39.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/i18n",
|
||||
"version": "0.39.2",
|
||||
"version": "0.39.3",
|
||||
"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.41.0
|
||||
|
||||
## 0.40.1
|
||||
|
||||
## 0.40.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/mobile",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"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.41.0
|
||||
|
||||
## 0.40.1
|
||||
|
||||
## 0.40.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/pi-claude-cli",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"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.41.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.41.0
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/plugin-sdk",
|
||||
"version": "0.40.1",
|
||||
"version": "0.41.0",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user