- Notifications
You must be signed in to change notification settings - Fork926
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I think we have a regression somewhere related to parsing and injecting the coder session token into the URIs we link to in our coder app buttons on the dashboard.
Here's an example URI link:
cursor://coder.coder-remote/open?owner=f0ssel&workspace=doom&folder=/home/coder/coder&url=https://dev.coder.com&token=$SESSION_TOKEN
Relevant Log Output
Expected Behavior
The linked URI contains a valid session token.
Steps to Reproduce
- Go to workspace with Coder on Coder template
- Right click Cursor or Goland button and Copy Link Address
Environment
- Host OS: Debian 12
- Coder version:v2.21.3-devel+df0c6eda3
Additional Context
No response