From ebb95ba95aec5bc708bb4ce0137efc046c240cbc Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 10 Jun 2026 17:46:06 -0700 Subject: [PATCH] fix: add missing changeset frontmatter delimiters Six changesets were missing the opening (and in most cases closing) `---` delimiters around their YAML frontmatter, so changeset could not parse the package bump. Wrap each in proper `---` blocks. Co-Authored-By: Claude Opus 4.8 (1M context) --- .changeset/auto-git-init-project-registration.md | 2 ++ .changeset/fn-1467-pr-feedback-fixes.md | 2 ++ .changeset/fn-blank-page-service-worker-assets.md | 2 ++ .changeset/merge-queue-stall-badges.md | 1 + .changeset/merge-worktree-canonical-path.md | 2 ++ .changeset/merge-worktree-task-tools.md | 2 ++ 6 files changed, 11 insertions(+) diff --git a/.changeset/auto-git-init-project-registration.md b/.changeset/auto-git-init-project-registration.md index 6d83df8eed..8ff0f3924b 100644 --- a/.changeset/auto-git-init-project-registration.md +++ b/.changeset/auto-git-init-project-registration.md @@ -1,3 +1,5 @@ +--- "@runfusion/fusion": patch +--- Initialize missing Git repositories automatically when registering Fusion projects. diff --git a/.changeset/fn-1467-pr-feedback-fixes.md b/.changeset/fn-1467-pr-feedback-fixes.md index 18a8d10399..052217d5d2 100644 --- a/.changeset/fn-1467-pr-feedback-fixes.md +++ b/.changeset/fn-1467-pr-feedback-fixes.md @@ -1,3 +1,5 @@ +--- "@runfusion/fusion": patch +--- Fix project selector review regressions around optional selection handlers and bookmarked search matches, and tighten retry/backoff timeout and rate-limit handling. diff --git a/.changeset/fn-blank-page-service-worker-assets.md b/.changeset/fn-blank-page-service-worker-assets.md index 1ad0e19f28..19dfd36ecf 100644 --- a/.changeset/fn-blank-page-service-worker-assets.md +++ b/.changeset/fn-blank-page-service-worker-assets.md @@ -1,3 +1,5 @@ +--- "@runfusion/fusion": patch +--- Revalidate dashboard service-worker assets before falling back to cache so rebuilt tabs cannot stay on stale bundles and render a blank page. diff --git a/.changeset/merge-queue-stall-badges.md b/.changeset/merge-queue-stall-badges.md index fe7fa41554..cc85a74366 100644 --- a/.changeset/merge-queue-stall-badges.md +++ b/.changeset/merge-queue-stall-badges.md @@ -1,3 +1,4 @@ +--- "@runfusion/fusion": patch --- diff --git a/.changeset/merge-worktree-canonical-path.md b/.changeset/merge-worktree-canonical-path.md index a4d95ddbd7..738cbde6fc 100644 --- a/.changeset/merge-worktree-canonical-path.md +++ b/.changeset/merge-worktree-canonical-path.md @@ -1,3 +1,5 @@ +--- "@runfusion/fusion": patch +--- Fix coding-agent startup and tool boundary checks from AI merge temp worktrees on macOS by comparing Git worktree paths with filesystem-canonical paths. diff --git a/.changeset/merge-worktree-task-tools.md b/.changeset/merge-worktree-task-tools.md index 63e1c64f41..d0df17cec8 100644 --- a/.changeset/merge-worktree-task-tools.md +++ b/.changeset/merge-worktree-task-tools.md @@ -1,3 +1,5 @@ +--- "@runfusion/fusion": patch +--- Fix Fusion task tools from AI merge temp worktrees so merger agents can fetch task details without trying to bootstrap a nested project.