mirror of
https://github.com/jwadow/kiro-gateway.git
synced 2026-04-25 01:15:57 +03:00
[GH-ISSUE #64] BUG: API error calling from codex App #45
Labels
No labels
bug
bug
enhancement
enhancement
fixed
fixed
invalid
needs-info
needs-testing
pull-request
question
upstream
wontfix
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kiro-gateway-jwadow#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @walleXD on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/jwadow/kiro-gateway/issues/64
Kiro Gateway Version
latest
What happened?
Getting Improperly formed request while calling from Codex App:
Debug Logs attached
Debug Logs
debug_logs.zip
@jwadow commented on GitHub (Feb 3, 2026):
Hey @walleXD, fixed the issue.
The gateway now handles the
developerrole properly by converting it to a user message internally. Your requests should work now without any "Improperly formed request" errors.Give it a try and let me know if you run into any issues.
@walleXD commented on GitHub (Feb 3, 2026):
Thanks a lot @jwadow! Will test on my end and report back if there's any issue