dsh-park-notes
稍后说:在 AI 运行时记下想聊的话题,不打断当前对话,并在合适的时候一键带入输入框草稿
AI 分析
核心用途是提供一个临时想法暂存区,避免打断当前 AI 输出。适合在等待 AI 回复时频繁产生新灵感、需要临时记录并稍后讨论的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kevin-zx/dsh-park-notes说明文档
阅读完整 README ↗Usage / 用法
- Collapsed:
💡 稍后说 (2)— always visible, shows the pending count. / 折叠:常驻条带,显示待聊数量。 - Expanded: the parked list, then a quick-capture input. /
展开:待聊列表 + 快捷记录框。
Enterrecords (IME-safe,Shift+Enternewline),Esccollapses. /Enter记录(支持中文输入法,Shift+Enter换行),Esc收起。- 带入 appends a note to the composer draft (not sent) and removes it from the list; 删除 drops it; 全部带入输入框 does both at once. / 「带入」= 追加到输入框草稿(不发送)并从列表移除;「删除」直接丢弃。
- Data lives in the browser
localStorageper session (keydsh-park-notes:v1:); server restarts don't affect it. Notes written by the pre-renamedsh-idea-notebuild migrate automatically. / 数据存浏览器 localStorage(按会话隔离),服务器重启不影响;旧版dsh-idea-note的便签自动迁移。