Enum SubagentType
Type of subagent with scoped tool access and model preference.
public enum SubagentType
Fields
Explore = 0Fast codebase analysis — read-only tools, cheap model.
General = 4Full capability — all tools, same model as parent.
Plan = 2Create implementation plans — read + search + memory, smart model.
Review = 3Code review on diffs/files — read + git + search, smart model.
Task = 1Run commands, report pass/fail — shell + read tools, cheap model.