npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-chat-import

v0.8.1

Published

Import Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / Pi Coding Agent / opencode / ZCode / Grok Build / OpenClaw / Hermes / Kimi CLI / Qoder CLI / WorkBuddy conversation histories as resumable DeepSeek Harness sessions

Readme

DSH Chat Import

基于 DeepSeek Harness 构建的会话导入插件,一键导入外部 Agents 的聊天历史并在 DeepSeek Harness 中继续对话。

所有会话,尽续于此。

English 简体中文

version downloads GitHub stars license Awesome DSH Plugin dsh.so install

简介

DSH Chat Import 从其他Agents导入含完整上下文的聊天历史,成为无缝继续的 DeepSeek Harness 会话。

现已覆盖18种Agents的导入:Claude Code、Codex、ChatGPT、Cursor、Gemini、Reasonix、opencode、MiMo Code、ZCode、Grok Build、OpenClaw、Pi Coding Agent、Hermes、Kimi CLI / Kimi Code、Qoder CLI、WorkBuddy 与 DSH 会话日志;

下述工具的反向导入:Claude Code、Codex、Kimi Code。

安装

dsh plugin --profile web add dsh-chat-import                    # npm 包
dsh plugin --profile web add -w link:/path/to/dsh-chat-import   # 本地源码(符号链接)

使用

  1. 导入 — 在GUI界面右下角的导入会话面板选择你想导入的会话并一键导入。或让你的Agent调用上下文工具进行导入:
import_chat({ format: "claude", path: "~/.claude/projects" })
import_chat({ format: "chatgpt", path: "~/Downloads/chatgpt-export/conversations.json" })
import_chat({ format: "local-jsonl", path: "D:\downloads\session.jsonl" })
  1. 续聊 — 刷新会话列表,打开导入的会话,从源记录停下的地方继续对话。

  2. 同步(可选) — 面板「同步」页提供双向增量同步,默认关闭。子代理对话默认双向过滤。

完整工具 / 命令用法(参数、示例、边界行为)见 docs/USAGE.zh-CN.md

功能一览

| 能力 | 入口 | 说明 | | --- | --- | --- | | 批量导入 | import_chat(18 种格式)· scan_discover · 侧边栏面板 | 17+ 来源一键导入,每段对话成为独立会话 | | 全保真续聊 | 导入即 DSH 会话 | 工具调用/结果、思考、标题、模型、时间戳原样保留 | | 反向导出 | export_chatformat: claude / codex / kimi) | DSH 会话序列化回 Claude / Codex / Kimi | | 双向同步 | 面板「同步」页 | 外部 ↔ DSH 双向增量同步,默认关闭 |

文档

| 文档 | 说明 | | --- | --- | | 使用详解 | 每个工具 / 命令的完整参数、示例与边界行为 | | 互转协议 | Interchange v1 协议与 bundle 格式 | | 更新日志 | 版本历史(英文) | | 路线图 | 已实现 / 规划 | | 贡献指南 | 开发环境、提交规范、安全与隐私 |

Star History

Star History Chart