chore(release): v0.4.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-26 12:24:08 -07:00
parent ec3e2cb280
commit 80514718ed
35 changed files with 148 additions and 33 deletions

View File

@@ -1,5 +1,12 @@
# @runfusion/fusion
## 0.4.1
### Patch Changes
- b5200ba: Add Cloudflare Quick Tunnel mode for Remote Access so Fusion can auto-provision an ephemeral `trycloudflare.com` URL via `cloudflared tunnel --url` without requiring a pre-created named tunnel or tunnel token.
- 8097db2: Rename status values: specifying→planning, needs-respecify→needs-replan. Display label "Triage"→"Planning". Includes DB migration for existing records.
## 0.4.0
### Minor Changes

View File

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