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(ci): Unblock CI after the throttling and UI rework
Two issues surfaced in CI for the previous three commits:
- test_app_model_label.py instantiates VibeApp via SimpleNamespace
stubs and now needs the new _effective_active_model helper bound on
the stub via MethodType, so the test exercises the real resolver
rather than failing on AttributeError.
- ruff flagged a tuple-membership check (PLR6201) in record_rate_limit
and reformatted four files for trailing-comma and import-ordering
conventions enforced by the pre-commit hook.
No behaviour change.
0 commit comments