dsh_codex_style_plugin
其他 活跃维护

dsh_codex_style_plugin

CEQ151/dsh_codex_style_plugin

Monorepo架构的插件集合仓库,每个子目录对应一款可独立安装的插件,整体提供Codex风格的扩展能力,插件按功能拆分目录,安装使用流程简洁清晰。

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

dsh_codex_style_plugin

Codex-style plugins for DeepSeek Harness.

This repository is a monorepo. Each directory is one installable DSH plugin.

Plugins

Directory Package Description
dsh_codex-style_plugin dsh_codex-style_plugin Codex-style sources panel + per-turn file-change summary card + left-anchored conversation layout.

Development

Each plugin has its own package.json and can be built independently:

cd dsh_codex-style_plugin
npm install
npm run check
npm test
npm run build
npm pack

Releases

Ready-to-install tarballs are kept under releases/.

npx @deepseek-ai/dsh plugin --profile web add -w releases/dsh_codex-style_plugin-0.3.7.tgz