From 67501025b33fe4e756124785a11dce394682be2f Mon Sep 17 00:00:00 2001 From: Timebomb2018 <18868801967@163.com> Date: Tue, 17 Mar 2026 10:19:06 +0800 Subject: [PATCH] feat(app): Release to add features configuration --- api/app/services/app_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/app/services/app_service.py b/api/app/services/app_service.py index a551b24c..d0d44fd3 100644 --- a/api/app/services/app_service.py +++ b/api/app/services/app_service.py @@ -1476,6 +1476,7 @@ class AppService: "variables": agent_cfg.variables or [], "tools": agent_cfg.tools or [], "skills": agent_cfg.skills or {}, + "features": agent_cfg.features or {} } # config = AgentConfigConverter.from_storage_format(agent_cfg) default_model_config_id = agent_cfg.default_model_config_id