feat: add file browser image previews

This commit is contained in:
Federico Jaramillo Martinez
2026-05-22 15:36:24 +02:00
parent 5bc25424d3
commit a1e903f8f9
14 changed files with 224 additions and 12 deletions
+4
View File
@@ -145,9 +145,13 @@ export interface FileTreeResponse {
truncated: boolean;
}
export type FileContentMediaType = "image";
export interface FileContentResponse {
path: string;
language?: string;
mediaType?: FileContentMediaType;
mimeType?: string;
encoding: "utf8";
size: number;
modifiedAt: string;