All plugins

DSH / BUNDLE / CLIENT-UI

dsh-plugin-followup

v1.5.1MasterZ9286 / dsh-plugin-followup283081168f

InstallableBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI

Overview

dsh-plugin-followup

划词追问:在助手回答里选中文字后右键追问,问答全部留在右侧面板,并从主对话中隐藏。

README / EN

Package documentation

Registry summary

划词追问:在助手回答里选中文字后右键追问,问答全部留在右侧面板,并从主对话中隐藏。

dsh.pub verifies the pinned bundle contract, runtime facts, and distribution semantics. The complete README remains in the source repository.

Read the full README on GitHub

LIMITATIONS

Known limitations

- **隐藏是渲染层的**:会话日志没有任何改动(这正是上下文记忆保留的原因),所以"主对话干净"是视觉上的干净,不是删除记录。 - 面板接管了原生右栏的 `guide`("开始")标签页正文,插件运行期间该页面被替换;禁用/卸载插件即恢复。 - 首次追问会调用 `ctx.layout.openRightbar(true, false)` 让中栏让出轨道;若窗口太窄导致无法保留轨道,则退回浮层模式(此时会覆盖一部分对话)。 - 依赖几个框架级 DOM 约定:`data-slot="conversation.session"`、`data-chat-turn`、`data-composer-input`。上游结构变化时需要同步更新。