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:17:08 +07:00
2026-07-03 12:15:58 +07:00
2026-06-14 18:49:38 +07:00
2026-07-08 10:17:47 +07:00
2026-06-06 12:19:59 +07:00
2026-07-07 11:54:07 +07:00
2026-06-06 12:19:59 +07:00
2026-06-06 12:45:32 +07:00
2026-06-06 12:19:59 +07:00
2026-07-05 17:38:16 +07:00
2026-07-19 13:53:30 +07:00
2026-06-06 12:19:59 +07:00
2026-06-06 12:19:59 +07:00
2026-07-10 11:32:11 +07:00
2026-06-13 17:05:42 +07:00
2026-06-14 18:49:38 +07:00
2026-06-13 16:22:00 +07:00
2026-06-06 12:19:59 +07:00
2026-06-17 10:01:30 +07:00
2026-07-16 11:59:46 +07:00