mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 09:30:41 -07:00
fix(core, a2a-server): prevent hang during OAuth in non-interactive sessions (#21045)
This commit is contained in:
@@ -130,7 +130,11 @@ export * from './skills/skillLoader.js';
|
||||
export * from './ide/ide-client.js';
|
||||
export * from './ide/ideContext.js';
|
||||
export * from './ide/ide-installer.js';
|
||||
export { IDE_DEFINITIONS, type IdeInfo } from './ide/detect-ide.js';
|
||||
export {
|
||||
IDE_DEFINITIONS,
|
||||
type IdeInfo,
|
||||
isCloudShell,
|
||||
} from './ide/detect-ide.js';
|
||||
export * from './ide/constants.js';
|
||||
export * from './ide/types.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user