QlzqQlzq / dsh-dual-agent-presets

已收录

General-purpose and coding-focused Agent Presets for DeepSeek Harness

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:QlzqQlzq/dsh-dual-agent-presets

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 46c4cbf同步于 2026年8月18日

dsh-dual-agent-presets

Two selectable Agent Presets for DeepSeek Harness:

  • General Agent (general-agent): research, file handling, planning, and personal productivity without exposing a raw shell tool by default.
  • Coding Pro (coding-pro): repository-first coding with filesystem, shell, planning, delegation, workflow, and verification tools.

Install

dsh plugin --profile web add github:QlzqQlzq/dsh-dual-agent-presets

Restart the Web profile, then select the preset when creating a session.

The plugin installs its managed preset directories under $DSH_HOME/.agent-presets (normally ~/.dsh/.agent-presets). It never overwrites a same-named directory unless that directory carries this package's ownership marker.

Remove

dsh plugin --profile web remove dsh-dual-agent-presets

Harness currently has no package-owned preset-root extension point, so removing the bundle does not delete the two deployed preset directories. Remove general-agent and coding-pro from Agent Presets settings if you no longer need them.

License

MIT. The preset compositions are derived from DeepSeek Harness's MIT-licensed standard preset; see the repository history and license notice.

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月15日 12:50

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。