xiayuhkust/knowledge-territory--packages-pace-hub1

dsh-plugin-pace-hub

节奏台 — a floating overlay hub for the pace-popups series. A draggable, position-persisted bar mounted on the app-global shell.overlay slot; v1a manages which pace popups (grasp / crosslens / jiyibi) are shown via a shared localStorage flag the popups honor live. Later versions host richer panels (记一笔 ledger browsing + read-only re-read). Zero-build hand-written client; no backend state in v1a.

包名
dsh-plugin-pace-hub
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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.overlay slot (always mounted, click-through, survives route/session changes). Gets the current session id from the injected useSessions(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 a pace-popup:changed event; 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.