| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Set providers are now loaded internally, so withSetProviders() is no longer applied - it emits E_USER_DEPRECATED and points to withComposerBased(). Drop the setGroups/groupLoadedSets plumbing and the composer-based set-group fallback; withComposerBased() now only loads defined set-list constants. Claude-Session: https://claude.ai/code/session_015hE4UdetizXAUwE7JKZHX7
With set providers gone, group matching always yielded nothing, so SetManager and its SetProviderCollector wiring are unused. Remove the class and update the extension composer-based test accordingly. Claude-Session: https://claude.ai/code/session_015hE4UdetizXAUwE7JKZHX7
| Back | FazBrowse Home | New Git URL |
Set providers are now loaded internally, so withSetProviders() is no longer applied. Calling it emits an E_USER_DEPRECATED warning and points to withComposerBased().
Changes
SetProviderCollector stays as it is @api for third-party bridges.
https://claude.ai/code/session_015hE4UdetizXAUwE7JKZHX7