mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-12 14:22:00 -07:00
feat(sessions): add /resume slash command to open the session browser (#13621)
This commit is contained in:
@@ -469,7 +469,7 @@ export class GeminiChat {
|
||||
: undefined,
|
||||
});
|
||||
|
||||
return this.processStreamResponse(model, streamResponse);
|
||||
return this.processStreamResponse(effectiveModel, streamResponse);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user