Add logic for handling different ask states in the webview

This commit is contained in:
Saoud Rizwan
2024-07-09 17:03:24 -04:00
parent caca0ca606
commit 6f5b0565e0
4 changed files with 120 additions and 51 deletions

View File

@@ -244,7 +244,7 @@ const ChatRow: React.FC<ChatRowProps> = ({ message }) => {
{title}
</div>
<div style={contentStyle}>
<p style={contentStyle}>Claude Dev wants to execute the following command:</p>
<p style={contentStyle}>Claude Dev wants to execute the following terminal command. Would you like to proceed?</p>
<p style={contentStyle}>{command}</p>
{output && (
<>