Files
CLIProxyAPIPlus/internal
Darley 5a2cf0d53c fix: prevent merging assistant messages with tool_calls
Adjacent assistant messages where any message contains tool_calls
were being merged by MergeAdjacentMessages, causing tool_calls to
be silently dropped. This led to orphaned tool results that could
not match any toolUse in history, resulting in Kiro API returning
'Improperly formed request.'

Now assistant messages with tool_calls are kept separate during
merge, preserving the tool call chain integrity.
2026-02-12 01:53:40 +08:00
..
2026-02-10 15:43:31 +08:00
2026-02-06 21:04:32 +08:00
2026-02-05 19:51:56 +08:00