chore(release): v0.37.0
Version bump via changesets.
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# runfusion.ai
|
||||
|
||||
## 0.37.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [230efa1]
|
||||
- Updated dependencies [b335f3d]
|
||||
- Updated dependencies [b5f2f91]
|
||||
- @runfusion/fusion@0.37.0
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runfusion.ai",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.0",
|
||||
"license": "MIT",
|
||||
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
|
||||
"homepage": "https://runfusion.ai",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @runfusion/fusion
|
||||
|
||||
## 0.37.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- b335f3d: Add a new `fn_goal_show` tool for goal retrieval by ID, including structured JSON output via `details.goal` and a stable not-found contract (`GOAL_NOT_FOUND`).
|
||||
|
||||
Also register `fn_goal_list` and `fn_goal_show` in the engine readonly tool allowlist so agent runtime sessions can use goal retrieval on the readonly path.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 230efa1: Update `useAiMergeCommitSummary` docs/JSDoc to match the intended default of `true`, including that merge commit summaries include a subject plus body summary (narrative + bullets + diff-stat).
|
||||
|
||||
Also fixes AI merge-mode prompt guidance so AI-authored squash commits include a summarized body instead of subject-only commit messages.
|
||||
|
||||
- b5f2f91: Do not mark executor sessions as failed when they are parked for pending code review.
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@runfusion/fusion",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.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.37.0
|
||||
|
||||
## 0.36.0
|
||||
|
||||
## 0.35.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/core",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.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,20 @@
|
||||
# @fusion/dashboard
|
||||
|
||||
## 0.37.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.37.0
|
||||
- @fusion/engine@0.37.0
|
||||
- @fusion-plugin-examples/cli-printing-press@0.1.14
|
||||
- @fusion-plugin-examples/dependency-graph@0.1.28
|
||||
- @fusion-plugin-examples/roadmap@0.1.16
|
||||
- @fusion-plugin-examples/cursor-runtime@0.1.16
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.23
|
||||
- @fusion-plugin-examples/hermes-runtime@0.2.47
|
||||
- @fusion-plugin-examples/openclaw-runtime@0.2.47
|
||||
- @fusion-plugin-examples/paperclip-runtime@0.2.47
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/dashboard",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.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.37.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.37.0
|
||||
- @fusion/dashboard@0.37.0
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fusion/desktop",
|
||||
"productName": "Fusion",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.0",
|
||||
"license": "MIT",
|
||||
"description": "Fusion desktop: Electron wrapper around the Fusion dashboard for macOS, Windows, and Linux.",
|
||||
"homepage": "https://github.com/Runfusion/Fusion#readme",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @fusion/droid-cli
|
||||
|
||||
## 0.11.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.23
|
||||
|
||||
## 0.11.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/droid-cli",
|
||||
"version": "0.11.22",
|
||||
"version": "0.11.23",
|
||||
"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.37.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.37.0
|
||||
- @fusion/pi-claude-cli@0.37.0
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/engine",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.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,7 @@
|
||||
# @fusion/mobile
|
||||
|
||||
## 0.37.0
|
||||
|
||||
## 0.36.0
|
||||
|
||||
## 0.35.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/mobile",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.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.37.0
|
||||
|
||||
## 0.36.0
|
||||
|
||||
## 0.35.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/pi-claude-cli",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.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.37.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/core@0.37.0
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/plugin-sdk",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.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