Summary
DeepSeek TUI made progress toward Agent Client Protocol editor integration by adding in-flight session cancel support and streaming session/prompt deltas. These changes are aimed at responsive rendering and control inside editors such as Zed.
What changed
CodeWhale/DeepSeek TUI PRs #3698 and #3702 added ACP cancel handling and streaming session/prompt deltas.
Why it matters
Editor-embedded agents need real-time output and reliable cancellation to feel usable. ACP support positions DeepSeek TUI to plug into editor ecosystems instead of remaining only a standalone terminal interface.
Evidence excerpt
Agents Radar described PR #3698 as fixing in-flight ACP cancellation and PR #3702 as replacing buffered turns with streaming chunks for real-time Zed rendering.