huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:41:32 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ pub async fn write_file(path: String, content: String, state: &SessionState) ->
}
#[derive(Serialize, Debug, poem_openapi::Object)]
/// A directory listing entry with its name and kind (file or directory).
pub struct FileEntry {
pub name: String,
pub kind: String,