dsh-think-window
Limit the expanded thinking block to a bounded scroll window in the DSH web conversation.
AI 分析
核心用途是限制大模型深度思考(Thinking)内容展开后的高度,避免长文本撑开页面。适合希望保持聊天界面整洁、减少滚动操作的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:azazo1/dsh-think-windowドキュメント
README 全文を読む ↗配置
cordis.patch.yml 行配置与 Settings 命名空间 dsh-think-window 共用:
| 键 | 默认 | 说明 |
|---|---|---|
lines | 10 | 展开后的窗口高度 (行). 0 关闭限高 |