Takinggg/dsh-updater

Takinggg★ 1JavaScript最后同步: 2026-08-19

在 GitHub 打开

One-click updates for DeepSeek Harness (DSH). Community plugin — incremental npm tarballs, backup and rollback. Not official DeepSeek software.

README 摘要

dsh-updater One-click updates for DeepSeek Harness (DSH) Community plugin · incremental npm tarballs · backup & rollback · like Codex Install · How it works · Screenshots · Config · Security · Français dsh-updater adds a Settings → Updates panel and a sidebar button to DeepSeek Harness ( @deepseek-ai/dsh ). It checks npm next / latest , copies your current engine, downloads only packages that changed , swaps the running engine, then restarts — or tells you to quit DSH on a laptop. It is not official DeepSeek software . It does not fork DSH, does not git pull the source, and never runs sudo or curl bash . Why this exists A full npm install @deepseek-ai/dsh rebuilds a 200-package monorepo in memory and can OOM (we hit a 1 GB heap in Docker). Claude Code / Codex-style tools do not re-resolve the universe on every bump. This plugin: 1. Reuses the engine already on disk ( node modules , native addons). 2. Fetches changed @deepseek-ai/ tarballs from the npm registry. 3. Keeps third-party deps (commander, koffi, …) when the version matches. 4. Backs up to $DSH HOME/engine-bak and rolls back on failure. 5. Works everywhere the process is writable: Docker volume, npm -g , nvm, Windows %…

在 GitHub 查看完整 README →
终端/TUIcommunity-plugindeepseekdeepseek-harnessdockerdshdsh-pluginmit-licensenodejs

分类