ivwumupy/dsh-plugins

ivwumupy★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

Tianjiao's DSH plugins

README 摘要

Tianjiao's Plugins Personal scratch plugins for DeepSeek Harness, in their own repository. Layout - apply-patch/ — dsh-tianjiao-apply-patch : a Node tool plugin porting codex-rs/apply-patch (unified-diff apply tool with fuzzy context matching). - stats-line/ — dsh-tianjiao-stats-line : a Web client plugin rendering a compact per-turn token line in the chat composer dock. Dependencies The plugins depend on the published @deepseek-ai/ packages: - @deepseek-ai/cordis , @deepseek-ai/schemastery — the latest tags match the harness checkout ( 4.0.1 , 3.18.1 ). - @deepseek-ai/dsh- — installed from the next dist-tag ( 0.1.0-rc.8 ), which matches the checkout; the latest tag is stale at 0.0.1-rc.1 , so never install those with a bare range. Building and testing The toolchain ( tsc , tsdown , vitest ) is declared at the workspace root. Installing into a dsh profile Both packages declare dsh.bundle , so they install as bundle layers: stats-line additionally declares dsh.client ( platform: web ): its browser half ships at lib/client.js , discovered through the package's ./client export. Known limitations - stats-line/tsdown.config.ts restates the harness's client-bundle contract (module-table …

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类