diff --git a/pipeline_service/sdlc_ability.py b/pipeline_service/sdlc_ability.py index b74f076..c1c5e5c 100644 --- a/pipeline_service/sdlc_ability.py +++ b/pipeline_service/sdlc_ability.py @@ -1937,7 +1937,8 @@ def register_sdlc_ability(): handlers=SDL_HANDLERS, roles=SDL_ROLES, menus=[ - {"label": "📁 项目", "icon": "", "url": "/pipeline_core/sd_projects/index.ui", "type": "popup", "width": "85%", "height": "80%"}, + # 「📁 项目」入口已上移到 core agent_menus.dspy 硬编码(新建/切换弹窗, + # 所有产线通用,2026-09-11),此处不再声明,避免重复出现两个项目按钮。 {"label": "⚙️ 模型配置", "icon": "", "url": "/pipeline_core/sd_project_role_models/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True}, {"label": "🐛 Bug", "icon": "", "url": "/pipeline-sdlc/sd_bugs/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True}, {"label": "🧪 测试用例", "icon": "", "url": "/pipeline-sdlc/sd_test_cases/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True},