mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-05 13:03:00 +08:00
feat: add effort support for opencode
This commit is contained in:
@@ -5,6 +5,7 @@ export const DEFAULT_EFFORT_VALUE = 'default';
|
||||
export const FALLBACK_PROVIDER_EFFORT_VALUES: Partial<Record<LLMProvider, readonly string[]>> = {
|
||||
claude: ['low', 'medium', 'high', 'xhigh', 'max'],
|
||||
codex: ['low', 'medium', 'high', 'xhigh'],
|
||||
opencode: ['none', 'low', 'medium', 'high', 'xhigh', 'max'],
|
||||
};
|
||||
|
||||
export const toProviderEffortOptions = (
|
||||
|
||||
Reference in New Issue
Block a user