core: update generated types to include explore agent configuration

pull/4886/head
Dax Raad 2025-11-28 21:43:56 -05:00
parent 9ca4b464ea
commit a093917db1
1 changed files with 1 additions and 0 deletions

View File

@ -1073,6 +1073,7 @@ export type Config = {
plan?: AgentConfig
build?: AgentConfig
general?: AgentConfig
explore?: AgentConfig
[key: string]: AgentConfig | undefined
}
/**