CursorProvider implements loop.Provider for the Cursor CLI (agent).
| 11 | |
| 12 | // CursorProvider implements loop.Provider for the Cursor CLI (agent). |
| 13 | type CursorProvider struct { |
| 14 | cliPath string |
| 15 | } |
| 16 | |
| 17 | // NewCursorProvider returns a Provider for the Cursor CLI. |
| 18 | // If cliPath is empty, "agent" is used. |
nothing calls this directly
no outgoing calls
no test coverage detected