Keep Summary token-usage model labels readable in narrow task detail layouts. - Add a desktop token table minimum width so right-dock layouts scroll instead of collapsing model labels. - Restore normal model-name wrapping while preserving mobile stacked-card behavior. - Cover the responsive CSS contract and add a patch changeset for the published package. Files changed: .changeset/fn-7195-model-name-wrap.md | 7 +++++++ packages/dashboard/app/components/TaskDetailModal.css | 8 +++++++- .../__tests__/TaskDetailModal.summary-tab.test.tsx | 13 ++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) Fusion-Task-Id: FN-7195 Fusion-Task-Lineage: 97f972f6-ac6e-4632-86ed-b3184c7abbc2 Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
Changeset Format Guide
Each changeset file in this directory describes one user-facing change for release notes.
Required body format
---
"@runfusion/fusion": minor
---
summary: Add a Command Center productivity control for LOC backfills.
category: feature
dev: Uses the new `fn_backfill_loc` tool; settings key `commandCenter.locBackfill`.
Fields
| Field | Required | Description |
|---|---|---|
summary |
Yes | One line, user-facing, max 120 chars. Describe what changed for the operator. |
category |
Yes | One of: feature, fix, breaking, security, performance, internal. |
dev |
No | Developer or migration detail. Preserved in per-package CHANGELOGs but excluded from distilled release notes. |
Audience
The summary is the only content that appears in end-user release notes by default. Write for Fusion operators — describe behavior, fixes, and what changed. Avoid internal class names, file paths, and implementation detail.
Bump types
patch— bug fixes, internal changesminor— new features, CLI additions, toolsmajor— breaking changes
Validation
Run pnpm check:changesets to validate. The linter runs in the PR-check gate and test:gate. Legacy freeform changesets pass with a warning during the transition period.