feat(deepseek): support v4 models

Add DeepSeek V4 Flash/Pro support, update Pi packages to 0.70.2, and handle disabled thinking/None by stripping replayed reasoning content.
This commit is contained in:
lsdsjy
2026-04-24 23:09:36 +08:00
committed by GitHub
parent 4f4288e3b5
commit 7d1891e6e6
27 changed files with 429 additions and 129 deletions

View File

@@ -4,7 +4,7 @@
"description": "OpenClaw Codex harness and model provider plugin",
"type": "module",
"dependencies": {
"@mariozechner/pi-coding-agent": "0.70.0",
"@mariozechner/pi-coding-agent": "0.70.2",
"ajv": "^8.18.0",
"ws": "^8.20.0",
"zod": "^4.3.6"