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)