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: use branded ProviderID/ModelID types for routed model storage
Convert plain strings from plugin hook to branded types using
ProviderID.make() and ModelID.make(). Cast branded types to plain
strings when sending to the hook interface. Fixes TS2345/TS2322
typecheck errors.
0 commit comments