sunzeJAVA/dsh-session-importer

sunzeJAVA★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

dsh plugin: import session records from other coding agents (Claude Code, Codex CLI, Kimi Code CLI, generic JSONL, Markdown) into the DeepSeek Harness

README 摘要

dsh-session-importer A dsh plugin that imports session records from other coding agents into the dsh session store, so they appear in the session list/search, render in the conversation UI, export, and resume like any native dsh session. Supported sources Source Location Notes Claude Code /.claude/projects/ / .jsonl user/assistant messages, tool calls & results, thinking → reasoning blocks Codex CLI /.codex/sessions/ / .jsonl , /.codex/archived sessions/ .jsonl messages ( output text / input text ), function call / local shell call / web search call + outputs, reasoning Kimi Code CLI /.kimi-code/sessions/ /agents/main/wire.jsonl prompts, assistant text + think → reasoning, tool calls/results; cwd from session index.jsonl Generic JSONL any .jsonl with role / content lines Gemini CLI, OpenCode, custom exports Markdown transcript any .md with User / Assistant (or User: …) markers explicit --source markdown Unrecognized record types (attachments, hooks, summaries, snapshots) are skipped; tool results without a matching tool call are skipped and counted. Installation Install the package into a dsh profile and register the plugin row: Then restart dsh web (or dsh --profile headless if yo…

在 GitHub 查看完整 README →
终端/TUIdsh-pluginagentsearch

分类