ZicanC/dsh-git

ZicanC★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

dsh-git lets you manage conversations with an agent the way you use Git.

README 摘要

dsh-git English · 中文 dsh-git lets you manage conversations with an agent the way you use Git. Each completed Prompt + Answer turn is a commit. You can cherry-pick turns from any branch, arrange them in any order to form a new conversation history, and continue asking questions from there. The assembled turns are written as real, completed DSH history—not appended to the prompt as a context block. To the agent, the resulting history is indistinguishable from one it experienced firsthand. dsh-git is a plugin for DeepSeek Harness Web. Operations Git dsh-git commit Each completed Prompt + Answer turn is a PA node: atomic, addressable, and never rewritten in place. log --graph Each Session has a Conversation Graph , and each Workspace has a project graph. Both show forks, merge edges, and HEAD . HEAD The active node. Its state is independent of node preview and context selection. checkout Use Switch to this branch to open the DSH Session associated with a node. cherry-pick Select PA nodes from any branch and add them to the ordered Context Tray . rebase The Host renumbers the selected turns into one continuous history, following their order in the tray. branch Asking from the tray creat…

在 GitHub 查看完整 README →
Agent/智能体dshdsh-pluginskinagent

分类