Ceelog/dsh-plugins
Ceelog★ 2TypeScript最后同步: 2026-08-14
deepseek harness plugins
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. Workspace layout 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 .load handoff (see each plugin's scripts/wrap-client.mjs ). - vitest for unit tests, Biome for lint/format.
在 GitHub 查看完整 README →