dsh-plugins/dsh-thought-buddy ↗★ 1
@dsh-plugin/dsh-thought-buddy
DSH 网页插件:在「Deep diving...」状态前插入动态 GrokBot 风格动画头像或 emoji 轮播
AI 分析
在智能体深度思考时展示趣味动态表情或自定义 emoji。适合想要缓解等待焦虑、为 DSH 界面增添趣味互动元素的个性化用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-plugins/dsh-thought-buddy說明文件
閱讀完整 README ↗Configuration (localStorage, applied on reload)
| Key | Default | Description |
|---|---|---|
dsh-thought-buddy.enabled | 1 | 0 disables the plugin |
dsh-thought-buddy.mode | avatar | emoji switches to emoji cycling |
dsh-thought-buddy.size | 18 | avatar 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()