mirror of
https://github.com/langgenius/dify.git
synced 2026-03-31 18:00:55 -04:00
- Added `RuntimeType` enum to define app runtime types: CLASSIC and SANDBOXED. - Updated `AppPartial` model to include `runtime_type` field. - Enhanced `AppListApi` to determine and assign the appropriate runtime type based on sandbox feature availability.