From ab1c483cab659ac2ab081e74a0e3bd0fcc48a734 Mon Sep 17 00:00:00 2001 From: Evan Otero Date: Fri, 15 Aug 2025 12:32:15 -0400 Subject: feat(about): Add the IDE Client's display name to `/about` (#6311) Co-authored-by: Bryan Morgan --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts') diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 8ae0041e..d1af9964 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -116,6 +116,7 @@ export const useSlashCommandProcessor = ( modelVersion: message.modelVersion, selectedAuthType: message.selectedAuthType, gcpProject: message.gcpProject, + ideClient: message.ideClient, }; } else if (message.type === MessageType.HELP) { historyItemContent = { -- cgit v1.2.3