refactor: remove unused params/imports/types from lsp-tools, task-tools, delegate-task, skill-loader, context-window-monitor, plugin-config

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:12:21 +09:00
parent 9dbb9552b8
commit 158ca3f22b
11 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function resolveCategoryConfig(
categoryName: string,
options: ResolveCategoryConfigOptions
): ResolveCategoryConfigResult | null {
const { userCategories, inheritedModel, systemDefaultModel, availableModels } = options
const { userCategories, inheritedModel: _inheritedModel, systemDefaultModel, availableModels } = options
const defaultConfig = DEFAULT_CATEGORIES[categoryName]
const userConfig = userCategories?.[categoryName]