Commit 6982f84
committed
Fix new_task tool streaming by using correct ClineSayTool interface
- Changed 'message' property to 'content' in partial messages to match ClineSayTool interface
- This fixes the UI freezing issue where partial messages weren't streaming properly
- The 'message' property doesn't exist in ClineSayTool, causing the webview to not handle partial updates correctly
- Now consistent with other tools like writeToFileTool that use the correct interface properties1 parent 9faf28a commit 6982f84
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments