Request: start session via link

We’re experimenting with workflows that bridge the gap between results in CI and fixing the issues in your IDE/Agent. To help enable that it’d be great to be able to simply click a link on the CI page and jump right into fixing the corresponding issues.

The prompt itself could have the error info (e.g. "compile failure in Foo.kt:3) or be instructions to fetch the errors via an MCP.

This would look something like

cursor://session?message=helloworld

Example implementation here for Cline

For obvious reasons you’d want to get the users confirmation before running the prompt in the link :slightly_smiling_face: