Skip to content

Commit 8f74a2c

Browse files
committed
chore: revert Task.ts changes - only JSDoc updates, not functional fixes
1 parent b81d947 commit 8f74a2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/core/task/Task.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,8 +3040,11 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
30403040
}
30413041

30423042
/**
3043-
* Process any queued messages by dequeuing and submitting them one at a time.
3044-
* Each message will trigger a full task cycle with LLM interaction.
3043+
* Process any queued messages by dequeuing and submitting them.
3044+
* This ensures that queued user messages are sent when appropriate,
3045+
* preventing them from getting stuck in the queue.
3046+
*
3047+
* @param context - Context string for logging (e.g., the calling tool name)
30453048
*/
30463049
public processQueuedMessages(): void {
30473050
try {

0 commit comments

Comments
 (0)