mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-07 06:02:43 +08:00
feat(opencode): support permission options
This commit is contained in:
@@ -1005,7 +1005,8 @@ router.post('/', validateExternalApiKey, async (req, res) => {
|
||||
cwd: finalProjectPath,
|
||||
sessionId: sessionId || null,
|
||||
model: model || opencodeModels.DEFAULT,
|
||||
effort
|
||||
effort,
|
||||
permissionMode: 'bypassPermissions' // Agent runs are non-interactive, like the other providers above
|
||||
}, writer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user