mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-09 17:19:02 +00:00
575 lines
12 KiB
JavaScript
575 lines
12 KiB
JavaScript
/**
|
|
* Legacy non-kebab-case filenames in packages/core/src and packages/cli/src.
|
|
*
|
|
* Used by eslint.config.js to exclude these files from the kebab-case rule.
|
|
* Remove entries as files are renamed in migration PRs.
|
|
*
|
|
* See: https://github.com/QwenLM/qwen-code/issues/4419
|
|
*/
|
|
export const legacyFilenames = [
|
|
'abortController',
|
|
'aboutCommand',
|
|
'acpAgent',
|
|
'acpAgent.worktree',
|
|
'acpModelUtils',
|
|
'activeGoalStore',
|
|
'agentHistoryAdapter',
|
|
'agentsCommand',
|
|
'anthropicContentGenerator',
|
|
'apiPreconnect',
|
|
'approvalModeCommand',
|
|
'approvalModeDisplay',
|
|
'approvalModeVisuals',
|
|
'ArenaAgentClient',
|
|
'arenaCommand',
|
|
'arenaCommand.agentComplete',
|
|
'ArenaManager',
|
|
'argumentProcessor',
|
|
'AsciiArt',
|
|
'askUserQuestion',
|
|
'asyncHookRegistry',
|
|
'asyncMessageQueue',
|
|
'atCommandProcessor',
|
|
'atFileProcessor',
|
|
'atomicFileWrite',
|
|
'attributionTrailer',
|
|
'authCommand',
|
|
'authMethods',
|
|
'authPreflight',
|
|
'autoMode',
|
|
'availableModels',
|
|
'backgroundShellRegistry',
|
|
'backgroundWorkUtils',
|
|
'bareMode',
|
|
'baseController',
|
|
'BaseEmitter',
|
|
'BaseJsonOutputAdapter',
|
|
'baseLlmClient',
|
|
'branchCommand',
|
|
'btwCommand',
|
|
'bugCommand',
|
|
'BuiltinCommandLoader',
|
|
'BundledSkillLoader',
|
|
'bundlePaths',
|
|
'chatCompressionService',
|
|
'chatRecordingService',
|
|
'chatRecordingService.autoTitle',
|
|
'chatRecordingService.customTitle',
|
|
'clearCommand',
|
|
'clipboardUtils',
|
|
'commandMetadata',
|
|
'CommandService',
|
|
'commandUtils',
|
|
'commentJson',
|
|
'commitAttribution',
|
|
'compactionInputSlimming',
|
|
'compressCommand',
|
|
'computeStats',
|
|
'configResolver',
|
|
'contentGenerator',
|
|
'contextCommand',
|
|
'contextLengthError',
|
|
'ControlContext',
|
|
'ControlDispatcher',
|
|
'ControlService',
|
|
'copyCommand',
|
|
'coreToolScheduler',
|
|
'costCalculator',
|
|
'cpuProfiler',
|
|
'crawlCache',
|
|
'cronDisplay',
|
|
'cronParser',
|
|
'cronScheduler',
|
|
'customBanner',
|
|
'customMatchers',
|
|
'dangerousRules',
|
|
'DataProcessor',
|
|
'debugLogger',
|
|
'deepMerge',
|
|
'deleteCommand',
|
|
'denialTracking',
|
|
'detectTodoChanges',
|
|
'dialogScopeUtils',
|
|
'diffCommand',
|
|
'diffOptions',
|
|
'displayUtils',
|
|
'docsCommand',
|
|
'doctorChecks',
|
|
'doctorCommand',
|
|
'dreamAgentPlanner',
|
|
'dreamCommand',
|
|
'DualOutputBridge',
|
|
'earlyInputCapture',
|
|
'editHelper',
|
|
'editorCommand',
|
|
'editorSettingsManager',
|
|
'envInterpolator',
|
|
'environmentContext',
|
|
'envVarResolver',
|
|
'errorCodes',
|
|
'errorHandler',
|
|
'errorParsing',
|
|
'errorReporting',
|
|
'eventBus',
|
|
'exitPlanMode',
|
|
'exportCommand',
|
|
'extensionManager',
|
|
'extensionsCommand',
|
|
'extensionSettings',
|
|
'extractAgent',
|
|
'extractionAgentPlanner',
|
|
'extractionPlanner',
|
|
'FileCommandLoader',
|
|
'FileCommandLoader-extension',
|
|
'FileCommandLoader-markdown',
|
|
'fileDiscoveryService',
|
|
'fileHistoryService',
|
|
'fileReadCache',
|
|
'fileSearch',
|
|
'fileSystemService',
|
|
'fileUtils',
|
|
'followupState',
|
|
'forgetCommand',
|
|
'forkedAgent',
|
|
'forkedAgent.agent',
|
|
'forkedAgent.cache',
|
|
'functionHookRunner',
|
|
'geminiChat',
|
|
'geminiContentGenerator',
|
|
'geminiRequest',
|
|
'generateContentResponseUtilities',
|
|
'generatedFiles',
|
|
'getFolderStructure',
|
|
'getPty',
|
|
'gitDiff',
|
|
'gitIgnoreParser',
|
|
'gitInit',
|
|
'gitService',
|
|
'gitUtils',
|
|
'gitWorktreeService',
|
|
'gitWorktreeService.hooks.integ',
|
|
'gitWorktreeService.symlinks.integ',
|
|
'goalCommand',
|
|
'goalHook',
|
|
'goalJudge',
|
|
'goalLoop',
|
|
'gradientUtils',
|
|
'handleAutoUpdate',
|
|
'headlessSafetyWarnings',
|
|
'helpCommand',
|
|
'historyMapping',
|
|
'HistoryReplayer',
|
|
'historyUtils',
|
|
'hookAggregator',
|
|
'hookController',
|
|
'hookEventHandler',
|
|
'hookPlanner',
|
|
'hookRegistry',
|
|
'hookRunner',
|
|
'hooksCommand',
|
|
'hookSystem',
|
|
'httpAcpBridge',
|
|
'httpHookRunner',
|
|
'iconvHelper',
|
|
'ideCommand',
|
|
'ideContext',
|
|
'ignorePatterns',
|
|
'imageTokenizer',
|
|
'initCommand',
|
|
'injectionParser',
|
|
'inMemoryChannel',
|
|
'InProcessBackend',
|
|
'insightCommand',
|
|
'insightProtocol',
|
|
'installationInfo',
|
|
'installationManager',
|
|
'internalPromptIds',
|
|
'isNarrowWidth',
|
|
'ITermBackend',
|
|
'JsonOutputAdapter',
|
|
'jsonSchemaArg',
|
|
'keyBindings',
|
|
'keyMatchers',
|
|
'keyToAnsi',
|
|
'kittyProtocolDetector',
|
|
'languageCommand',
|
|
'languageUtils',
|
|
'lastInteractionAt',
|
|
'latexRenderer',
|
|
'layoutUtils',
|
|
'LlmRewriter',
|
|
'loadedSettingsAdapter',
|
|
'loggingContentGenerator',
|
|
'loopDetectionService',
|
|
'lowlightLoader',
|
|
'LruCache',
|
|
'lspCommand',
|
|
'LspConfigLoader',
|
|
'LspConnectionFactory',
|
|
'LspResponseNormalizer',
|
|
'LspServerManager',
|
|
'markdownUtilities',
|
|
'matcherGrouping',
|
|
'mcpCommand',
|
|
'McpPromptLoader',
|
|
'memoryAge',
|
|
'memoryCommand',
|
|
'memoryDiagnostics',
|
|
'memoryDiagnosticsDumper',
|
|
'memoryDiscovery',
|
|
'memoryImportProcessor',
|
|
'memoryLifecycle',
|
|
'memoryPressureMonitor',
|
|
'mergeCompactToolGroups',
|
|
'mermaidImageRenderer',
|
|
'mermaidVisualRenderer',
|
|
'MessageEmitter',
|
|
'messageInspectors',
|
|
'MessageRewriteMiddleware',
|
|
'mockCommandContext',
|
|
'mockWorkspaceContext',
|
|
'modalityDefaults',
|
|
'modelCommand',
|
|
'modelConfigErrors',
|
|
'modelConfigResolver',
|
|
'modelConfigUtils',
|
|
'modelId',
|
|
'modelProvidersScope',
|
|
'modelRegistry',
|
|
'modelsBySource',
|
|
'modelsConfig',
|
|
'monitorRegistry',
|
|
'mustTranslateKeys',
|
|
'NativeLspClient',
|
|
'NativeLspService',
|
|
'nextSpeakerChecker',
|
|
'nonInteractiveCli',
|
|
'nonInteractiveCliCommands',
|
|
'nonInteractiveHelpers',
|
|
'nonInteractiveToolExecutor',
|
|
'nonInteractiveUi',
|
|
'notificationService',
|
|
'openaiContentGenerator',
|
|
'openaiLogger',
|
|
'openaiTimeoutHandling',
|
|
'orphanedToolCallsTest',
|
|
'overlayFs',
|
|
'partUtils',
|
|
'pathReader',
|
|
'permissionController',
|
|
'permissionFlow',
|
|
'permissionsCommand',
|
|
'permissionUtils',
|
|
'planCommand',
|
|
'PlanEmitter',
|
|
'platformConstants',
|
|
'postCompactAttachments',
|
|
'priorReadEnforcement',
|
|
'processUtils',
|
|
'projectPath',
|
|
'projectRoot',
|
|
'projectSummary',
|
|
'promptHookIntegration',
|
|
'promptHookRunner',
|
|
'promptIdContext',
|
|
'proxyUtils',
|
|
'QualitativeInsightTypes',
|
|
'quitCommand',
|
|
'quotaErrorDetection',
|
|
'qwenContentGenerator',
|
|
'qwenIgnoreParser',
|
|
'qwenOAuth2',
|
|
'rateLimit',
|
|
'readManyFiles',
|
|
'readStdin',
|
|
'recapCommand',
|
|
'registerSkillHooks',
|
|
'relevanceSelector',
|
|
'rememberCommand',
|
|
'RemoteInputWatcher',
|
|
'renameCommand',
|
|
'requestCaptureContext',
|
|
'requestTokenizer',
|
|
'resolvePath',
|
|
'responseParsingOptions',
|
|
'restoreCommand',
|
|
'restoreGoal',
|
|
'resumeCommand',
|
|
'resumeHistoryUtils',
|
|
'retryContext',
|
|
'rewindCommand',
|
|
'ripGrep',
|
|
'ripgrepUtils',
|
|
'rulesDiscovery',
|
|
'runBudget',
|
|
'runtimeDiagnostics',
|
|
'runtimeFetchOptions',
|
|
'runtimeOutputDirContext',
|
|
'runtimeStatus',
|
|
'runtimeStatus.config',
|
|
'safeJsonParse',
|
|
'safeJsonStringify',
|
|
'sandboxConfig',
|
|
'schemaConverter',
|
|
'schemaValidator',
|
|
'sdkMcpController',
|
|
'serviceAPIs',
|
|
'Session',
|
|
'Session.worktree',
|
|
'sessionHooksManager',
|
|
'sessionPaths',
|
|
'sessionPickerUtils',
|
|
'sessionRecap',
|
|
'sessionService',
|
|
'sessionService.corruption',
|
|
'sessionService.rename',
|
|
'sessionStorageUtils',
|
|
'sessionTitle',
|
|
'settingsCommand',
|
|
'settingsSchema',
|
|
'settingsUtils',
|
|
'setupGithubCommand',
|
|
'sharedTokenManager',
|
|
'shellAstParser',
|
|
'shellCommandProcessor',
|
|
'shellContextEnv',
|
|
'shellExecutionService',
|
|
'shellProcessor',
|
|
'shellReadOnlyChecker',
|
|
'sideQuery',
|
|
'SkillCommandLoader',
|
|
'skillReviewAgentPlanner',
|
|
'skillReviewNudge',
|
|
'skillsCommand',
|
|
'slashCommandProcessor',
|
|
'sourceLabels',
|
|
'spawnWrapper',
|
|
'speculationToolGate',
|
|
'ssrfGuard',
|
|
'startupEventSink',
|
|
'startupProfiler',
|
|
'startupWarnings',
|
|
'StaticInsightGenerator',
|
|
'StaticInsightTypes',
|
|
'statsCommand',
|
|
'statuslineCommand',
|
|
'statusLinePresets',
|
|
'stdioHelpers',
|
|
'stopHookCap',
|
|
'streamContentDetection',
|
|
'streamingToolCallParser',
|
|
'StreamJsonInputReader',
|
|
'StreamJsonOutputAdapter',
|
|
'StreamJsonOutputAdapter.dualOutput',
|
|
'subagentGenerator',
|
|
'subagentNameContext',
|
|
'SubAgentTracker',
|
|
'suggestionGenerator',
|
|
'summaryCommand',
|
|
'supportedImageFormats',
|
|
'symlinkScope',
|
|
'synchronizedOutput',
|
|
'syntheticOutput',
|
|
'systemController',
|
|
'systemEncoding',
|
|
'systemInfo',
|
|
'systemInfoFields',
|
|
'taggedThinkingParser',
|
|
'tasksCommand',
|
|
'TemplateRenderer',
|
|
'terminalRedrawOptimizer',
|
|
'terminalSafe',
|
|
'terminalSerializer',
|
|
'terminalSetup',
|
|
'terminalSetupCommand',
|
|
'testUtils',
|
|
'textConstants',
|
|
'textTokenizer',
|
|
'textUtils',
|
|
'themeCommand',
|
|
'thoughtUtils',
|
|
'throttledOnce',
|
|
'tipHistory',
|
|
'tipRegistry',
|
|
'Tips',
|
|
'tipScheduler',
|
|
'TmuxBackend',
|
|
'toAutoClassifierInput',
|
|
'todoSnapshot',
|
|
'todoWrite',
|
|
'tokenEstimation',
|
|
'tokenLimits',
|
|
'ToolCallEmitter',
|
|
'toolHookTriggers',
|
|
'toolsCommand',
|
|
'toolUseSummary',
|
|
'translationDict',
|
|
'truncatedDiffPreview',
|
|
'trustCommand',
|
|
'trustedFolders',
|
|
'trustedHooks',
|
|
'TurnBuffer',
|
|
'uiTelemetry',
|
|
'updateCheck',
|
|
'updateEventEmitter',
|
|
'urlValidator',
|
|
'useAgentsManagerDialog',
|
|
'useAgentStreamingState',
|
|
'useAnimatedScrollbar',
|
|
'useAnimationFrame',
|
|
'useApprovalModeCommand',
|
|
'useArenaCommand',
|
|
'useArenaInProcess',
|
|
'useAtCompletion',
|
|
'useAttentionNotifications',
|
|
'useAuth',
|
|
'useAutoAcceptIndicator',
|
|
'useAwaySummary',
|
|
'useBackgroundTaskView',
|
|
'useBatchedScroll',
|
|
'useBracketedPaste',
|
|
'useBranchCommand',
|
|
'useCommandCompletion',
|
|
'useCommandMigration',
|
|
'useCompletion',
|
|
'useConfigInitMessage',
|
|
'useContextualTips',
|
|
'useDeleteCommand',
|
|
'useDialogClose',
|
|
'useDiffData',
|
|
'useDoublePress',
|
|
'useEditorSettings',
|
|
'useExportCompletion',
|
|
'useExtensionsManagerDialog',
|
|
'useExtensionUpdates',
|
|
'useFeedbackDialog',
|
|
'useFocus',
|
|
'useFolderTrust',
|
|
'useGeminiStream',
|
|
'useGitBranchName',
|
|
'useHistoryManager',
|
|
'useHooksDialog',
|
|
'useIdeTrustListener',
|
|
'useInitializationAuthError',
|
|
'useInputHistory',
|
|
'useInputHistoryStore',
|
|
'useKeypress',
|
|
'useKittyKeyboardProtocol',
|
|
'useLaunchEditor',
|
|
'useLoadingIndicator',
|
|
'useLogger',
|
|
'useMcpDialog',
|
|
'useMCPHealth',
|
|
'useMemoryDialog',
|
|
'useMemoryMonitor',
|
|
'useMessageQueue',
|
|
'useModelCommand',
|
|
'useMouseEvents',
|
|
'usePhraseCycler',
|
|
'usePreferredEditor',
|
|
'useProviderSetupFlow',
|
|
'useProviderUpdates',
|
|
'useQwenAuth',
|
|
'useReactToolScheduler',
|
|
'useRefreshMemoryCommand',
|
|
'useResumeCommand',
|
|
'userPromptExpansionHook',
|
|
'userStartupWarnings',
|
|
'useSelectionList',
|
|
'useSessionPicker',
|
|
'useSessionSearchInput',
|
|
'useSettingsCommand',
|
|
'useShellHistory',
|
|
'useShowMemoryCommand',
|
|
'useSkillsManagerDialog',
|
|
'useSlashCompletion',
|
|
'useStateAndRef',
|
|
'useStatusLine',
|
|
'useSubagentCreateDialog',
|
|
'useTerminalNotification',
|
|
'useTerminalProgress',
|
|
'useTerminalSize',
|
|
'useThemeCommand',
|
|
'useTimer',
|
|
'useTomlMigration',
|
|
'useToolScheduler',
|
|
'useTrustModify',
|
|
'useTurnDiffs',
|
|
'useWelcomeBack',
|
|
'useWorktreeSession',
|
|
'validateNonInterActiveAuth',
|
|
'variableSchema',
|
|
'vimCommand',
|
|
'warningHandler',
|
|
'windowsPath',
|
|
'windowTitle',
|
|
'workspaceContext',
|
|
'worktreeCleanup',
|
|
'worktreeSessionService',
|
|
'worktreeStartup',
|
|
'writeContextFile',
|
|
'writeWithBackup',
|
|
'CodeColorizer',
|
|
'SKILL',
|
|
'TeamManager',
|
|
'asciiCharts',
|
|
'btwUtils',
|
|
'cdCommand',
|
|
'claudeMcpImport',
|
|
'clearContextDefaults',
|
|
'combinedAbortSignal',
|
|
'compressFastCommand',
|
|
'concurrencyLimiter',
|
|
'configHash',
|
|
'corruptFile',
|
|
'cronTasksFile',
|
|
'cronTasksLock',
|
|
'enterPlanMode',
|
|
'extensionPreferences',
|
|
'forkCommand',
|
|
'fzfWorker',
|
|
'fzfWorkerHandle',
|
|
'gateReviewAgents',
|
|
'gitDirect',
|
|
'grepReadTracking',
|
|
'historyCommand',
|
|
'importConfigCommand',
|
|
'inlineMediaLimit',
|
|
'instructionsLoadedCallback',
|
|
'leaderPermissionBridge',
|
|
'liveAgentPanelVisibility',
|
|
'mcpApprovals',
|
|
'mcpJson',
|
|
'mcpResourceRef',
|
|
'mcpServers',
|
|
'midTurnUserMessage',
|
|
'normalizeDisabledTools',
|
|
'planApprovalGate',
|
|
'promptAddendum',
|
|
'retryErrorClassification',
|
|
'retryPolicy',
|
|
'runtimeModelPrefix',
|
|
'runtimeSampleRing',
|
|
'sandboxImageName',
|
|
'sandboxMounts',
|
|
'sedEditParser',
|
|
'sessionIdContext',
|
|
'settingsWatcher',
|
|
'sleepInhibitor',
|
|
'sourceRegistry',
|
|
'statsDataService',
|
|
'tasksSnapshot',
|
|
'teamHelpers',
|
|
'terminalSequence',
|
|
'tokenUsageService',
|
|
'toolCallIdUtils',
|
|
'toolResultCleanup',
|
|
'toolResultDisplayCompaction',
|
|
'usageHistoryService',
|
|
'useMcpApproval',
|
|
'useResizeSettleRepaint',
|
|
'useStatsDialog',
|
|
'useTeamInProcess',
|
|
'userMemory',
|
|
'workflowsCommand',
|
|
];
|