dsh-plugin-authoring-guide
安全与治理 活跃维护

dsh-plugin-authoring-guide

kittimzhe/dsh-plugin-authoring-guide

中英双语大模型插件开发实战指南,附带可运行的真实代码示例,汇总dsh-session-export、dsh-session-recall项目的常见踩坑点与落地最佳实践。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
Other
主要语言
MIT
开源协议
16 KB
仓库大小
20 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:kittimzhe/dsh-plugin-authoring-guide
git clone https://github.com/kittimzhe/dsh-plugin-authoring-guide.git
git clone git@github.com:kittimzhe/dsh-plugin-authoring-guide.git
README.md main

Building a DeepSeek Harness Plugin from Zero · 手把手造一个 DSH 插件

A hands-on guide to authoring a DeepSeek Harness plugin, written after shipping two published plugins. Every line of code is real; every pitfall is one the author actually hit.

一篇 DeepSeek Harness 插件实战手册,源自两个已发布插件的踩坑复盘。所有代码逐字真实,所有坑都真掉进去过。

Guides · 阅读指南

Language Link
English dsh-plugin-authoring.en.md
中文 dsh-plugin-authoring.md

Reference plugins · 参考实现

  • dsh-session-exportctx.commands 命令注册、会话读写、Markdown/JSON 渲染、原子写文件
  • dsh-session-recallctx.tools 工具注册、defineTool 完整四面、授权过滤、cordis.patch.yml 覆盖官方默认

License

MIT