Merge branch 'main' into feat/extend-models-support

This commit is contained in:
Kacper
2025-12-10 03:56:05 +01:00
27 changed files with 1211 additions and 892 deletions

View File

@@ -308,7 +308,8 @@ export interface ElectronAPI {
saveImageToTemp: (
data: string,
filename: string,
mimeType: string
mimeType: string,
projectPath?: string
) => Promise<{
success: boolean;
path?: string;