claude-code-best/packages/@ant
Askhz 278d5dfb6c fix: 为缺少 required 字段的 object schema 注入空数组以兼容 Qwen
Qwen 校验器要求每个 object schema 必须有 required 字段,缺失时报错
"None is not of type 'array'"。在 sanitizeJsonSchema 中补充处理逻辑,
当 object schema 不含 required 键时自动注入 required: []。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-23 20:23:26 +08:00
..
claude-for-chrome-mcp feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
computer-use-input feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
computer-use-mcp Merge branch 'upstream/main' into main 2026-04-17 17:59:48 +08:00
computer-use-swift fix: 修复类型问题(#267) (#271) 2026-04-16 11:07:01 +08:00
ink chore(branding): replace Claude/Anthropic references with CoStrict in UI strings 2026-04-21 20:13:14 +08:00
model-provider fix: 为缺少 required 字段的 object schema 注入空数组以兼容 Qwen 2026-04-23 20:23:26 +08:00