feat: add Discuss and Explore subagents for dynamic critique and code exploration

- Implement Discuss Subagent for multi-perspective critique with dynamic perspectives.
- Create Explore Subagent for shared codebase exploration with centralized caching.
- Add tests for CcwToolsMcpCard component to ensure enabled tools are preserved on config save.
- Introduce SessionPreviewPanel component for previewing and selecting sessions for Memory V2 extraction.
- Develop CommandCreateDialog component for creating/importing commands with import and CLI generate modes.
This commit is contained in:
catlog22
2026-02-27 17:25:52 +08:00
parent 3db74cc7b0
commit 3b92bfae8c
45 changed files with 6508 additions and 128 deletions

View File

@@ -180,6 +180,28 @@
"statusBanner": {
"running": "Pipeline 运行中 - {count} 个作业正在执行",
"hasErrors": "Pipeline 空闲 - {count} 个作业失败"
},
"preview": {
"title": "提取队列预览",
"selectSessions": "搜索会话...",
"sourceCcw": "CCW",
"sourceNative": "原生",
"selectAll": "全选",
"selectNone": "取消全选",
"extractSelected": "提取选中 ({count})",
"noSessions": "未找到会话",
"total": "总计",
"eligible": "符合条件",
"extracted": "已提取",
"ready": "就绪",
"previewQueue": "预览队列",
"includeNative": "包含原生会话",
"selected": "已选择 {count} 个会话",
"selectHint": "选择要提取的会话",
"ineligible": "不符合条件"
},
"extraction": {
"selectiveTriggered": "选择性提取已触发"
}
}
}