We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6464782 commit 09632fdCopy full SHA for 09632fd
webview-ui/src/i18n/locales/en/chat.json
@@ -127,6 +127,10 @@
127
"wantsToSearch": "Roo wants to search this directory for <code>{{regex}}</code>:",
128
"didSearch": "Roo searched this directory for <code>{{regex}}</code>:"
129
},
130
+ "codebaseSearch": {
131
+ "wantsToSearch": "Roo wants to search the codebase for '{{query}}' (limit: {{limit}}):",
132
+ "didSearch": "Found {{count}} result(s) for '{{query}}':"
133
+ },
134
"commandOutput": "Command Output",
135
"response": "Response",
136
"arguments": "Arguments",
0 commit comments