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(agents): hide disabled agents everywhere and reflect install/removal live (#82)
Follow-up to #81. Makes "Detected only" / agent-disable behaviour consistent and live.
- A disabled agent (including ones Detected only auto-disables) is now hidden everywhere — Marketplace, the Agents page, and install targets, not just the Overview. Every surface filters by enabled; the redundant per-view agentVisibility checks are removed, leaving one concept (enabled) and one owner of visibility→enabled (the reconcile). Backend "install to all detected" fallbacks skip disabled agents too.
- Agent install/removal is reflected live: runScan refetches agents on focus, and the reconcile is bidirectional (disable undetected, re-enable once detected again).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments