feat: Add Phase 6 for Post-Implementation Review and enhance workflow execution

- Introduced Phase 6: Post-Implementation Review with detailed steps for specialized reviews (quality, security, architecture, action items).
- Updated SKILL.md to reflect new phase and its execution lifecycle.
- Enhanced Flowchart component to conditionally display step statuses based on task tracking.
- Modified TaskDrawer to pass status tracking prop to Flowchart.
- Improved AgentList and other terminal dashboard components for better UI consistency and responsiveness.
- Removed GlobalKpiBar component as part of UI cleanup.
- Added issue detail preview in TerminalWorkbench for better user experience when no terminal is active.
- Updated localization files for new strings related to the terminal dashboard and workbench.
- Enhanced TaskListTab to conditionally render task stats and status dropdown based on task status tracking.
This commit is contained in:
catlog22
2026-02-14 21:49:31 +08:00
parent d535ab4749
commit 37d19ada75
15 changed files with 448 additions and 510 deletions

View File

@@ -20,6 +20,12 @@
"noSelection": "选择一个项目以查看详情",
"associationChain": "关联链路"
},
"bottomPanel": {
"queueTab": "队列",
"inspectorTab": "检查器",
"collapse": "折叠面板",
"expand": "展开面板"
},
"sessionTree": {
"createGroup": "新建分组",
"groupNamePrompt": "输入分组名称",
@@ -67,7 +73,9 @@
},
"workbench": {
"noTerminal": "未选择终端",
"noTerminalHint": "从标签栏选择会话或创建新会话"
"noTerminalHint": "从标签栏选择会话或创建新会话",
"issuePreview": "问题预览",
"issuePreviewHint": "选择终端会话或将此问题发送到队列以开始工作"
},
"placeholder": {
"sessionTree": "会话分组将在此显示",