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
@@ -12,7 +12,7 @@ use crate::ai::agent::AIAgentAttachment;
/// based on the agent's working directory.
#[cfg_attr(target_family = "wasm", allow(dead_code))]
pub(crate) fn attachments_download_dir(working_dir: &Path) -> PathBuf {
working_dir.join(".warp").join("attachments")
working_dir.join(".warp-core").join("attachments")
}
/// Extracts the filename component from a path, stripping any directory prefixes.