winditer/dsh-temp-chat1

dsh-temp-chat

DSH 临时聊天插件:页面悬浮一只缓慢游动的半透明 DeepSeek 鲸鱼(官方 favicon 轮廓 + 蓝紫绿渐变),点击打开可拖动/最小化的临时聊天浮窗;默认跟随会话模型,支持插件内单独配置 OpenAI 兼容模型,流式输出、复制、清空。

AI 分析

核心用途是提供一个不写入 DSH 会话历史的临时对话浮窗,支持流式输出与独立模型配置。适合在主任务执行期间,需要临时、快速向 AI 咨询其他零碎问题的用户。

パッケージ
dsh-temp-chat
バージョン
2.2.1
ライセンス
MIT
最終更新
2026/09/09

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:winditer/dsh-temp-chat

ドキュメント

README 全文を読む ↗

Usage

  • Drag the elf to park it anywhere (the drop position is persisted under dsh-temp-chat:orb); click (without dragging) to open the chat window
  • Chat header: model badge · configuration · minimize · 清空 clear
  • Enter sends, Shift+Enter inserts a newline; hover a message and click 📋 to copy
  • Chats are temporary: they are never written to DSH sessions and disappear when the plugin stops or you clear them

Configuration

Open in the chat header:

SettingMeaning
跟随会话默认 (follow)On: use the harness's session-default model automatically. Off: enable the fields below
提供方 (provider)Preset for the OpenAI-compatible base URL
API 地址 / API Key / 模型Base URL, key, and model name for the custom route
reasoningOptional reasoning_effort (high / medium / low) for compatible models

Settings are saved in the browser's localStorage (dsh-temp-chat:cfg) together with chat history, positions and window mode (dsh-temp-chat:chat / dsh-temp-chat:orb / dsh-temp-chat:win / dsh-temp-chat:mode).