From b4a540a26905c2a0eacb76bb415a61060625e5c3 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:39:59 -0400 Subject: [PATCH] Add comment --- src/core/ClaudeDev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ClaudeDev.ts b/src/core/ClaudeDev.ts index 4b43588..c8678ae 100644 --- a/src/core/ClaudeDev.ts +++ b/src/core/ClaudeDev.ts @@ -2179,7 +2179,7 @@ ${this.customInstructions.trim()} */ - this.presentAssistantMessageLocked = false + this.presentAssistantMessageLocked = false // this needs to be placed here, if not then calling this.presentAssistantMessage below would fail (sometimes) since it's locked if (!block.partial) { // block is finished streaming and executing if (this.currentStreamingContentIndex === this.assistantMessageContent.length - 1) {