rename GEMINI_DIR to QWEN_DIR

This commit is contained in:
koalazf.99
2025-08-26 20:14:10 +08:00
parent f73d662260
commit 5cd3349773
6 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
import {
getErrorMessage,
loadServerHierarchicalMemory,
GEMINI_DIR,
QWEN_DIR,
} from '@qwen-code/qwen-code-core';
import path from 'node:path';
import os from 'os';
@@ -89,7 +89,7 @@ export const memoryCommand: SlashCommand = {
try {
const globalMemoryPath = path.join(
os.homedir(),
GEMINI_DIR,
QWEN_DIR,
'QWEN.md',
);
const globalMemoryContent = await fs.readFile(