()
| 29 | // rather than the full SessionState, following the principle of least privilege. |
| 30 | type SessionStateReader interface { |
| 31 | SplitDiffView() bool |
| 32 | ExpandThinking() bool |
| 33 | YoloMode() bool |
| 34 | HideToolResults() bool |
no outgoing calls
no test coverage detected