Propagate prompt (#5033)

This commit is contained in:
owenofbrien
2025-08-01 14:37:56 -05:00
committed by GitHub
parent 67d16992cf
commit a6a386f72a
11 changed files with 245 additions and 102 deletions

View File

@@ -34,7 +34,7 @@ export interface UserData {
*/
export async function setupUser(client: OAuth2Client): Promise<UserData> {
let projectId = process.env.GOOGLE_CLOUD_PROJECT || undefined;
const caServer = new CodeAssistServer(client, projectId);
const caServer = new CodeAssistServer(client, projectId, {}, '', undefined);
const clientMetadata: ClientMetadata = {
ideType: 'IDE_UNSPECIFIED',