address pr feedback

This commit is contained in:
galz10
2026-03-11 10:03:39 -07:00
parent abf29df57c
commit 64648ee721
8 changed files with 519 additions and 143 deletions
+2 -2
View File
@@ -448,8 +448,8 @@ export enum AuthProviderType {
export interface SandboxConfig {
enabled: boolean;
allowedPaths: string[];
networkAccess: boolean;
allowedPaths?: string[];
networkAccess?: boolean;
command?: 'docker' | 'podman' | 'sandbox-exec' | 'runsc' | 'lxc';
image?: string;
}