mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-20 11:03:08 +00:00
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:
@@ -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];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user