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",