core: update generated types to include explore agent configuration

This commit is contained in:
Dax Raad 2025-11-28 21:43:56 -05:00
parent 9ca4b464ea
commit a093917db1

View file

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