charrywhite/dsh-sticky-notes: Sticky Notes Plugin for DeepSeek Harness Web Interface

charrywhite/dsh-sticky-notes is a sticky note plugin running within the DeepSeek Harness web interface, licensed under MIT with no third-party runtime dependencies. This plugin is designed to help users record temporary to-do items, requirements, and image materials during the agent development process, while also supporting AI model collaboration. Core features include draggable sticky notes, text to-do management (supporting check-off, editing, deletion), image sticky notes, customizable titles, and 9 skins. Data is instantly saved to the host at ~/.dsh/sticky-notes.json. Regarding AI interaction, the plugin registers two tools: sticky_notes_read and sticky_notes_add, allowing the model to read content or create/append entries, but prohibits modifying or deleting existing ones.

Read More