refactor(responses): remove chat_completions and wire responses features end-to-end

This commit is contained in:
lpf
2026-03-04 10:25:50 +08:00
parent d42b6a6f10
commit 6c78ef3b1c
14 changed files with 726 additions and 486 deletions

View File

@@ -238,12 +238,8 @@ clawgo uninstall [--purge] [--remove-bin]
- 支持 `clawgo config set/get/check/reload`
- 严格 JSON 解析(未知字段会报错)
- 配置热更新失败自动回滚备份
- Provider 接口已统一为 `responses`
Provider`providers.proxy` / `providers.proxies.<name>`)新增开关:
- `cross_session_call_id`bool默认 `false`
- `true`:沿用 `call_id``function_call_output`
- `false`:不传 `call_id`,改为传递 tool 结果内容(适合跨会话/聚合路由场景)
---