dsh-plugins-public
Agent 与会话 活跃维护

dsh-plugins-public

StarPivotNet/dsh-plugins-public

一个可在设置页直接访问的插件市场平台,支持检索安装各类经过兼容性校验的扩展插件,无需手动配置即可一键启用,快速扩展工具原生能力。

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

dsh-plugins-public

Public out-of-tree DeepSeek Harness plugins. One installable plugin per directory under packages/.

Directory Package What it does
packages/plugin-marketplace @starpivot/dsh-plugin-marketplace Settings plugin marketplace
packages/session-import @starpivot/dsh-session-import Import Cursor, Codex, and Claude Code sessions and skills
packages/better-sidebar @starpivot/dsh-better-sidebar VS Code-like right sidebar; collapse stays in the file tree
packages/enter-newline @starpivot/dsh-enter-newline Composer Enter sends or inserts a newline
packages/skill-router @starpivot/dsh-skill-router Two-level skill catalog routing
packages/model-capabilities @starpivot/dsh-model-capabilities Fill missing llm-pi-ai model capability fields
packages/blank-session-gc @starpivot/dsh-blank-session-gc Keep one unused blank conversation
packages/busy-enter-steer @starpivot/dsh-busy-enter-steer Default busy Enter to steer
packages/session-rehome @starpivot/dsh-session-rehome Rehome the current conversation to an existing project
packages/file-drop @starpivot/dsh-file-drop Drop any non-image file as a path; large files stay a brief summary
packages/agent-teams @starpivot/dsh-agent-teams Multi-agent team orchestration

Install

Install the package you want, not this repository root. From a machine that already has dsh:

dsh plugin --profile web add @starpivot/dsh-plugin-marketplace
# or, from git:
dsh plugin --profile web add github:StarPivotNet/dsh-plugins-public#path:packages/plugin-marketplace

A later plugin uses the same shape: packages/<name> plus github:StarPivotNet/dsh-plugins-public#path:packages/<name>.

Develop

pnpm install
pnpm test
pnpm run build

Each package owns its own package.json, tests, and lib/ output. Runtime copies under $DSH_HOME/profiles are disposable; edit the matching folder here and rebuild.