feat: add sandbox annotations, volume mounts, for AI sandbox starting with claude (#8058)

This commit is contained in:
Ruben Fiszel
2026-03-05 06:19:51 +00:00
committed by GitHub
parent bee50b83d1
commit 5f0ef936d1
114 changed files with 4537 additions and 162 deletions
@@ -302,6 +302,8 @@ struct LargeFileStorageWithSecondary {
large_file_storage: LargeFileStorage,
#[serde(default)]
secondary_storage: HashMap<String, LargeFileStorage>,
#[serde(default, skip_serializing_if = "Option::is_none")]
volume_storage: Option<String>,
}
#[derive(Deserialize, Debug)]
struct EditLargeFileStorageConfig {