fix: resolve TypeScript errors after upstream merge

Add missing 'adaptive' thinking level to kanban card labels and export
TerminalPromptTheme type from @automaker/types package.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-02-15 21:04:18 -08:00
parent f459b73cb5
commit 41014f6ab6
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ function formatThinkingLevel(level: ThinkingLevel | undefined): string {
medium: 'Med', medium: 'Med',
high: 'High', high: 'High',
ultrathink: 'Ultra', ultrathink: 'Ultra',
adaptive: 'Adaptive',
}; };
return labels[level]; return labels[level];
} }

View File

@@ -183,6 +183,8 @@ export type {
// Claude API profile types (deprecated) // Claude API profile types (deprecated)
ClaudeApiProfile, ClaudeApiProfile,
ClaudeApiProfileTemplate, ClaudeApiProfileTemplate,
// Terminal prompt theme type
TerminalPromptTheme,
} from './settings.js'; } from './settings.js';
export { export {
DEFAULT_KEYBOARD_SHORTCUTS, DEFAULT_KEYBOARD_SHORTCUTS,