docs: clarify that .pr_agent.toml can be updated post PR creation #1760
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
This PR updates the documentation regarding the use of the .pr_agent.toml configuration file.
The previous documentation stated that
.pr_agent.toml needs to be uploaded prior to creating a PR in order for the configuration to take effect
. However, based on usage, changes to the configuration file can affect PR Agent behavior even after a PR is created, as long as the updated file is in place before the tool is triggered. (e.g., via a comment like /describe).The phrasing was revised to reduce confusion by clarifying that the configuration must be in place before using PR Agent tools.
PR Type
Documentation
Description
Clarifies when
.pr_agent.toml
configuration changes take effectUpdates documentation to reduce confusion about config timing
Changes walkthrough 📝
configuration_options.md
Clarify `.pr_agent.toml` timing for configuration application
docs/docs/usage-guide/configuration_options.md
.pr_agent.toml
must be present