docs(cursor): adds changelog fragments for the renewal plan

Adds one fragment per user-facing outcome per changelog.d/README.md's
convention for a PR that both fixes and adds. PR number placeholder
to be filled in once the PR is opened.
This commit is contained in:
Will Gordon
2026-07-31 21:18:42 -04:00
committed by diegosouzapw
parent 41121078ab
commit 7e3d7eb486
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
- feat(cursor): surface a dismissible dashboard banner suggesting `cursor-agent` installation when it isn't available, so Cursor connections needing periodic manual reconnection aren't a silent surprise (#PR)

View File

@@ -0,0 +1 @@
- feat(cursor): proactively renew Cursor sessions before their ~24h token expires via the token health-check sweep, nudging `cursor-agent` and re-scraping IDE/agent credential sources so connections stop silently expiring (#PR)

View File

@@ -0,0 +1 @@
- fix(cursor): the manual "Refresh" button on Cursor connections now calls the dedicated Cursor renewal route instead of silently returning a 502 every time (#PR)