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
feat: Always set create_tracker as callable that returns a tracker
The create_tracker field on AIConfig is now always a callable that
returns a working tracker, even when the config is disabled. The
factory is always set to tracker_factory — callers use the enabled
flag to decide whether to proceed, not the factory result.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments