Summary

DeepSeek TUI PR #3756 flips the default interactive agent shell behavior to approval-gated on. The update aims to keep agent shell access usable while preserving explicit user control over risky actions.

What changed

DeepSeek TUI changed the default for interactive Agent shell to on with approval gating.

Why it matters

Approval defaults are a key trust boundary for coding agents that can run shell commands. Making the shell available but gated reflects a maturing balance between autonomy and safety.

Evidence excerpt

PR #3756 defaults the interactive Agent shell to approval-gated on, aligning shell access with user expectations while keeping a security checkpoint.

Sources