chore(release): v0.8.2

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-28 21:51:32 -07:00
parent 6bb919864b
commit 7a4970e2d6
35 changed files with 144 additions and 26 deletions

View File

@@ -1,5 +1,12 @@
# @runfusion/fusion
## 0.8.2
### Patch Changes
- 531b13e: Recover automatically from SQLite FTS5 corruption errors during task upserts by rebuilding the `tasks_fts` index and retrying once. Also adds FTS5 index rebuild/integrity helpers in core database code and extends task store health checks to validate FTS5 integrity.
- 531b13e: Add executor watchdogs to recover stuck `fn_task_done` and workflow rerun handoffs faster.
## 0.8.1
### Patch Changes

View File

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