fix(task): canonicalize attempt_completion result parameter (#9262)

This commit is contained in:
Robin Newhouse
2026-02-12 00:37:27 -06:00
committed by GitHub
parent 024bb65443
commit d3918dd7df
3 changed files with 73 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"cline": patch
---
Canonicalize `attempt_completion` tool args by mapping `response` to `result` in the central tool executor to prevent intermittent missing-parameter retries with native parallel tool calling.