Recently I’m using one kind of universal link in RayCast, it’s a link to one AI chat session which looks like this:
raycast://extensions/raycast/raycast-ai/ai-chat?context=%7B%22id%22:%22295E6DC8-3F5D-499E-AB23-E3F34C8E4EB0%22%7D
If we decode the parameter “context” it’s {“id”: “your chat id”}
I tried to build the hookmark universal link manully, it becomes:
Or I copy the original raycast deeplink then use hookmark “Focus on link in clipboard” then copy universal link from hookmark, it gives me
Both links can put up Raycast in front, but not into the chat session. So I’m guessing hookmark ditches the parameters.
Thanks.