mirror of
https://github.com/jwadow/kiro-gateway.git
synced 2026-04-25 01:15:57 +03:00
-
v1.0.6 Stable
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 GMTFixed 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: falsein JSON Schema- Empty
description: ""for some tools (e.g.,focus_chain)
- Empty
⚡ 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixed Cline compatibility issue (#7): Resolved error 400 "Improperly formed request" that occurred when Cline sent tool definitions with: