AI Agent Hub
Back to plugins
dsh-timeout-auto-reject preview

dsh-timeout-auto-reject

admin-security Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install jiesou/dsh-timeout-auto-reject

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install jiesou/dsh-timeout-auto-reject in your DeepSeek Harness terminal to install; the source code is hosted at https://github.com/jiesou/dsh-timeout-auto-reject .

About this plugin

When you let an agent perform actions that require human approval, a single unnoticed permission prompt can stall your entire pipeline. Auto-mode feels convenient but silently allows risky operations ahead; the reliable principle is fail-close—if nobody answers, reject.

dsh-timeout-auto-reject does one thing: if a permission request goes unanswered for 180 seconds, the plugin rejects it outright and injects a model-visible SYSTEM notice so the agent keeps moving without stalling. It requires zero configuration and is built around a single, tiny source file, making it trivial to tweak the timeout or rewrite the prompt wording.

If you orchestrate multi-step agent tasks with dsh and cannot afford a hung session because a permission prompt was overlooked, this plugin is the lightweight safety net for exactly

Screenshots

Use Cases

  • Permission prompts stall long multi-step agent runs when nobody answers.
  • Unattended batch jobs need a hard timeout fallback for approvals.
  • You want risky actions to default to deny rather than allow.

Best For

  • Developers orchestrating agent tasks with dsh.
  • Teams running unattended automation pipelines.
  • Operations engineers who prioritize fail-close safety.