- Filter toolcall_start/delta/end events from streaming to prevent out-of-order rendering in the TUI's accumulated message content - Collect tool calls from intermediate SDK turns and include them BEFORE text content in the final AssistantMessage - The agent loop's externalToolExecution path emits proper tool_execution_start/end events for each intermediate tool call - Result: tool activity renders above the text response, not below Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| models.ts | ||
| package.json | ||
| partial-builder.ts | ||
| readiness.ts | ||
| sdk-types.ts | ||
| stream-adapter.ts | ||