Agent mode change details including previous and new modes
| 182 | |
| 183 | // Agent mode change details including previous and new modes |
| 184 | type SessionModeChangedData struct { |
| 185 | // The session mode the agent is operating in |
| 186 | NewMode SessionMode `json:"newMode"` |
| 187 | // The session mode the agent is operating in |
| 188 | PreviousMode SessionMode `json:"previousMode"` |
| 189 | } |
| 190 | |
| 191 | func (*SessionModeChangedData) sessionEventData() {} |
| 192 | func (*SessionModeChangedData) Type() SessionEventType { return SessionEventTypeSessionModeChanged } |
nothing calls this directly
no outgoing calls
no test coverage detected