mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 22:10:52 -07:00
fix(core): move project memory dir under tmp directory (#24542)
This commit is contained in:
@@ -267,8 +267,7 @@ export class Storage {
|
||||
}
|
||||
|
||||
getProjectMemoryDir(): string {
|
||||
const identifier = this.getProjectIdentifier();
|
||||
return path.join(Storage.getGlobalGeminiDir(), 'memory', identifier);
|
||||
return this.getProjectMemoryTempDir();
|
||||
}
|
||||
|
||||
getProjectMemoryTempDir(): string {
|
||||
|
||||
Reference in New Issue
Block a user