feat: default to full-access mode with hook-based sensitive guards
This commit is contained in:
@@ -499,7 +499,7 @@ const agentsSchema = z.object({
|
||||
/** Autonomy level for tool execution: conservative | standard | autonomous. */
|
||||
autonomy_level: autonomyLevelSchema.default('standard'),
|
||||
/** Sensitive host-action behavior for high-impact tools. */
|
||||
sensitive_mode: sensitiveModeSchema.default('deny_without_elevation'),
|
||||
sensitive_mode: sensitiveModeSchema.default('confirm_without_elevation'),
|
||||
/** Immutable denylist enforced even during elevated mode. */
|
||||
immutable_denylist: z.array(immutableDenyRuleSchema).default([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user