- 홈
- 플러그인
- 워크플로 및 자동화
- dsh-plugins (dsh-plugin-scheduled-tasks)
C
dsh-plugins (dsh-plugin-scheduled-tasks)
ceelog/dsh-plugins/src/plugins/dsh-plugin-scheduled-tasks
Per-project scheduled prompts run as fresh headless agent sessions, with one-time, interval, and cron schedules plus durable run history.
설치
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
| Plugin | Description | Demo |
|---|---|---|
@opendsh/dsh-plugin-scheduled-tasks | Per-project scheduled tasks with prompts, executed as headless agent sessions in the project directory, with durable run history. | ![]() |
@opendsh/dsh-plugin-setting-mcp | Manage 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)
| Command | Meaning |
|---|---|
pnpm install | Install workspace tooling (TypeScript 7, Biome, …). |
pnpm build | Build every plugin package. |
pnpm test | Run every plugin's vitest suite. |
pnpm lint | Biome 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__.loadhandoff (see each plugin'sscripts/wrap-client.mjs). - vitest for unit tests, Biome for lint/format.

