fix(chat): harden experts menu selection and viewport fit
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -73,12 +73,3 @@ export function useBuiltInExperts(): ExpertListItem[] {
|
||||
|
||||
return experts
|
||||
}
|
||||
|
||||
/**
|
||||
* Invalidate the cached experts list. Call this after installing/uninstalling
|
||||
* experts so subsequent consumers see the fresh list.
|
||||
*/
|
||||
export function invalidateBuiltInExperts(): void {
|
||||
cachedExperts = null
|
||||
inflight = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user