If Voyager helps you, feel free to share it on X, Reddit, YouTube, Threads, etc.
dsh-import-agents
Brings sessions, chat history, and agents from pi, opencode, codex, and claude-code into DeepSeek Harness. A one-click Sync button and slash commands handle the import, and a migration prompt appears at session start.
Plugin facts
Screenshots
About this plugin
Import pi / opencode / codex / claude-code sessions, chat history, and agents into DeepSeek Harness β one-click Sync button, slash commands, session-start migration prompt
Install this DSH plugin
Copy the command below and run it in your DeepSeek Harness terminal.
dsh plugin add github:Chang-Tong/dsh-import-agents β οΈ Plugins run with the permissions of your dsh process and may execute code at install time. Review the source repository and its license before installing. Pin the commit hash for reproducible installs. Plugin safety β
More about this plugin
Four sources, one command. Import sessions from pi (JSONL), opencode (SQLite), codex (JSONL), and claude-code (JSONL) β as real, resumable dsh sessions. - Truly resumable. Browse the full original history (text, reasoning, tool calls) and continue the conversation β the model gets the complete context. - Agents become skills. pi agents / mode prompts and opencode agents are converted into dsh skill bundles under $DSH AGENTS HOME/skills, with provenance recorded in frontmatter (metadata.source / metadata.kind). - One-click Sync button. A small control in the composer tool row runs /import-all and shows the result inline. - Migration prompt on session start. When a new top-level session starts and unimported history exists, the plugin asks whether to migrate β per-project decisions are remembered, so it never nags twice. - Workspace placement. Imported sessions attach to a workspace matching their original cwd (created on demand); /attach-workspaces retro-fits existing imports. - Idempotent. Stable ids (pi- / oc- / codex- / claude- ); re-imports skip what already exists. - Zero runtime dependencies. Node built-ins (node:zlib zstd, node:sqlite) plus dsh platform modules.
Related guides
Learn how to choose, install, and use sessions & messages plugins.
About this plugin: dsh-import-agents
What is dsh-import-agents?
dsh-import-agents is a sessions & messages plugin maintained by Chang-Tong. Brings sessions, chat history, and agents from pi, opencode, codex, and claude-code into DeepSeek Harness. A one-click Sync button and slash commands handle the import, and a migration prompt appears at session start.
How do I install dsh-import-agents?
Run dsh plugin add github:Chang-Tong/dsh-import-agents in your DeepSeek Harness terminal. The dsh CLI resolves the plugin from GitHub and installs it into your active profile. For reproducible installs, pin a commit hash: dsh plugin add github:Chang-Tong/dsh-import-agents#commit.
Is dsh-import-agents free?
dsh-import-agents is a community open-source project released under the MIT license. You can inspect its source and install it for free.
Related plugins
A task-aware reasoning-mode router for DeepSeek Harness. Each task is placed on one continuous react-to-spec axis, the router picks from three measured behavior bands before the first model request, and persona plus first-turn tool injection are supported with agent-visible tuning.
A context-insight dashboard β see what the model's context window is made of and how it evolves.