chore(release): v2.2.11 - Cross-Project Build Optimization & Stability Enforcement

This commit is contained in:
2026-05-15 20:50:21 +09:00
parent 72412450c3
commit 6f098e0ecc
433 changed files with 1689 additions and 1071 deletions
+6
View File
@@ -75,6 +75,12 @@ export interface AgentWorkState {
awaitingApproval?: string;
/** 짧은 최근 로그 — 사용자가 한눈에 흐름 파악. 최대 6개 ring buffer. */
recentLogs?: string[];
/**
* 파이프라인 미니 맵용 stage 리스트. `plan-ready` 시점에 채워지고 agent-start/
* agent-done 으로 상태가 갱신된다. webview는 이 리스트를 dot strip 으로 렌더.
* - status: 'done' | 'active' | 'pending'
*/
pipelineStages?: Array<{ label: string; agent?: string; status: 'done' | 'active' | 'pending' }>;
/** epoch ms — webview의 "n초 전" 표시용. */
updatedAt: number;
}
+837 -448
View File
File diff suppressed because it is too large Load Diff