DSH|dsh-nested-followups|会话树插件:在任意历史回答上分叉出隔离的多级追问分支以避免非主要信息污染主对话 #3487
sluminositys
started this conversation in
Show Your Plugins!
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






Uh oh!
There was an error while loading. Please reload this page.
项目地址 / Project URL:
项目介绍 / Introduction:
DSH 的对话是线性的:任务进行到一半想问一句"刚才那条回答里的这个词是什么意思",
要么把无关问题混进任务上下文(此后每次请求都会携带它),要么fork会话导致更多的
冗杂会话且难以管理。
本插件提供第三种选择——会话树。在网页界面点击 Tree View,把鼠标移到任意一条
历史回答上点 Ask follow-up,追问就会作为一条独立分支向右展开:分支只继承到该回答
为止的内容,主对话完全看不到分支里发生的事。分支可无限嵌套,支持渐进折叠,并可
搜索、聚焦、缩放。
A conversation tree for the DSH web UI: ask a follow-up about any earlier
answer and it opens as an isolated branch that inherits history only up to
that answer. Branches nest without limit; large trees fold progressively.
与 DSH 的集成方式 / How it integrates with DSH:
标准 Cordis 插件,不修改 DSH 本体,兼容未改动的
0.1.0-rc.7/0.1.0-rc.8:All reactions