mirror of
https://github.com/Quorinex/Kiro-Go.git
synced 2026-04-25 07:15:50 +03:00
[PR #22] [CLOSED] fix: reduce proxy-induced continuation bias in translated turns #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Kiro-Go#17
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?
📋 Pull Request Information
Original PR: https://github.com/Quorinex/Kiro-Go/pull/22
Author: @edxeth
Created: 2/24/2026
Status: ❌ Closed
Base:
main← Head:fix/proxy-continuation-bias📝 Commits (1)
c7e7d9cfix: reduce proxy-induced continuation bias in translated turns📊 Changes
4 files changed (+231 additions, -31 deletions)
View changed files
📝
proxy/handler.go(+79 -0)📝
proxy/handler_test.go(+50 -0)📝
proxy/translator.go(+36 -29)📝
proxy/translator_test.go(+66 -2)📄 Description
Summary
/v1/messagesand/v1/chat/completionsto reject assistant-prefill final turns and empty user-context payloads early.Tool results:), and add regression tests for synthetic-anchor ID behavior and validator coverage.Verification
go test ./...go build ./...🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.