Fix SDK generator issues found in release reviews#1670
Conversation
Greptile SummaryThis PR addresses a batch of SDK generator correctness issues identified during 16 SDK release reviews. It consistently prepends
Confidence Score: 5/5Safe to merge — all changes are targeted bug fixes with accompanying test fixture updates and no new logic paths that could regress existing behaviour. Every template change is a direct, narrow correction (add Bearer prefix, add null guard, fix optional condition). The Python params fix removes an erroneous double condition; the Kotlin generator correctly drops the redundant ?: null suffix; the Unity impersonation key normalisation is consistent with the lowercase convention used everywhere else in that template. Test coverage was extended in lockstep with the spec additions. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "fix: decode optional Kotlin model proper..." | Re-trigger Greptile |
Summary
Test plan
composer lintvendor/bin/phpunit --testsuite Unit(33 tests, 124 assertions)composer refactor:checkcomposer lint-twig