feat: improve mindspace asset handling and local runtime paths

This commit is contained in:
john
2026-06-28 12:18:26 +08:00
parent 4a9bc710f1
commit ea19ffb5fa
36 changed files with 867 additions and 100 deletions
+1
View File
@@ -32,6 +32,7 @@ export type Message = {
agentVisible: boolean;
displayText?: string;
imageUrls?: string[];
previewImageUrls?: string[];
};
};