From 7e3d7eb486638866ad794da053beff78a89673aa Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Fri, 31 Jul 2026 21:18:42 -0400 Subject: [PATCH] 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. --- changelog.d/features/cursor-agent-nudge-banner.md | 1 + changelog.d/features/cursor-proactive-renewal.md | 1 + changelog.d/fixes/cursor-manual-refresh-502.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog.d/features/cursor-agent-nudge-banner.md create mode 100644 changelog.d/features/cursor-proactive-renewal.md create mode 100644 changelog.d/fixes/cursor-manual-refresh-502.md diff --git a/changelog.d/features/cursor-agent-nudge-banner.md b/changelog.d/features/cursor-agent-nudge-banner.md new file mode 100644 index 0000000000..4efcf4f009 --- /dev/null +++ b/changelog.d/features/cursor-agent-nudge-banner.md @@ -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) diff --git a/changelog.d/features/cursor-proactive-renewal.md b/changelog.d/features/cursor-proactive-renewal.md new file mode 100644 index 0000000000..c8dce6f1c8 --- /dev/null +++ b/changelog.d/features/cursor-proactive-renewal.md @@ -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) diff --git a/changelog.d/fixes/cursor-manual-refresh-502.md b/changelog.d/fixes/cursor-manual-refresh-502.md new file mode 100644 index 0000000000..95b63744af --- /dev/null +++ b/changelog.d/fixes/cursor-manual-refresh-502.md @@ -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)