Compose view should make URLs clickable

I wish the compose view made all the URLs clickable. For example, please take a look at this screenshot.

I wish the URLs in this screenshot were clickable. I know it’s a nit haha, but it’d make my life easier.

1 Like

If this is within your input, you should be able to click @ links, as below.

.

If this is within the output from the chat, this is possible. Since it’s formatted in Markdown, the LLM can construct the link to make it clickable.

Try adding this to your Cursor Settings > General > Rules for AI:

Remember: When giving me URLs, always output them in Markdown format so they are easily clickable, e.g. [example.com](example.com).

Most models get worse at instruction following proportional to the number of instructions provided to them. I wish I didn’t need to create another instruction for this. And the model responses were post processed by cursor.

That’s true. But one concise line which doesn’t directly interfere with other instructions is unlikely to have a noticeable impact. So for now, I hope that helps :slight_smile: