AI Agent Hub
Back to plugins
🖥️

dsh-session-hub

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Asaiuta/dsh-session-hub

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, install the plugin by running the command dsh plugin install Asaiuta/dsh-session-hub from GitHub, with the repository URL https://github.com/Asaiuta/dsh-session-hub.

About this plugin

In our daily development workflow, conversation records often get scattered across different machines and tools: a DSH task half-finished on a remote server, historical ideas from Codex CLI or Claude Code on the local machine, and even chat snippets from opencode. These sessions are isolated from each other, making it easy to lose track of progress after closing a laptop or to struggle when reviewing last week's discussions buried in various log files.

dsh-session-hub acts as a session consolidator, gathering these fragments into a single DSH workspace tree. It offers two core capabilities: first, it brings remote DSH sessions into your local interface via SSH tunnels, allowing you to view or continue operations in real-time while the sessions themselves keep running on the remote machine—even if you go offline or shut down your local device. Second, it imports historical conversations from local tools like Codex CLI, Claude Code, and opencode, automatically organizing them by project for read-only preview, with the option to convert them into live DSH sessions. The entire process leverages the official UI without replacing any interface elements; the plugin only handles data merging and routing at the backend.

If you're a developer working across multiple servers or using various coding tools and wish to unify your conversation history, dsh-session-hub is ideal for you. It makes scattered sessions continuous and visible again, letting you seamlessly pick up remote tasks or revisit local inspirations all within the same tree.

Use Cases

  • Real-time syncing of DSH sessions from remote servers to the local interface for progress monitoring.
  • Importing historical conversations from Codex CLI and Claude Code on the local machine into DSH for unified management.
  • After closing the laptop, remote tasks keep running, allowing you to resume the live stream from the current point upon return.

Best For

  • Developers who need to manage DSH sessions across multiple machines.
  • Users who simultaneously utilize multiple coding tools such as Codex CLI and Claude Code.
  • Team members aiming to unify conversation history for improved productivity.