• v1.0.6 2aa4eaf032

    v1.0.6 Stable

    kerem released this 2025-12-17 20:47:33 +03:00 | 161 commits to main since this release

    📅 Originally published on GitHub: Wed, 17 Dec 2025 17:48:27 GMT
    🏷️ Git tag created: Wed, 17 Dec 2025 17:47:33 GMT

    Fixed 400 "Improperly formed request" error from Kiro API when using Cline.

    🐛 Bug Fixes

    • Fixed Cline compatibility issue (#7): Resolved error 400 "Improperly formed request" that occurred when Cline sent tool definitions with:
      • Empty required: [] arrays in JSON Schema
      • additionalProperties: false in JSON Schema
      • Empty description: "" for some tools (e.g., focus_chain)

    Improvements

    • JSON Schema sanitization: Added recursive cleaning of JSON Schema from fields not supported by Kiro API
    • Empty description handling: Tools with empty or whitespace-only descriptions now automatically receive a placeholder to satisfy Kiro API requirements

    Full Changelog: https://github.com/jwadow/kiro-openai-gateway/compare/v1.0.5...v1.0.6

    Downloads