huskies: merge 950

This commit is contained in:
dave
2026-05-13 08:41:57 +00:00
parent 7491eec257
commit 4a8ed4348b
38 changed files with 354 additions and 4329 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ pub async fn write_file(path: String, content: String, state: &SessionState) ->
write_file_impl(full_path, content).await
}
#[derive(Serialize, Debug, poem_openapi::Object)]
#[derive(Serialize, Debug)]
/// A directory listing entry with its name and kind (file or directory).
pub struct FileEntry {
pub name: String,