| 57 | } |
| 58 | |
| 59 | type taskSessionBridge struct { |
| 60 | sessions taskBridgeSessionManager |
| 61 | globalWorkspacePath string |
| 62 | contextOverlay taskSessionContextOverlay |
| 63 | logger *slog.Logger |
| 64 | } |
| 65 | |
| 66 | type taskSessionContextOverlay interface { |
| 67 | TaskRunPromptOverlay( |
nothing calls this directly
no outgoing calls
no test coverage detected