Initial commit
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user