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]
- Supports `clawgo config set/get/check/reload`
- Strict JSON parsing (unknown fields fail fast)
- Auto rollback on failed hot reload
- Provider interface is now `responses` only
New provider switch (`providers.proxy` / `providers.proxies.<name>`):
- `cross_session_call_id` (bool, default `false`)
- `true`: keep using `call_id` with `function_call_output`
- `false`: do not send `call_id`; pass tool results as plain content (recommended for cross-session/aggregator routing)
---