feat: Improve model tools auto-selection and lifecycle management
This commit is contained in:
@@ -173,6 +173,9 @@ class AppStartupFlow extends _$AppStartupFlow {
|
||||
keepAlive(appIntentCoordinatorProvider);
|
||||
keepAlive(quickActionsCoordinatorProvider);
|
||||
|
||||
// Ensure model tools auto-selection is active throughout app lifecycle
|
||||
keepAlive(defaultModelAutoSelectionProvider);
|
||||
|
||||
// Kick background model loading flow (non-blocking)
|
||||
Future<void>.delayed(const Duration(milliseconds: 120), () {
|
||||
if (!ref.mounted) return;
|
||||
|
||||
Reference in New Issue
Block a user