fix(FN-1097): sync model tab saves with modal task state

- Pass TaskDetailModal's onTaskUpdated callback into ModelSelectorTab
- Propagate server-returned task updates after model and thinking-level saves so edit mode uses fresh values
- Add regression tests for ModelSelectorTab update callbacks and TaskDetailModal model-sync flow
- Add a patch changeset for @gsxdsm/fusion covering the model edit sync fix
This commit is contained in:
gsxdsm
2026-04-07 19:13:51 -07:00
parent 71fdffb37b
commit e952dd5760
5 changed files with 146 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix model changes not being captured when entering edit mode after changing models on the Model tab.