mirror of
https://github.com/langgenius/dify.git
synced 2026-02-13 07:01:23 -05: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.