picoclaw/pkg/config
I Putu Eddy Irawan 9c91d66427 Address Copilot review feedback for Kimi/Opencode providers
- Allow APIBase-only config for opencode provider selection (like VLLM)
- Keep moonshot provider on moonshot.cn/v1 default, only use kimi.com/coding/v1 for kimi/kimi-code
- Use url.Parse hostname match for Kimi User-Agent check instead of strings.Contains
- Add opencode to DefaultAPIBase test cases in factory_provider_test.go
- Add opencode migration tests (full config + APIBase-only) in migration_test.go
- Update AllProviders test count to include opencode (18 -> 19)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 09:22:49 +07:00
..
config.go feat: add Kimi/Moonshot and Opencode provider support 2026-03-01 08:48:04 +07:00
config_test.go fix(config): keep empty agents.defaults.model in saved config 2026-02-28 00:18:10 +08:00
defaults.go Merge branch 'refactor/channel-system' into main 2026-02-27 20:04:08 +08:00
migration.go feat: add Kimi/Moonshot and Opencode provider support 2026-03-01 08:48:04 +07:00
migration_test.go Address Copilot review feedback for Kimi/Opencode providers 2026-03-01 09:22:49 +07:00
model_config_test.go fix(providers): support per-model request_timeout in model_list (#733) 2026-02-26 19:08:19 +11:00