feat: just more cleaning

This commit is contained in:
Brooklyn Nicholson
2026-04-15 14:14:01 -05:00
parent 46cef4b7fa
commit 4b4b4d47bc
24 changed files with 2852 additions and 829 deletions

View File

@@ -11,6 +11,19 @@ export interface ActivityItem {
tone: 'error' | 'info' | 'warn'
}
export interface SubagentProgress {
durationSeconds?: number
goal: string
id: string
index: number
notes: string[]
status: 'completed' | 'failed' | 'interrupted' | 'running'
summary?: string
taskCount: number
thinking: string[]
tools: string[]
}
export interface ApprovalReq {
command: string
description: string