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
8 changes: 0 additions & 8 deletions webview-ui/src/components/chat/ChatView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,14 +345,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
break
case "api_req_started":
if (secondLastMessage?.ask === "command_output") {
// If the last ask is a command_output, and we
// receive an api_req_started, then that means
// the command has finished and we don't need
// input from the user anymore (in every other
// case, the user has to interact with input
// field or buttons to continue, which does the
// following automatically).
setInputValue("")
setSendingDisabled(true)
setSelectedImages([])
setClineAsk(undefined)
Expand Down