dsh-sidebar
界面增强 活跃维护

dsh-sidebar

Skylarking/dsh-sidebar

作为工作台控制台侧边栏插件,支持快速跳转常用功能模块,轻量化集成无需额外配置,操作逻辑贴合开发者使用习惯,运行稳定流畅,适配开发工作台日常使用需求。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
629 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Skylarking/dsh-sidebar
git clone https://github.com/Skylarking/dsh-sidebar.git
git clone git@github.com:Skylarking/dsh-sidebar.git
README.md main

@skylarking/dsh-sidebar

English | 中文

Installable Sidebar plugin for DeepSeek Harness Desktop. One plugin lifecycle mounts the resizable right and bottom docks, the persistent terminal and bounded file Remotes, and their browser views. The bottom dock initially opens a terminal and the right dock initially opens files; either dock can add terminal or file tabs from its plus menu, and switching tabs keeps inactive view state mounted.

Install it from Settings > Plugins > Plugin list > Install local plugin by selecting plugins/dsh-sidebar. The package and installed plugin identity are @skylarking/dsh-sidebar.

The Client package owns the view registration API. Terminal, files, and future external views use the same catalog plus keyed renderers; the dock layout does not import view implementations.

Security and limits

Both built-in views accept only registered Workspace ids. File operations enforce Workspace containment and bounded previews. The terminal starts in the selected Workspace but retains the Host user's filesystem and process authority; Workspace selection is not a sandbox.

Model Experience

None, as Sidebar interactions do not alter prompts, tools, messages, or provider requests.

KV Cache effect

None.

Known Limitations and Deferred Work

  • Terminal output uses bounded polling rather than a streaming Remote subscription.
  • Dock tabs and geometry are transient; closing a dock disposes its mounted view instances.