Skip to content

Nwflower/dsh-chat-import

304Last commit Aug 14, 2026

dsh-chat-import DSH plugin

DSH Chat Import is an installable DeepSeek Harness plugin for migrating conversation histories from 11 agent sources into resumable DSH sessions. It also provides session discovery, Claude Code JSONL export, and guarded incremental sync back to Claude Code.

How to install the dsh-chat-import DSH plugin

dsh plugin --profile web add dsh-chat-import                    # npm package

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-chat-import DSH plugin can do

  • Imports histories from Claude Code, Codex/ChatGPT CLI, ChatGPT web exports, Cursor, Gemini CLI, Reasonix, opencode, ZCode, Grok Build, OpenClaw, and Hermes.
  • Converts messages, reasoning, and tool-call/result history into resumable DSH session events.
  • Supports batch imports, directory scanning, read-only previews, idempotent re-imports, and incremental append behavior.
  • Groups imported sessions by recorded working directory when source data provides one.
  • Discovers supported local session data with scan_discover.
  • Exports DSH sessions to Claude Code JSONL and supports guarded incremental sync to a source or export copy.
  • Applies configurable context-budget trimming for oversized imported histories.

Where the dsh-chat-import DSH plugin fits

  • Continue a prior Claude Code, Codex, Cursor, or other supported agent conversation in DSH.
  • Consolidate locally stored agent transcripts into DSH sessions.
  • Preview and batch-import discovered chat histories.
  • Export a DSH conversation for Claude Code resume workflows.
  • Incrementally append new complete DSH turns to a Claude Code transcript.

Who the dsh-chat-import DSH plugin is for

  • DeepSeek Harness users migrating from other coding-agent tools.
  • Developers with local agent transcript archives.
  • Teams or individuals maintaining Claude Code-compatible conversation backups.

dsh-chat-import DSH plugin limitations

  • Requires Node.js >= 22.13.
  • The DSH session list may need manual refresh after import.
  • Available source metadata varies by format; some formats lack fields such as cwd, timestamps, models, or structured tool results.
  • Cursor transcripts do not contain tool results, so empty paired results are synthesized.
  • ChatGPT web exports do not provide cwd, so imported sessions are not workspace-grouped.
  • Exported Claude Code thinking blocks use empty signatures and may be dropped by Claude Code on resume.
  • retract_import only removes the plugin registry record and provides manual deletion guidance; it does not delete sessions or artifacts.
  • Sync only targets Claude Code JSONL and skips incomplete final turns.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 0 runtime, 1 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
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-chat-import DSH plugin alternatives

dsh-chat-import DSH plugin questions

What is the dsh-chat-import DSH plugin?

dsh-chat-import is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-chat-import DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-chat-import use?

The snapshot records web as the dsh-chat-import profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-chat-import compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-chat-import fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-chat-import?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.