跳过主要内容
C

dsh-plugins (dsh-plugin-scheduled-tasks)

ceelog/dsh-plugins/src/plugins/dsh-plugin-scheduled-tasks

按项目调度提示词,在全新的无头 Agent 会话中执行,支持单次、固定间隔和 cron 计划,并持久化运行历史。

安装

dsh plugin --profile web add github:ceelog/dsh-plugins

该插件位于仓库的 src/plugins/dsh-plugin-scheduled-tasks 子路径下。

README

dsh-plugins

Out-of-tree DeepSeek Harness plugins workspace.

Plugins

PluginDescriptionDemo
@opendsh/dsh-plugin-scheduled-tasksPer-project scheduled tasks with prompts, executed as headless agent sessions in the project directory, with durable run history.
@opendsh/dsh-plugin-setting-mcpManage MCP servers from the settings panel — view, edit, remove, enable/disable — with hot reload on save.

Workspace layout

src/plugins/
├── dsh-plugin-scheduled-tasks   (@opendsh/dsh-plugin-scheduled-tasks)
└── dsh-plugin-setting-mcp       (@opendsh/dsh-plugin-setting-mcp)
CommandMeaning
pnpm installInstall workspace tooling (TypeScript 7, Biome, …).
pnpm buildBuild every plugin package.
pnpm testRun every plugin's vitest suite.
pnpm lintBiome check across the workspace.

Toolchain

  • TypeScript 7 (the native compiler) for typechecking and server emit.
  • tsdown for the browser client bundle, wrapped in the DSH window.__ModuleLoader__.load handoff (see each plugin's scripts/wrap-client.mjs).
  • vitest for unit tests, Biome for lint/format.

相关插件