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(cli): guard daemon status calls behind unix for windows build
channel list and doctor called crate::client::request_status()
unconditionally, but the client module is unix-only; route both through
a cfg-gated cfgio::daemon_status() (None on non-unix).
Release-Note: skip
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments