DeepSeek Harness plugin

dsh-session-stars

Favorite DeepSeek Harness Sessions and reopen them from a global cross-Workspace center.

Jump to install

Source facts

Repository
malevrigns/dsh-session-stars
Latest update
Aug 13, 2026
Category
Memory
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/malevrigns/dsh-session-stars
Plugin: dsh-session-stars
Author: malevrigns

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

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 storage event.
  • 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

[MIT](./LICENSE)