mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 00:02:51 -07:00
Update packages/cli/src/config/config.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -698,7 +698,7 @@ export async function loadCliConfig(
|
||||
let clientName: string | undefined = undefined;
|
||||
if (acpMode) {
|
||||
const ide = detectIdeFromEnv();
|
||||
clientName = `acp-${ide.name}`;
|
||||
clientName = `acp-${ide.name.replace(/[^a-zA-Z0-9]/g, '')}`;
|
||||
}
|
||||
|
||||
return new Config({
|
||||
|
||||
Reference in New Issue
Block a user