mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
merge main branch functionalities
This commit is contained in:
parent
b69b2ce376
commit
23f6ae8513
30 changed files with 1378 additions and 420 deletions
|
|
@ -24,7 +24,7 @@ const homeDirectoryCheck: WarningCheck = {
|
|||
]);
|
||||
|
||||
if (workspaceRealPath === homeRealPath) {
|
||||
return 'You are running Gemini CLI in your home directory. It is recommended to run in a project-specific directory.';
|
||||
return 'You are running Qwen Code in your home directory. It is recommended to run in a project-specific directory.';
|
||||
}
|
||||
return null;
|
||||
} catch (_err: unknown) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue