malevrigns/dsh-session-stars ↗★ 0
dsh-session-stars
会话收藏插件,支持收藏 DeepSeek Harness 会话并从全局跨工作区中心重新打开它们。
AI 分析
核心用途为高频会话管理。适合积累了大量对话、需要跨越不同工作区快速收藏和回溯重要历史会话的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:malevrigns/dsh-session-stars說明文件
閱讀完整 README ↗Install
After publication, install the npm package into the Web profile:
dsh plugin --profile web add dsh-session-stars
After the public repository is available, install from GitHub:
dsh plugin --profile web add github:malevrigns/dsh-session-stars
Install a downloaded or locally packed tarball:
dsh plugin --profile web add C:\path\to\dsh-session-stars-0.1.0.tgz
Restart the Web profile after changing its plugin list. The exact start command depends on how that profile is normally launched; the plugin adds UI only when the Web app is running.
Enable, disable, and uninstall
The plugin is enabled when it is present in the profile. Add it to enable it; remove it to disable or uninstall it:
dsh plugin --profile web add dsh-session-stars
dsh plugin --profile web remove dsh-session-stars
Removing the package from the profile does not erase saved favorite ids from browser storage.