mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-02 18:43:08 +08:00
feat: add effort support for opencode
This commit is contained in:
@@ -1004,7 +1004,8 @@ router.post('/', validateExternalApiKey, async (req, res) => {
|
||||
projectPath: finalProjectPath,
|
||||
cwd: finalProjectPath,
|
||||
sessionId: sessionId || null,
|
||||
model: model || opencodeModels.DEFAULT
|
||||
model: model || opencodeModels.DEFAULT,
|
||||
effort
|
||||
}, writer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user