Edison42
eb00222c4f
fix(kiro): map GPT reasoning effort fields
GPT-5.6 via Kiro needs reasoning.effort while Claude uses output_config.effort.
Resolve the effort path per-model schema (like Kiro CLI/KAS) so GPT-5.6
receives the correct structured thinking level. Claude path unchanged.
- Add resolveKiroEffortPath returning "reasoning" | "output_config" | null
- buildKiroAdditionalModelRequestFields emits schema-specific shape
- Keep prompt tags for backward compatibility
- Add OpenAI/Claude translator coverage for GPT-5.6 effort mapping
2026-07-19 13:53:30 +07:00
..
2026-07-16 11:59:46 +07:00
2026-07-05 17:38:16 +07:00
2026-07-19 13:53:30 +07:00
2026-07-03 15:18:27 +07:00
2026-06-15 18:18:04 +07:00
2026-05-07 23:01:33 +07:00
2026-07-16 15:15:05 +07:00