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: Phase B1 — execution profile filtering in runner._resolve_for_activity
_resolve_for_activity now checks the active execution profile's
allowed_providers/allowed_provider_types before using a profile.
If the primary provider is blocked, fallback chain entries are tried.
If no fallback is allowed, emits a warning and degrades gracefully.
New method: _filter_by_execution_profile() — surgical, additive,
wrapped in try/except for graceful degradation. No behavior change
when no execution profile is configured (backward compatible).
483 tests pass (0 regressions from this change).
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments