diff options
| author | Evan Otero <[email protected]> | 2025-08-15 12:32:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-15 16:32:15 +0000 |
| commit | ab1c483cab659ac2ab081e74a0e3bd0fcc48a734 (patch) | |
| tree | 939865098f71698aa1328125cba96702ae1af2ee /packages/cli/src/ui/hooks/slashCommandProcessor.ts | |
| parent | 72195d55538c11a2cf6e24e061d526395b552fd3 (diff) | |
feat(about): Add the IDE Client's display name to `/about` (#6311)
Co-authored-by: Bryan Morgan <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |
