winditer/dsh-elf0

dsh-elf

DSH 小精灵插件:页面悬浮鲸鱼图标,点击打开可拖动/最小化的临时聊天浮窗

AI 分析

核心用途是提供一个不计入正式会话历史的临时聊天浮窗。支持跟随主会话模型或独立配置 OpenAI 兼容接口。适合需要随时进行临时旁路提问、不污染主线记录的用户。

套件
dsh-elf
版本
2.0.0
授權
MIT
最近更新
2026年8月18日

安裝

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

Usage

  • Drag the elf to park it anywhere (the drop position is persisted under dsh-elf: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-elf:cfg) together with chat history, positions and window mode (dsh-elf:chat / dsh-elf:orb / dsh-elf:win / dsh-elf:mode).