feat(FN-1484): fix agent picker stale cache on project switch
- Clear agent cache when projectId changes in QuickEntryBox and InlineCreateCard - Add regression tests for agent picker cache invalidation behavior - Add changeset for @gsxdsm/fusion patch release
This commit is contained in:
5
.changeset/fix-agent-picker-stale-cache.md
Normal file
5
.changeset/fix-agent-picker-stale-cache.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Fix agent picker showing stale agents when switching between projects in QuickEntryBox and InlineCreateCard. The picker now clears cached agents when projectId changes, ensuring fresh agent data is always fetched for the current project context.
|
||||
Reference in New Issue
Block a user