chore(release): v0.37.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-29 08:09:33 -07:00
parent 6e30060079
commit a960bb1031
57 changed files with 274 additions and 46 deletions

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": patch
---
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.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
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.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Do not mark executor sessions as failed when they are parked for pending code review.