Initial commit

This commit is contained in:
Ryan Ward
2026-04-29 10:43:20 -05:00
parent b7b327510d
commit d8d4ac9e5d
28 changed files with 211 additions and 83 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ pub struct BlocklistAIController {
ambient_agent_task_id: Option<AmbientAgentTaskId>,
/// Per-session directory for downloading file attachments.
/// Set by the agent driver based on the workspace directory (e.g. `{working_dir}/.warp/attachments`).
/// Set by the agent driver based on the workspace directory (e.g. `{working_dir}/.warp-core/attachments`).
attachments_download_dir: Option<std::path::PathBuf>,
/// Pending auto-resume tasks that are waiting for network connectivity.