Sync upstream Gemini-CLI v0.8.2 (#838)

This commit is contained in:
tanzhenxin
2025-10-23 09:27:04 +08:00
committed by GitHub
parent 096fabb5d6
commit eb95c131be
644 changed files with 70389 additions and 23709 deletions

View File

@@ -5,3 +5,6 @@
*/
export const QWEN_CODE_COMPANION_EXTENSION_NAME = 'Qwen Code Companion';
export const IDE_MAX_OPEN_FILES = 10;
export const IDE_MAX_SELECTED_TEXT_LENGTH = 16384; // 16 KiB limit
export const IDE_REQUEST_TIMEOUT_MS = 10 * 60 * 1000; // 10 minutes