From 39c552d7a0de6c1833147f5525da86d51e62a2f0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Feb 2026 04:23:05 +0000 Subject: [PATCH] docs: document undo for agent check suggestions Updates docs for continuedev/remote-config-server#3100 That PR adds undo functionality for accepted/rejected agent check suggestions: - Undo reject: resets status to pending immediately - Undo accept: creates a revert commit on the PR (with confirmation) Co-authored-by: bekah-hawrot-weigel Generated with [Continue](https://continue.dev) Co-Authored-By: Continue --- docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.mdx b/docs/index.mdx index bb0a6e4f7a..603b6f9a6d 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -29,7 +29,7 @@ Review this PR and check that: 1. Connect GitHub at [continue.dev](https://continue.dev/) 2. [Create an agent](https://continue.dev/agents/new) 3. Open a PR. The agent will show up as a check in GitHub. -4. If changes are suggested, click the check in GitHub and accept or reject the suggestion to make the check pass. +4. If changes are suggested, click the check in GitHub to review. Accept or reject the suggestion to make the check pass. You can undo either action: undoing a rejection resets the check to pending; undoing an acceptance creates a revert commit on the PR. ## Preconfigured Cloud Agents