ArchivedThis repository is archived and may no longer be actively maintained.
DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-side-session

A DSH Web plugin that opens disposable side conversations forked from the main session.

UI & ProductivityTerminal & TUIDeveloper ToolsSecurity & PolicyRemote Execution
0GitHub Stars1ForksUpdated2026-08-19

Install

$ dsh plugin --profile web add /path/to/dsh-side-session

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-side-session adds a Claude Code /btw-style temporary side panel to DeepSeek Harness. It seeds a child session from completed main-session history, supplements it with recent in-memory activity, and destroys the child session and its persisted record when closed.

Key Capabilities

  • Adds a “Side Session” action to DSH Web session headers.
  • Opens a floating temporary side-session panel immediately; child-session creation is deferred until the first message.
  • Forks completed main-session history as reference context and records a seed boundary.
  • Adds recent submitted user messages, assistant messages, and tool calls from the active main-session turn as supplemental context.
  • Uses the parent agent preset and inherits cwd, provider/model routing, sandbox mode, and approval policy.
  • Injects boundary instructions identifying the conversation as temporary and directing the agent not to interfere with the main session.
  • Keeps side sessions out of the normal session list.
  • Supports creating, prompting, canceling, closing, listing, and checking side-session status through host-side webServer routes.
  • Destroys the child agent and deletes its persisted files when the panel is closed.

Useful For

  • Explore a tangential question without interrupting a long-running main conversation.
  • Ask about the current main-session activity while retaining completed history as reference.
  • Perform non-destructive investigation with the same tools, skills, permissions, and working directory as the parent session.
  • Keep short-lived auxiliary conversations out of the regular session list.

Who It Fits

  • DeepSeek Harness Web users
  • Developers working in long-running DSH sessions
  • Users seeking Claude Code /btw-style side conversations

Documented Limitations

  • Designed for the DSH Web profile and requires restarting dsh web after installation.
  • A side session is temporary: closing it destroys the agent and deletes persisted records, so it cannot be reopened.
  • The child agent is created only when the first side-session message is sent.
  • Completed history is used as the fork seed; recent activity after that boundary is supplied as injected context rather than as an event-level fork.
  • The plugin declares peer dependencies on specific DSH release-candidate package versions.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 0 development, 3 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Repository Archived

GitHub reports this repository as archived.

medium
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
Diluka/dsh-side-session
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
483ef70 · 2026-08-20

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
1
Open issues
0
Last commit
2026-08-19
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app