mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 17:04:04 -07:00
fix(core): use session-specific temp directory for task tracker (#22382)
This commit is contained in:
@@ -302,6 +302,9 @@ export class Storage {
|
||||
}
|
||||
|
||||
getProjectTempTrackerDir(): string {
|
||||
if (this.sessionId) {
|
||||
return path.join(this.getProjectTempDir(), this.sessionId, 'tracker');
|
||||
}
|
||||
return path.join(this.getProjectTempDir(), 'tracker');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user