feat(cli): implement /upgrade command (#21511)

This commit is contained in:
Sehoon Shon
2026-03-09 13:17:30 -04:00
committed by GitHub
parent 0f1258305a
commit d485e08606
7 changed files with 198 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import {
applyAvailabilityTransition,
} from '../availability/policyHelpers.js';
const UPGRADE_URL_PAGE = 'https://goo.gle/set-up-gemini-code-assist';
export const UPGRADE_URL_PAGE = 'https://goo.gle/set-up-gemini-code-assist';
export async function handleFallback(
config: Config,
+1
View File
@@ -48,6 +48,7 @@ export * from './scheduler/tool-executor.js';
export * from './core/recordingContentGenerator.js';
export * from './fallback/types.js';
export * from './fallback/handler.js';
export * from './code_assist/codeAssist.js';
export * from './code_assist/oauth2.js';