xiayuhkust/knowledge-territory--packages-pace-hub ↗★ 1
dsh-plugin-pace-hub
“节奏台”悬浮控制中心:挂载于全局的拖动条,用于统一管理和开关 grasp / crosslens / jiyibi 等节奏弹窗。
AI 分析
核心用途是作为 pace-popups 系列插件的全局交互入口。适合使用了该系列多个思维工具,需要统一控制开关及浏览历史记录的用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗dsh-plugin-pace-hub
Part of dsh-pace-popups. The floating bar for the suite, for the DeepSeek Harness (dsh) web UI.
A small draggable bar that sits over the whole app (like an IME floating strip). It hosts the suite's user-driven tools and toggles each popup on or off. Collapsed it is a handle; drag to move (position persists), click to open.
- Mount: the app-global
shell.overlayslot (always mounted, click-through, survives route/session changes). Gets the current session id from the injecteduseSessions(s => s.current)prop. - Tabs: 🎲 cross-discipline draw · ✍ 记一笔 (mark + browse: by time / by session, and re-read a note's snapshotted Q&A) · ⚙ on/off toggles.
- Toggles: write a shared
pace-popup:enabled:localStorage flag and broadcast apace-popup:changedevent; each popup honors it live (renders null when off), no reload.
Zero-build hand-written client. Calls the other plugins' existing RPC channels directly; adds no backend state of its own.