主要变更
- 支持配置状态码列表进行渠道禁用
- 修复claude code最新版本使用Gemini模型报错的问题
- 渠道测试增加参数覆盖,增加新的内置参数is_channel_test和request_path
What's Changed
- fix: support snake_case fields in GeminiChatGenerationConfig by @deanxv in #2646
- feat: status code auto-disable configuration by @seefs001 in #2647
- fix: chat2response setting ui by @seefs001 in #2643
- fix: clean propertyNames for gemini function by @seefs001 in #2642
- feat: channel testing supports parameter overriding by @seefs001 in #2627
New Contributors
Full Changelog: v0.10.6-alpha.1...v0.10.6-alpha.2