AI Agent Hub
Back to plugins
🖥️

dsh-session-import

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install devmom/dsh-session-import

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

Run dsh plugin install devmom/dsh-session-import in your DeepSeek Harness terminal to install, or refer to https://github.com/devmom/dsh-session-import for local development linking.

About this plugin

Switching between Codex, Claude Code, Gemini CLI, Cursor, and a dozen other AI coding assistants means your conversation history ends up scattered across proprietary directories and formats. Reviewing, resuming, or archiving those sessions is a real pain. dsh-session-import solves exactly that: it parses sessions from 15+ mainstream coding agents into native DeepSeek Harness session-log events—complete with reasoning blocks, tool calls, and results—so they render faithfully in the Web UI and remain resumable, eliminating format fragmentation once and for all.

Beyond import, the plugin offers bidirectional export (dsh sessions can be reversed into generic JSON, Markdown, or a plain transcript), privacy redaction (automatically detecting and masking API keys, phone numbers, email addresses, national IDs, IP addresses, and bank card numbers), and knowledge extraction—distilling decisions, code snippets, and project conventions from conversations, deduplicating them, and writing the results into local memory so every interaction leaves behind reusable assets. You can drive it through a Web multi-select wizard, conversational model tools, a slash command, a REST API, or a programmatic service interface, whichever interaction style feels most natural.

Built for developers and teams who work across multiple AI coding tools and want to unify their session history, resume conversations across tools, and surface project knowledge from past dialogs. Whether you are migrating a backlog of Codex or Claude Code sessions in one go or simply switching tools day to day, this plugin becomes the central hub for all of your conversations.

Use Cases

  • Bulk-migrate Claude Code or Codex session history into DeepSeek Harness for seamless resume
  • Automatically redact API keys, phone numbers, and other PII before sharing or archiving sessions
  • Extract decisions, code snippets, and conventions from past dialogs into reusable local memory

Best For

  • Developers switching between multiple AI coding assistants who want a unified session history
  • Teams that need to audit or redact AI conversation data for compliance and sharing
  • Individuals and small groups looking to distill project knowledge from daily AI-assisted coding