chore(release): v0.14.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-01 16:55:42 -07:00
parent 11fafcbe13
commit 99ddee0c57
35 changed files with 141 additions and 22 deletions

View File

@@ -1,5 +1,11 @@
# @runfusion/fusion
## 0.14.1
### Patch Changes
- cafe986: Fix readonly `createFnAgent` sessions to preserve caller-supplied engine custom tools while still excluding host extensions. This restores delegation and memory tools for no-task heartbeat/reviewer readonly sessions without reopening host extension tool injection in summarizer flows.
## 0.14.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.14.0",
"version": "0.14.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",