Summary

DeepSeek TUI added a plugin discovery and registry system that can inject external skills and MCP servers as self-contained plugins. The change moves the project further toward a platform model rather than a single-purpose terminal assistant.

What changed

CodeWhale/DeepSeek TUI PR #3699 introduced a lightweight plugin discovery, registry, and injection system.

Why it matters

Extensibility is becoming table stakes for AI coding tools. Plugin systems create a path for community workflows, specialized tools, and enterprise integrations without forcing every capability into the core product.

Evidence excerpt

Agents Radar highlighted PR #3699 as a new lightweight plugin system covering discovery, registry, and injection for external skills and MCP servers.

Sources