mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
fix: add patch for sync upstream
This commit is contained in:
@@ -201,7 +201,7 @@ class MemoryToolInvocation extends BaseToolInvocation<
|
||||
getDescription(): string {
|
||||
const scope = this.params.scope || 'global';
|
||||
const memoryFilePath = getMemoryFilePath(scope);
|
||||
return `in ${tildeifyPath(memoryFilePath)} (${scope})`;
|
||||
return `${tildeifyPath(memoryFilePath)} (${scope})`;
|
||||
}
|
||||
|
||||
override async shouldConfirmExecute(
|
||||
|
||||
Reference in New Issue
Block a user