heiheiha798/dsh-plugin-subagent-delete

heiheiha798★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

DSH plugin: delete_subagent tool + UI - release or permanently remove subagent sessions from the DeepSeek Harness web UI

README 摘要

dsh-plugin-subagent-delete DeepSeek Harness (DSH) plugin that adds the missing subagent lifecycle interface: - delete subagent — permanently delete a subagent session and take it out of the web UI list - release subagent — stop / release a subagent without deleting its transcript - list subagents — list the calling session's descendant subagents (including finished one-shot subagents) Compatible with DSH 0.1.0-rc.8 . Why DSH's built-in subagent control surface only provides send message , interrupt agent and list agents . There is no delete/release endpoint, so finished one-shot and stale continuable subagents keep accumulating in the web UI list. This plugin fills that gap with an ownership-checked, model-callable tool plus optional HTTP routes. Install Restart the profile, then start a new session. The session gains three tools. Tools list subagents Returns the caller's descendant subagent tree: id , label , mode ( one-shot continuable ), activity ( running inactive ), depth , parentId and hasChildren . delete subagent Permanently removes the subagent: 1. verifies the target is a descendant of the calling agent's session (descendant discovery uses the official ctx.subagents.listD…

在 GitHub 查看完整 README →
皮肤/UIcleanupdeepseek-harnessdeletedshdsh-plugindsh-plugin-marketdsh-pluginssubagent

分类