fix(status): show token previews

This commit is contained in:
Peter Steinberger
2026-01-11 01:11:46 +01:00
parent 57dafec0ec
commit 318f59ec3e
5 changed files with 60 additions and 8 deletions

View File

@@ -138,7 +138,7 @@ export async function statusAllCommand(
progress.setLabel("Scanning agents…");
const agentStatus = await getAgentLocalStatuses(cfg);
progress.setLabel("Summarizing providers…");
const providers = await buildProvidersTable(cfg);
const providers = await buildProvidersTable(cfg, { showSecrets: false });
const connectionDetailsForReport = (() => {
if (!remoteUrlMissing) return connection.message;