jinbaozi/deepseek-harness-plugins
Personal deepseek harness plugins
项目介绍Project Overview
这是 DeepSeek Harness 插件 monorepo,当前提供 dsh-llm-pi-ai-oauth,用于 OpenAI Codex/ChatGPT OAuth 登录、令牌刷新及 openai-codex 路由。适合在 DSH Web profile 中需要 Codex OAuth 接入时安装,安装后重启并运行 /login-codex。注意它会替换官方 llm-pi-ai adapter,不能同时注册;凭据需保密。
This is a DeepSeek Harness plugin monorepo. Its current package, dsh-llm-pi-ai-oauth, adds OpenAI Codex/ChatGPT OAuth login, token refresh, and the openai-codex route. Use it when DSH Web needs Codex OAuth access; restart DSH Web after installation and run /login-codex. It replaces the official llm-pi-ai adapter and cannot be registered alongside it; keep OAuth credentials private.
请帮我了解并安装插件:【deepseek-harness-plugins】【https://github.com/jinbaozi/deepseek-harness-plugins】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh.cmd plugin --profile web add dsh-llm-pi-ai-oauth@0.1.0-rc.6.0
把 jinbaozi/deepseek-harness-plugins 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
DeepSeek Harness Plugins
独立开发、测试和发布的 DeepSeek Harness 插件集合。
本仓库是一个 pnpm monorepo;packages/* 下的每个目录都是一个独立发布包。
当前插件
| 包 | 用途 | 兼容性 |
|---|---|---|
dsh-llm-pi-ai-oauth |
OpenAI Codex/ChatGPT OAuth 登录、刷新和 openai-codex 路由 |
DSH 0.1.0-rc.6,pi-ai 0.82.1 |
环境要求
- DeepSeek Harness
0.1.0-rc.6,并启用webprofile; - Node.js
>=22.19.0; - pnpm
10.15.0(推荐通过 Corepack 使用)。
安装
推荐安装 npm 发布包。请根据当前操作系统选择对应命令,并确保 DSH CLI 已加入 PATH。
Windows(PowerShell)
dsh.cmd plugin --profile web add dsh-llm-pi-ai-oauth@0.1.0-rc.6.0
Linux / macOS(Bash/Zsh)
dsh plugin --profile web add dsh-llm-pi-ai-oauth@0.1.0-rc.6.0
安装完成后重启 DSH Web,并在会话中运行:
/login-codex
重要限制
dsh-llm-pi-ai-oauth 是官方 llm-pi-ai adapter 的替换型 fork。它的 Bundle
patch 会禁用官方 adapter,因此不能与官方 adapter 同时注册。
OAuth credential 属于敏感数据。不要提交 $DSH_HOME/.credentials.yaml、.env
或任何 access/refresh token。
开发与验证
在仓库根目录执行以下命令安装依赖并运行完整检查。两类系统的 pnpm 命令相同,但仍按 Shell 分开展示,便于直接复制。
Windows(PowerShell)
corepack pnpm install
corepack pnpm release:check
Linux / macOS(Bash/Zsh)
corepack pnpm install
corepack pnpm release:check
相关文档
dsh-llm-pi-ai-oauth包说明docs/installation.md:安装、迁移和远程部署docs/compatibility.md:版本兼容矩阵和兼容性约定docs/release.md:发布流程
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS