chore(release): v0.9.2

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-29 22:27:14 -07:00
parent 79481b35f2
commit d2b688ed14
40 changed files with 171 additions and 49 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Add an optional `useAiMergeCommitSummary` project setting that enables AI-generated merge commit summaries using the title summarizer model lane, with deterministic fallback when disabled or unavailable.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Add dashboard support for managing custom OpenAI/Anthropic/Google-compatible providers via Settings and onboarding advanced sections, backed by new custom-provider API routes and models.json persistence.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix the update notification release notes link so it points to the repo changelog.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
Heartbeat prompts now re-anchor every tick on a Wake Delta + Heartbeat Procedure (paperclip-parity) so permanent agents stop silently grinding on prior tasks. Each tick the agent receives a structured wake delta (source, wake reason, assigned task, pending messages, triggering comments) and re-runs a 7-step procedure (identity → inbox → wake delta → assignment review → pick action → persist → exit) before continuing prior work.
The procedure is overridable per agent via a new `heartbeatProcedurePath` field pointing at a project-relative markdown file; the file is reloaded fresh each tick so operators can edit it live without restarting agents. New non-ephemeral agents default to `.fusion/HEARTBEAT.md`, and existing agents can be backfilled onto that path via `POST /api/agents/:id/upgrade-heartbeat-procedure` (also surfaced as an "Upgrade to Default Heartbeat Procedure" button in the agent detail Config tab). The default file is seeded from the built-in template on first use; subsequent edits are preserved.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Register custom providers from global settings with the pi ModelRegistry at startup, so they appear as available models without restart.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix TUI header overflow when a remote tunnel is configured. Between 100 and 175 columns the remote URL was pushing the left edge (logo + tabs) offscreen; the remote info now lives in a flex-shrinkable, right-justified slot that truncates instead of overflowing. Also gives the QR overlay a solid background so it no longer renders transparent over the underlying TUI.