feat: update CLI roadmap planning agent to generate roadmap.md instead of execution-plan.json and issues.jsonl; enhance QueuePanel with orchestrator tab and status management; improve issue listing with summary output

This commit is contained in:
catlog22
2026-02-17 23:43:53 +08:00
parent b3f420ac31
commit 4a5f7ce7f7
8 changed files with 422 additions and 236 deletions

View File

@@ -85,7 +85,12 @@
"modeYolo": "Yolo",
"quickCreate": "Quick Create",
"configure": "Configure...",
"fullscreen": "Fullscreen"
"fullscreen": "Fullscreen",
"orchestrator": "Orchestrator"
},
"orchestratorPanel": {
"noPlans": "No active orchestrations",
"noPlansHint": "Run a flow from the Orchestrator to see progress here"
},
"cliConfig": {
"title": "Create CLI Session",

View File

@@ -85,7 +85,12 @@
"modeYolo": "Yolo",
"quickCreate": "快速创建",
"configure": "配置...",
"fullscreen": "全屏"
"fullscreen": "全屏",
"orchestrator": "编排器"
},
"orchestratorPanel": {
"noPlans": "没有活跃的编排任务",
"noPlansHint": "从编排器运行流程后,进度将显示在这里"
},
"cliConfig": {
"title": "创建 CLI 会话",