FN-7040: align task-detail model displays
Unify task-detail model resolution so Chat, Agent Log, and Workflow settings display the same effective model.
- Add a shared dashboard resolver for executor, validator, and planning model display precedence.
- Reuse the resolver in TaskDetailModal and WorkflowResultsTab instead of duplicating fallback logic.
- Cover log marker, assigned runtime model, task override, and settings fallback cases with focused tests.
- Add a patch changeset for the published Fusion package.
Files changed:
.../FN-7040-align-task-detail-model-display.md | 7 +
.../dashboard/app/components/TaskDetailModal.tsx | 158 +--------------------
.../app/components/WorkflowResultsTab.tsx | 15 +-
.../__tests__/WorkflowResultsTab.test.tsx | 74 +++++++++-
.../__tests__/effective-model-resolution.test.ts | 111 +++++++++++++++
.../app/components/effective-model-resolution.ts | 149 +++++++++++++++++++
6 files changed, 354 insertions(+), 160 deletions(-)
Fusion-Task-Id: FN-7040
Fusion-Task-Lineage: 05ec3ae7-5063-4219-a515-da16168e9a19