fix(#2030): point pending-login warning at the dashboard, not a nonexistent hivectl login verb

This commit is contained in:
damocles 2026-06-26 23:44:38 +02:00 committed by mara
commit cc73bc7cd0

View file

@ -99,7 +99,7 @@ pub fn agent_state_warnings<S: std::hash::BuildHasher>(
level: "warn",
message: format!(
"{n} agent{plural} {verb} claude login: {list} \
run `hivectl login <agent>` to authenticate",
open the agent's page in the dashboard to complete the login",
n = pending.len(),
plural = if pending.len() == 1 { "" } else { "s" },
verb = if pending.len() == 1 { "needs" } else { "need" },