picoclaw/pkg/config
uiyzzi a005e5bb70 feat(providers): add extra_body config to inject custom fields into request body
Allow configuring provider-specific fields like reasoning_split for minimax via
the model config's extra_body map. These fields are merged into the request
body last, giving them precedence over default values.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 15:49:25 +08:00
..
config.go feat(providers): add extra_body config to inject custom fields into request body 2026-03-22 15:49:25 +08:00
config_test.go feat(providers): add extra_body config to inject custom fields into request body 2026-03-22 15:49:25 +08:00
defaults.go feat(providers): add extra_body config to inject custom fields into request body 2026-03-22 15:49:25 +08:00
envkeys.go refactor: centralize environment variable key constants (#1730) 2026-03-18 18:03:24 +08:00
migration.go fix(config): model_list inherits api_key/api_base from providers (#1786) 2026-03-19 21:24:46 +08:00
migration_test.go fix(config): model_list inherits api_key/api_base from providers (#1786) 2026-03-19 21:24:46 +08:00
model_config_test.go fix(config): start model round robin from the first match 2026-03-17 21:59:04 +08:00
multikey_test.go feat(config): support multiple API keys for failover (#1707) 2026-03-19 00:57:20 +08:00
version.go feat:Modify the location where version is obtained, and insert version information into the context (#1300) 2026-03-10 17:42:05 +08:00
version_test.go feat:Modify the location where version is obtained, and insert version information into the context (#1300) 2026-03-10 17:42:05 +08:00