1479650473/dsh-todo-panel
1479650473★ 0TypeScript最后同步: 2026-08-16
Persistent to-do panel for DeepSeek Harness: header toggle opens a floating task panel fed by the todos projection
README 摘要
dsh-todo-panel A persistent, toggleable to-do panel for DeepSeek Harness: a conversation-header toggle opens a floating task panel fed by the todos projection, alongside the stock composer strip. The stock conversation.input.dock to-do strip (mounted by @deepseek-ai/dsh-client-ui-conversation ) is left untouched — this plugin only adds the persistent floating view, so both surfaces stay in sync off the same projection. Features - Header toggle — a checklist button in the conversation header ( conversation.session.header.actions ) flips the panel; its pressed state mirrors the panel. - Floating panel — a fixed-position card over the frame-wide shell.overlay slot, with the to-do list, status glyphs, and an open-item count. - Same data, no duplication — the panel reads the todos projection from the current session summary; hidden while closed or while the session carries no to-dos. - Bilingual — zh / en dictionaries on its own todo-panel locale namespace. Requirements - DeepSeek Harness = 0.1.0-rc.6 , with the to-do capability mounted ( @deepseek-ai/dsh-tool-todo registers the todos projection). To-dos are cleared at the start of each turn, per the stock projection semantics. Installa…
在 GitHub 查看完整 README →