zhuifengqug/dsh-quick-restart0

dsh-quick-restart

Quick restart command for dsh

包名
dsh-quick-restart
版本
0.1.0
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhuifengqug/dsh-quick-restart

dsh-quick-restart

A standalone dsh bundle that adds the human-facing /restart command.

Install it into a profile from this directory:

dsh plugin --profile web add D:/dsh/dsh-quick-restart

Then restart the running Web session with /restart. The command starts a detached Node relay with the current dsh entry point, execArgv, profile arguments, working directory, and application arguments. The relay waits for the current process to exit before launching the replacement, avoiding a Web port race.

/restart accepts no arguments. It returns a usage error for extra input and does not start a process for a pre-cancelled invocation. Active model or tool work is interrupted by the process shutdown; durable session state is reloaded by the replacement process.