From 146e85364788e4c5b693941c8d99c42d6a586614 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Fri, 20 Mar 2026 22:58:57 +0000 Subject: [PATCH 1/2] Clarify that @Promptless mentions only work on docs PRs --- .../interacting-with-promptless-p-rs.mdx | 4 ++++ .../docs/docs/how-to-use-promptless/providing-feedback.mdx | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx b/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx index c98572d0..d6dd8863 100644 --- a/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx +++ b/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx @@ -14,6 +14,10 @@ import Info from '@components/fern/Info.astro'; After Promptless opens a docs PR, you can provide follow-on instructions directly through GitHub comments. Promptless automatically handles quality issues (like linter failures, Vale warnings, or broken links) that arise in documentation PRs, so manual feedback can focus on content improvements rather than technical fixes. + +Tagging @promptless in PR comments only works on documentation PRs that Promptless has opened. It does not work on source code PRs in your application repositories. + + ## Comment trigger modes Configure how Promptless responds to comments on documentation PRs: diff --git a/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx b/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx index aff06bb1..a7860bb4 100644 --- a/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx +++ b/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx @@ -7,6 +7,7 @@ sidebar: order: 26 --- import Frame from '@components/fern/Frame.astro'; +import Info from '@components/fern/Info.astro'; Provide feedback on suggestions through request changes, inline comments, overall comments, or close feedback. Each method lets you request immediate changes or save preferences for future suggestions. @@ -103,6 +104,10 @@ You can also provide additional context in the feedback field. Check "Remember t Leave comments directly in the GitHub PR interface to provide feedback. Tag @Promptless in any line comment to request changes. + +Tagging @Promptless in PR comments only works on documentation PRs that Promptless has opened. It does not work on source code PRs in your application repositories. + + Promptless reads all previous comments in the thread to understand context, so you can give brief instructions like "same change here" or "apply this to the other sections too." From d07fe088319563e101f5cb5f700657b9e8721c5d Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Thu, 26 Mar 2026 23:33:10 +0000 Subject: [PATCH 2/2] Clarify that @Promptless mention limitation is temporary Updated Info callouts in both files to explain that: - This is a temporary limitation while rebuilding the system - Soon @Promptless will work everywhere on GitHub including issues and PRs on any repository --- .../how-to-use-promptless/interacting-with-promptless-p-rs.mdx | 2 +- .../docs/docs/how-to-use-promptless/providing-feedback.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx b/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx index d6dd8863..30dcde21 100644 --- a/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx +++ b/src/content/docs/docs/how-to-use-promptless/interacting-with-promptless-p-rs.mdx @@ -15,7 +15,7 @@ import Info from '@components/fern/Info.astro'; After Promptless opens a docs PR, you can provide follow-on instructions directly through GitHub comments. Promptless automatically handles quality issues (like linter failures, Vale warnings, or broken links) that arise in documentation PRs, so manual feedback can focus on content improvements rather than technical fixes. -Tagging @promptless in PR comments only works on documentation PRs that Promptless has opened. It does not work on source code PRs in your application repositories. +Currently, tagging @Promptless in comments only works on documentation PRs that Promptless has opened—it doesn't work on source code PRs or issues. This is a temporary limitation while we rebuild the system to handle more contexts. Soon, @Promptless mentions will work everywhere on GitHub, including issues and PRs on any repository. ## Comment trigger modes diff --git a/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx b/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx index a7860bb4..fea400b1 100644 --- a/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx +++ b/src/content/docs/docs/how-to-use-promptless/providing-feedback.mdx @@ -105,7 +105,7 @@ You can also provide additional context in the feedback field. Check "Remember t Leave comments directly in the GitHub PR interface to provide feedback. Tag @Promptless in any line comment to request changes. -Tagging @Promptless in PR comments only works on documentation PRs that Promptless has opened. It does not work on source code PRs in your application repositories. +Currently, tagging @Promptless in comments only works on documentation PRs that Promptless has opened—it doesn't work on source code PRs or issues. This is a temporary limitation while we rebuild the system to handle more contexts. Soon, @Promptless mentions will work everywhere on GitHub, including issues and PRs on any repository. Promptless reads all previous comments in the thread to understand context, so you can give brief instructions like "same change here" or "apply this to the other sections too."