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

@@ -13,7 +13,6 @@ import {
SessionDetailPage,
HistoryPage,
OrchestratorPage,
LoopMonitorPage,
IssueHubPage,
SkillsManagerPage,
CommandsManagerPage,
@@ -91,7 +90,7 @@ const routes: RouteObject[] = [
},
{
path: 'loops',
element: <LoopMonitorPage />,
element: <Navigate to="/terminal-dashboard" replace />,
},
{
path: 'cli-viewer',
@@ -207,6 +206,7 @@ export const ROUTES = {
PROJECT: '/project',
HISTORY: '/history',
ORCHESTRATOR: '/orchestrator',
/** @deprecated Redirects to /terminal-dashboard */
LOOPS: '/loops',
CLI_VIEWER: '/cli-viewer',
ISSUES: '/issues',