Skip to content

Commit a4bcf5b

Browse files
Update src/api/providers/gemini-cli.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 34a4e2e commit a4bcf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/gemini-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export class GeminiCliHandler extends BaseProvider implements SingleCompletionHa
140140
}
141141

142142
// Start with a default project ID (can be anything for personal OAuth)
143-
const initialProjectId = this.options.geminiCliDefaultProject
143+
const initialProjectId = this.options.geminiCliDefaultProject || "default"
144144

145145
// Prepare client metadata
146146
const clientMetadata = {

0 commit comments

Comments
 (0)