dsh-plugins/dsh-thought-buddy1

@dsh-plugin/dsh-thought-buddy

DSH 网页插件:在「Deep diving...」状态前插入动态 GrokBot 风格动画头像或 emoji 轮播

AI 分析

在智能体深度思考时展示趣味动态表情或自定义 emoji。适合想要缓解等待焦虑、为 DSH 界面增添趣味互动元素的个性化用户。

套件
@dsh-plugin/dsh-thought-buddy
版本
0.2.0
授權
NOASSERTION
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-plugins/dsh-thought-buddy

Configuration (localStorage, applied on reload)

KeyDefaultDescription
dsh-thought-buddy.enabled10 disables the plugin
dsh-thought-buddy.modeavataremoji switches to emoji cycling
dsh-thought-buddy.size18avatar size in px (8–64)
dsh-thought-buddy.emojis🤿 🫧 🌊 🐙 🔍 🧠 💭space/comma-separated emoji list (emoji mode)
// console example
localStorage.setItem('dsh-thought-buddy.mode', 'emoji')
localStorage.setItem('dsh-thought-buddy.size', '22')
location.reload()