DSH 会话收藏
Favorite complete DeepSeek Harness Sessions and reopen them from one global, cross-Workspace list. This is a Web-only DSH bundle that uses public additive slots and leaves the built-in Session browser unchanged.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
dsh-session-stars
Favorite complete DeepSeek Harness Sessions and reopen them from one global, cross-Workspace list. This is a Web-only DSH bundle that uses public additive slots and leaves the built-in Session browser unchanged.
Features
- Toggle a Session favorite from the current Session header.
- Open the Favorites center from the sidebar footer, including the collapsed sidebar rail.
- Browse all favorites in a shell overlay, ordered newest first, then reopen a live Session or remove an unavailable one.
- Keep same-origin browser tabs synchronized through the
storageevent. - Render current Session title, Workspace, running state, and archive state from live DSH snapshots instead of persisting stale copies.
Compatibility
Version 0.1.0 targets DeepSeek Harness Web 0.1.0-rc.6 and React 18. It has
no desktop or Host runtime component. Node.js ^22.19.0 || >=24.0.0 is needed
only when developing or packaging the plugin; normal use consumes the
prebuilt bundle.
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.
Storage and privacy
Favorites are stored under dsh.session-stars.v1 in the Web app origin's
localStorage. Browser origins are isolated, so different browsers, devices,
hostnames, protocols, or ports do not share favorites. Same-origin tabs update
each other automatically.
Only a Session id and its favorite timestamp are stored. The plugin makes no network requests and does not read, store, or transmit API keys or provider configuration. If a saved Session no longer exists in the current DSH list, the Favorites center marks it unavailable and offers explicit removal; it never attempts to navigate to that stale id.
Development
pnpm install
pnpm test
pnpm typecheck
pnpm build
pnpm publint
pnpm pack
Build output is committed under lib/ so npm, GitHub, and tarball installs all
consume the same prebuilt runtime.
License
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.