[eric] agents: read-only session flag for the unattended onboarding audit (Edit/Bash hard-blocked)

This commit is contained in:
ciregenz
2026-07-19 12:07:00 -07:00
parent 8710c651b2
commit 74309a7cef
4 changed files with 22 additions and 0 deletions
+2
View File
@@ -137,6 +137,8 @@ export interface AgentConfig {
target_directory?: string;
dashboard_id?: string;
selected_app_output_ids?: string[];
// Onboarding's unattended audit runs read-only over the user's real files (Edit/Bash hard-blocked).
read_only?: boolean;
}
export interface HistorySession {