| 92 | |
| 93 | #[derive(Debug, Clone, Copy, Serialize, Deserialize, Default)] |
| 94 | pub enum AgentMode { |
| 95 | #[default] |
| 96 | Primary, |
| 97 | Subagent, |
| 98 | All, |
| 99 | } |
| 100 | |
| 101 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 102 | pub enum PermissionDecision { |
nothing calls this directly
no outgoing calls
no test coverage detected