chore(release): v0.1.3

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-24 15:35:21 -07:00
parent 38d73031f8
commit 613ac75b81
16 changed files with 38 additions and 60 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Automatically install the bundled Fusion skill into supported agent home directories during `fn init` (`~/.claude/skills/fusion`, `~/.codex/skills/fusion`, and `~/.gemini/skills/fusion`) when missing. Existing installs are preserved, and per-target filesystem errors now warn without failing project initialization.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix `pnpm install -g @runfusion/fusion` failing with a 404 for `@fusion/pi-claude-cli`. The vendored pi extension is now bundled into the published package's `dist/pi-claude-cli/` and is no longer listed as an external dependency.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Add a severity filter to the interactive `fn dashboard` TUI Logs tab. Users can now press `f` to cycle `all → info → warn → error` for view-only filtering while preserving the full in-memory ring buffer.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Prevent stale dashboard service workers from trapping old client bundles, and compute automation cron schedules against UTC so monthly runs stay on day 1 across timezones.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix `fn dashboard` Logs tab row budgeting so log lines stay above the footer hint on short terminals, including wrapped-message cases.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix dashboard SSE cleanup on browser refresh so stale event streams do not exhaust per-origin browser connections.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix dashboard TUI log severity rendering so structured `logger.log(...)` entries routed via `stderr` display with info severity/icon instead of being misclassified as errors.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Normalize Fusion skill-facing tool naming to the public `fn_*` namespace and clarify the boundary between extension tools and internal engine runtime tools across skill docs.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Refresh the shipped Fusion skill documentation to match the current `fn_*` extension and CLI surfaces, and replace stale kb-era task/storage examples with Fusion-native `FN-*` and `.fusion` conventions.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Persist `fn dashboard` bearer tokens in the existing global settings store (`~/.fusion/settings.json`) on first authenticated run, then reuse them on subsequent starts. Explicit overrides (`--token`, `FUSION_DASHBOARD_TOKEN`, `FUSION_DAEMON_TOKEN`) and `--no-auth` precedence remain intact.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Add a Settings → Pi Extensions action to reinstall Fusion's bundled Pi package (`npm:@runfusion/fusion`) for self-serve recovery when local Pi skill installs are stale or broken.