feat(cli): implement passive activity logger for session analysis (#15829)

This commit is contained in:
Sandy Tao
2026-01-11 21:22:49 +08:00
committed by GitHub
parent e90d492576
commit 4846a206df
5 changed files with 402 additions and 1 deletions
+4
View File
@@ -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');
}