Rou55eau/dsh-feishu-codem ↗★ 0
dsh-feishu-codem
为原生 DeepSeek Harness (DSH) 接入飞书 CodeM 作为模型 Provider,免去 DeepSeek 付费额度
AI 분석
核心用途是接入飞书 CodeM 免费模型额度。适合希望节省 DeepSeek API 费用的 DSH 用户。必要条件是需要定期运行脚本刷新过期的 CodeM 凭证。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Rou55eau/dsh-feishu-codem使用
dsh web # 启动 Web 界面
dsh --profile headless "写一段冒泡排序" # 无头模式
默认模型即 codem-router/auto,走飞书 CodeM 额度。
手动刷新凭证
CodeM accessToken 会过期,过期时重跑:
node scripts/sync-credentials.mjs
DSH 热加载凭证,无需重启。