mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-02 17:31:05 -07:00
feat(cli): implement passive activity logger for session analysis (#15829)
This commit is contained in:
@@ -143,6 +143,10 @@ export class Storage {
|
||||
return path.join(this.getProjectTempDir(), 'checkpoints');
|
||||
}
|
||||
|
||||
getProjectTempLogsDir(): string {
|
||||
return path.join(this.getProjectTempDir(), 'logs');
|
||||
}
|
||||
|
||||
getExtensionsDir(): string {
|
||||
return path.join(this.getGeminiDir(), 'extensions');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user