feat(omp): add write approval mode (#2228)

Expose OMP write approval mode in the provider manifest and launch configuration.
This commit is contained in:
Slava Goltser
2026-07-22 16:09:45 -04:00
committed by GitHub
parent 894fa8516e
commit 30b871e8d2
4 changed files with 26 additions and 0 deletions

View File

@@ -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",