feat(app): better subagent experience (#20708)

This commit is contained in:
Adam 2026-04-07 11:06:23 -05:00 committed by GitHub
commit ec8b9810b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 831 additions and 551 deletions

View file

@ -3,6 +3,10 @@ import { createSimpleContext } from "./helper"
import { PreloadMultiFileDiffResult } from "@pierre/diffs/ssr"
type Data = {
agent?: {
name: string
color?: string
}[]
provider?: ProviderListResponse
session: Session[]
session_status: {