chore: format

This commit is contained in:
Ralph Khreish
2025-08-28 17:32:27 +02:00
parent 00eb71dce8
commit e3f03e4ac8
6 changed files with 449 additions and 1615 deletions

View File

@@ -23,11 +23,7 @@ import {
} from '../ui.js';
import { generateTextService } from '../ai-services-unified.js';
import {
getDebugFlag,
isApiKeySet,
isClaudeCode
} from '../config-manager.js';
import { getDebugFlag, isApiKeySet, isClaudeCode } from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import { ContextGatherer } from '../utils/contextGatherer.js';
import { FuzzyTaskSearch } from '../utils/fuzzyTaskSearch.js';
@@ -283,7 +279,6 @@ async function updateTaskById(
const logFn = mcpLog || consoleLog;
const isMCP = !!mcpLog;
// Use report helper for logging
const report = (level, ...args) => {
if (isMCP) {