chore: run format

This commit is contained in:
Ralph Khreish
2025-08-06 12:34:46 +02:00
parent bc3e154f4c
commit 0cd2093e11
3 changed files with 14 additions and 4 deletions

View File

@@ -13,7 +13,12 @@ import {
import { generateTextService } from '../ai-services-unified.js';
import { getDebugFlag, getProjectName, getMainProvider, getResearchProvider } from '../config-manager.js';
import {
getDebugFlag,
getProjectName,
getMainProvider,
getResearchProvider
} from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import {
COMPLEXITY_REPORT_FILE,

View File

@@ -18,8 +18,8 @@ import {
import { generateTextService } from '../ai-services-unified.js';
import {
getDefaultSubtasks,
import {
getDefaultSubtasks,
getDebugFlag,
getMainProvider,
getResearchProvider

View File

@@ -17,7 +17,12 @@ import {
} from '../utils.js';
import { generateObjectService } from '../ai-services-unified.js';
import { getDebugFlag, getMainProvider, getResearchProvider, getDefaultPriority } from '../config-manager.js';
import {
getDebugFlag,
getMainProvider,
getResearchProvider,
getDefaultPriority
} from '../config-manager.js';
import { getPromptManager } from '../prompt-manager.js';
import { displayAiUsageSummary } from '../ui.js';
import { CUSTOM_PROVIDERS } from '../../../src/constants/providers.js';