MultiEdit UI

This commit is contained in:
andrepimenta
2025-06-24 17:40:55 +01:00
parent 64767e3850
commit 4c57af4141
3 changed files with 144 additions and 3 deletions

View File

@@ -580,7 +580,7 @@ class ClaudeChatProvider {
const toolName = lastToolUse?.data?.toolName;
// Don't send tool result for Read and Edit tools unless there's an error
if ((toolName === 'Read' || toolName === 'Edit' || toolName === 'TodoWrite') && !isError) {
if ((toolName === 'Read' || toolName === 'Edit' || toolName === 'TodoWrite' || toolName === 'MultiEdit') && !isError) {
// Still send to UI to hide loading state, but mark it as hidden
this._sendAndSaveMessage({
type: 'toolResult',