MrElysium/convoport1

convoport

将 AI 网页端会话捕获至本地 JSON 与 SQLite,并将选定消息导入为 DSH 可继续会话的插件。

AI 分析

核心用途是同步并迁移网页端(如 chat.deepseek.com)的聊天记录。适合习惯先在网页端沟通,随后需要将特定上下文导入 DSH 进行 Agent 深度开发的用户。

包名
convoport
版本
0.1.1
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MrElysium/convoport

Usage

  1. With the extension enabled, just chat on chat.deepseek.com — the extension syncs automatically.
  2. A "⛁ DeepSeek Capture" button appears at the bottom of the Web sidebar:
    • Stat cards: total tokens saved / conversations / today's captures / estimated savings
    • Capture list: title, message count, tokens, import status
  3. Click a conversation → message-level picker: check the messages you want (quick-select "first 3 / last 3 / all / clear").
  4. Click "Import selected → new session (N)" — a new session appears in the sidebar; its history is exactly the messages you picked. Continue chatting there.

A /capture command also shows the stats overview right in the chat.