mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
feat(omp): add write approval mode (#2228)
Expose OMP write approval mode in the provider manifest and launch configuration.
This commit is contained in:
@@ -151,6 +151,13 @@ export const OMP_MODES: AgentProviderModeDefinition[] = [
|
||||
colorTier: "dangerous",
|
||||
isUnattended: true,
|
||||
},
|
||||
{
|
||||
id: "write",
|
||||
label: "Write Approval",
|
||||
description: "Launches OMP with write approval mode — reads are free, writes require approval.",
|
||||
icon: "ShieldAlert",
|
||||
colorTier: "moderate",
|
||||
},
|
||||
{
|
||||
id: "ask",
|
||||
label: "Always Ask",
|
||||
|
||||
Reference in New Issue
Block a user