Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Info>
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.
</Info>

## Comment trigger modes

Configure how Promptless responds to comments on documentation PRs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

<Info>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #2178 excludes "tag @Promptless" tips from source code PRs because tagging @Promptless only works on docs PRs opened by Promptless, not on source code PRs.

Source: https://github.com/Promptless/promptless/pull/2178

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.
</Info>

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."

<Frame>
Expand Down
Loading