feat(KB-629): complete Step 6 — add documentation and changeset for bulk model editing

This commit is contained in:
gsxdsm
2026-03-31 18:26:14 -07:00
parent 90a223083c
commit 8e04dcca7d
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
"@gsxdsm/fusion": minor
---
Add bulk model editing to dashboard list view
Users can now efficiently update AI model configuration for multiple tasks at once through the dashboard list view:
- Select multiple tasks via checkboxes in the list view
- New "Bulk Edit Models" toolbar appears when tasks are selected
- Choose executor and/or validator models from dropdowns
- Apply changes to all selected tasks in a single action
- Selection persists in localStorage across page reloads
- Archived tasks are excluded from bulk editing
New API endpoint: `POST /api/tasks/batch-update-models`