lastplayer82/dsh-sticky-notes0

@lastplayer82/dsh-sticky-notes

灵感便签 (Sticky Notes) for the dsh web GUI: jot ideas while the agent is thinking — without interrupting it. A dock chip (or the sidebar entry) opens a floating popover panel; notes are auto-persisted (browser localStorage + host file, so nothing is lost across restarts or port changes) and the panel closes on an outside click. One click sends a note (or merges several) into the current conversation — or forwards it into any chosen conversation — through the queue channel: when the target agent is busy the message is queued and processed after the running turn. Destructive clears are guarded by an in-panel confirm.

AI 分析

核心用途是在不打扰 AI 思考的情况下,在悬浮面板中快速记录想法并可随时发送至对话。适合高频与 Agent 交互、需要临时草稿板的用户。安装后需完全重启 DSH 才能生效。

パッケージ
@lastplayer82/dsh-sticky-notes
バージョン
0.2.5
ライセンス
Apache-2.0
最終更新
2026/08/27

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lastplayer82/dsh-sticky-notes

ドキュメント

README 全文を読む ↗

Usage

  1. Click the note button above the input box (or the sidebar entry; the badge = unsent count) to open the floating panel.
  2. Type an idea → 「记下」/ Enter saves and keeps the composer focused (Shift+Enter inserts a line break).
  3. Send to the current chat: single note 「发送到对话」, or 「合并发送」 to merge several (tick to exclude).
  4. Send to another chat: 「转到…」→ pick a session → forwarded through its own queue channel.
  5. Reorder: drag the ⋮⋮ handle (unsent notes only) — merged/forwarded order follows the list.
  6. Edit: click any note's text, edit, click away (auto-saved), ESC cancels.
  7. Sent notes stay in the list marked ✓ and can be cleared (with confirm); 「清空全部」removes everything (with confirm).