docs: add tool prompt override documentation #9315
Open
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.
Summary
Adds documentation for the new tool prompt override feature introduced in #9314.
Note: This PR contains the same code changes as PR #9314 plus documentation updates. It is intended to provide documentation for that feature. If #9314 is merged first, this PR can be rebased to only include the documentation changes.
Changes
.continuerc.jsondocumentation indocs/customize/deep-dives/configuration.mdxWhy
The tool override feature is a significant new capability that allows users to customize built-in tool prompts at the workspace level, particularly useful for local models. This documentation ensures users can discover and effectively use this feature.
Related
This task was co-authored by nate and Continue.
Summary by cubic
Adds workspace-level tool prompt overrides via .continuerc.json and documents how to use them. You can customize built-in tool prompts (descriptions, titles, action phrases, system message) or disable tools.
New Features
Bug Fixes
Written for commit 39303e0. Summary will update automatically on new commits.