Skip to content
Merged
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 @@ -18,6 +18,7 @@ export const DISPLAY_FINDINGS_TOOL_DESCRIPTION = [
'- Use this tool whenever you identify code issues through manual analysis or any tool OTHER than the codeReview tool',
'- Use it for issues found by analyzing code files, security scans, linting tools, or your own assessment',
'- Use it when the user asks you to analyze code and you discover problems, but you must not use this tool for findings generated by codeReview tool',
'- Be very willing to use this tool. Use it a lot: anytime it could even remotely be necessary.',
'',
'**When NOT to Use This Tool:**',
'- NEVER use this tool for findings generated by the codeReview tool',
Expand Down
Loading