From 0e140f83e40e1f21b3c52504e85639c90435e61e Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Wed, 4 Feb 2026 18:08:39 -0500 Subject: [PATCH] fix(auth): show command checks unified config for accounts Use getAllProfilesMerged() and getDefaultResolved() to check both unified config and legacy profiles when showing account details. Fixes #458 --- src/auth/commands/show-command.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/auth/commands/show-command.ts b/src/auth/commands/show-command.ts index 7f0c5f1a..12a2a0e7 100644 --- a/src/auth/commands/show-command.ts +++ b/src/auth/commands/show-command.ts @@ -26,8 +26,13 @@ export async function handleShow(ctx: CommandContext, args: string[]): Promise