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 560d768 commit ca5648bCopy full SHA for ca5648b
webview-ui/src/components/chat/ChatRow.tsx
@@ -411,14 +411,9 @@ export const ChatRowContent = ({
411
<div style={headerStyle}>
412
{toolIcon("files")}
413
<span style={{ fontWeight: "bold" }}>
414
- {t("chat:fileOperations.wantsToReadMultiple", "Roo wants to read multiple files:")}
+ {t("chat:fileOperations.wantsToReadMultiple")}
415
</span>
416
</div>
417
- {/* <div style={{ paddingTop: 10, paddingBottom: 15 }}>
418
- <Markdown
419
- markdown={tool.question || "Please approve or deny access to the following files:"}
420
- />
421
- </div> */}
422
<BatchFilePermission
423
files={tool.batchFiles || []}
424
onPermissionResponse={(response) => {
0 commit comments