convoport
将 AI 网页端会话捕获至本地 JSON 与 SQLite,并将选定消息导入为 DSH 可继续会话的插件。
AI 分析
核心用途是同步并迁移网页端(如 chat.deepseek.com)的聊天记录。适合习惯先在网页端沟通,随后需要将特定上下文导入 DSH 进行 Agent 深度开发的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MrElysium/convoport说明文档
阅读完整 README ↗Usage
- With the extension enabled, just chat on
chat.deepseek.com— the extension syncs automatically. - 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
- Click a conversation → message-level picker: check the messages you want (quick-select "first 3 / last 3 / all / clear").
- 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.