Regression: 3.7.12 generates not clickable links to the chats

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The matching transcript is [PC-1022 gh runner work](7ed2245e-8a40-4e1b-8fed-b31404cf3e89): it created an isolated branch PC-1022-xxxxx, added GITHUB_CLI_VERSION=2.93.0, and started a local Docker build. I’m reading the end of that transcript for the build/PR outcome.

This happens during thinking, but the final answer looks good:

Though it would be nice to show the link details when hovering over it like FF/Chrome does.

Steps to Reproduce

ask agent to find a chat

Expected Behavior

link to the chat should be clickable

Operating System

MacOS

Version Information

3.7.12 ddfadfadf

Does this stop you from using Cursor

No - Cursor works, but with this issue

The links the agent generates to your previous chats are clickable in the final answer - that’s the spot to use them. The reasoning/“thinking” section is the model’s intermediate output, and links there aren’t wired up for navigation, so the final response is where the chat link reliably opens.

On the hover-preview idea (showing the link target on hover, like a browser tooltip) - that’s a reasonable ask, and I’ve noted it as feedback. We’ll track interest there.

The reasoning/“thinking” section is the model’s intermediate output,

what is the difference? if the text is formatted as link, then it should be displayed as link.

As an example, Imagine if HTML page content will be displayed as a regular HTML depending it is located in top or bottom. That is not good.

I hope you will fix that preview issue. Thank you.