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

@@ -19,7 +19,7 @@ import { Button } from '@/components/ui/Button';
import { useTerminalPanelStore } from '@/stores/terminalPanelStore';
import { useCliSessionStore, type CliSessionMeta } from '@/stores/cliSessionStore';
import { useWorkflowStore, selectProjectPath } from '@/stores/workflowStore';
import { QueueExecutionListView } from './QueueExecutionListView';
import { QueuePanel } from '@/components/terminal-dashboard/QueuePanel';
import {
fetchCliSessionBuffer,
sendCliSessionText,
@@ -273,7 +273,7 @@ export function TerminalMainArea({ onClose }: TerminalMainAreaProps) {
{/* Content */}
{panelView === 'queue' ? (
/* Queue View */
<QueueExecutionListView />
<QueuePanel />
) : activeTerminalId ? (
/* Terminal View */
<div className="flex-1 min-h-0">