refactor: progress bar configuration

This commit is contained in:
Johann Schopplich
2025-10-30 15:24:22 +01:00
parent fb43bdf527
commit 983728e913
2 changed files with 7 additions and 12 deletions

View File

@@ -35,16 +35,6 @@ export const FORMATTER_DISPLAY_NAMES: Record<string, string> = {
'yaml': 'YAML',
} as const
/**
* Progress bar configuration
*/
export const PROGRESS_BAR = {
/** Default width for progress bars */
defaultWidth: 25,
/** Compact width for inline displays */
compactWidth: 20,
} as const
/**
* Enable dry run mode for quick testing with limited AI requests
*