XiaoWind/dsh-loop

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

在 GitHub 打开

DeepSeek Harness plugin: a /loop slash command for timed recurring agent loops

README 摘要

dsh-loop English 中文 A DeepSeek Harness (DSH) plugin that adds a human-facing /loop slash command for timed, recurring agent loops . /loop 30m fires one immediate tick, then re-prompts the agent once per 30-minute interval (measured from the moment the agent returns to idle after the previous tick) until you stop it with /loop stop . Install The dsh plugin command forwards to pnpm inside the web profile directory, then reconciles the profile's dsh.profile.bundles layer list. Because this package declares dsh.bundle.patch , it joins the layer stack automatically. Restart the Web app after installing. The plugin injects the commands service, so it activates only in profiles that compose a command adapter — the shipped web profile does. Update Pull the latest version of the plugin into an installed profile: dsh plugin forwards to pnpm update dsh-loop inside the profile directory, which re-resolves the github:XiaoWind/dsh-loop dependency to the latest commit on the default branch. The lockfile pins a git dependency by commit hash, so a version bump is not required for the update to land. If pnpm has cached an old git resolution, re-pin it explicitly: Restart the Web app after updating —…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类