mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 13:17:40 +02:00
[eric] agents: read-only session flag for the unattended onboarding audit (Edit/Bash hard-blocked)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user