feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)

This commit is contained in:
Shreya Keshive
2025-08-19 11:22:21 -07:00
committed by GitHub
parent 9588aa6ef9
commit 4828e4daf1
4 changed files with 21 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ export const aboutCommand: SlashCommand = {
context.services.settings.merged.selectedAuthType || '';
const gcpProject = process.env['GOOGLE_CLOUD_PROJECT'] || '';
const ideClient =
context.services.config?.getIdeClient()?.getDetectedIdeDisplayName() ||
(context.services.config?.getIdeMode() &&
context.services.config?.getIdeClient()?.getDetectedIdeDisplayName()) ||
'';
const aboutItem: Omit<HistoryItemAbout, 'id'> = {