Skip to content

Commit 09632fd

Browse files
committed
refactor: remove unnecessary limit
1 parent 6464782 commit 09632fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
"wantsToSearch": "Roo wants to search this directory for <code>{{regex}}</code>:",
128128
"didSearch": "Roo searched this directory for <code>{{regex}}</code>:"
129129
},
130+
"codebaseSearch": {
131+
"wantsToSearch": "Roo wants to search the codebase for '{{query}}' (limit: {{limit}}):",
132+
"didSearch": "Found {{count}} result(s) for '{{query}}':"
133+
},
130134
"commandOutput": "Command Output",
131135
"response": "Response",
132136
"arguments": "Arguments",

0 commit comments

Comments
 (0)