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

dsh-plugin-pace-hub

“节奏台”悬浮控制中心:挂载于全局的拖动条,用于统一管理和开关 grasp / crosslens / jiyibi 等节奏弹窗。

AI 分析

核心用途是作为 pace-popups 系列插件的全局交互入口。适合使用了该系列多个思维工具,需要统一控制开关及浏览历史记录的用户。

包名
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.