[to #12345678] docs: update excludeTools documentation in extensions … - #904
Merged
Conversation
…guide - Added clarification that tools specified in excludeTools will be disabled for the entire conversation context - Added note that excludeTools configuration affects all subsequent queries in the current session This change improves documentation clarity for extension developers by better explaining the scope and impact of the excludeTools configuration. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
pomelo-nwu
self-requested a review
October 29, 2025 06:02
Collaborator
|
@Willam2004 Thanks for your contribution! |
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
[to #12345678] docs: update excludeTools documentation in extensions …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…guide
excludeToolswill be disabled for the entire conversation contextexcludeToolsconfiguration affects all subsequent queries in the current sessionThis change improves documentation clarity for extension developers by better explaining the scope and impact of the
excludeToolsconfiguration.TLDR
This PR updates the documentation to clarify that the
excludeToolssetting applies globally across the entire conversation session—not just the current turn. This helps extension developers avoid unexpected behavior when configuring tool exclusions.Dive Deeper
Previously, the documentation did not explicitly state that
excludeToolshas a session-wide effect. Developers might have assumed the exclusion was limited to a single query or turn, leading to confusion or bugs. This update adds two concise sentences to make the behavior unambiguous, aligning the docs with the actual runtime behavior.No code changes—only documentation improvements in the developer guide.
Reviewer Test Plan
Since this is a documentation-only change:
Testing Matrix
Linked issues / bugs