feat(app): better subagent experience (#20708)
This commit is contained in:
parent
65318a80f7
commit
ec8b9810b4
18 changed files with 831 additions and 551 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue