chore(release): v2.2.11 - Cross-Project Build Optimization & Stability Enforcement
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user