dsh-codex-community
DeepSeek Harness Codex 社区接入 / Community Codex integration for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yoshino-xiao7/dsh-codex说明文档
阅读完整 README ↗登录与使用
- 打开 设置 → Codex 登录,按页面提示完成 ChatGPT OAuth;
- 在同一页面启用模型;
- 从会话模型选择器中选择 Codex 模型开始使用。
可用命令:
/codex-login status
/codex-login cancel
/codex-login logout
/codex-usage
/codex status
/codex reset
/codex set fast on|off
/codex set transport auto|sse|websocket|websocket-cached
Fast 和传输偏好只保存在当前进程的当前会话中,不会持久化。Fast 请求 priority service tier,但是否可用取决于账号和服务端;失败后不会自动降级重放请求。
更新:
dsh plugin --profile web update dsh-codex-community@0.0.1
dsh web
卸载前请先在 设置 → Codex 登录 中退出,然后执行:
dsh plugin --profile web remove dsh-codex-community
dsh web