From b7f82ee9fd46fa7a7dc60dbfbb79157aee5d91d9 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 11 Jul 2026 19:49:38 -0700 Subject: [PATCH] fix(changesets): shorten artifacts summary --- .changeset/artifacts-doc-editing-and-comment-fix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/artifacts-doc-editing-and-comment-fix.md b/.changeset/artifacts-doc-editing-and-comment-fix.md index 17718b1a83..d7557a167e 100644 --- a/.changeset/artifacts-doc-editing-and-comment-fix.md +++ b/.changeset/artifacts-doc-editing-and-comment-fix.md @@ -2,6 +2,6 @@ "@runfusion/fusion": minor --- -summary: Task documents and project files are now editable in the Artifacts view, task documents render markdown by default, and the select-to-comment "Add comment" button works again. +summary: Edit task documents and project files in Artifacts, with Markdown previews and working add-comment controls. category: feature dev: DocumentsView embeds the shared CodeMirror FileEditor for task-document (PUT /tasks/:id/documents/:key) and project-file (project workspace file API) edits. The Add comment no-op was a CSS bundle-order regression — `.btn:active` out-ordered the equal-specificity trigger rule; the `:active` rules now use `.btn.selection-comment-trigger` (0,3,0) with a test asserting the prefix.