You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gateway): drop resolution cache on disconnect; unstick TS tests
FeatureService.mark_unavailable wrote the repo flip but left resolve_feature_sets
serving the pre-disconnect tool list. Invalidate the space cache there (and on
delete_for_server) so clients stop seeing tools from a dead server.
TS suite was failing on stale workspaceBindings mocks missing isIdBinding, persist
writes against a missing localStorage, and a wizard payload that now includes
label. importOriginal those mocks, install a memory store in setup, and match the
create args.
Signed-off-by: crimsonsunset <jsangio1@gmail.com>
0 commit comments