Merged pull requests: bug fixes and small improvements shipped into AI coding agent tools.
Open-source contributions
- cline/cline: stopped "Generate Git Commit Message" from failing with `No changes in workspace` when the only changes are brand-new untracked files, by diffing each untracked file against an empty one when nothing is staged Aug 2, 2026
- cline/cline: made multi-file edit review trustworthy in the VSCode extension, so each "wants to edit this file" row shows only that file's changes instead of repeating the whole multi-file patch, by splitting an `apply_patch` call into one message per file Jul 30, 2026
- cline/cline: stopped Cline's CLI from spamming a duplicate-key React warning while browsing `/skills`, by giving each repeatable `read_files` row an index-namespaced key, covered by a regression test Jul 26, 2026
- langwatch/scenario: a core feature is safety-checked in CI again, after fixing a stuck `wait=False` test whose mock never signaled end-of-turn so it blew past CI's 60s timeout Jul 19, 2026
- mastra-ai/mastra: stopped the default `mastra api trace list` command from crashing with a 500 for DuckDB users, by adding the missing listTracesLight forwarder and a regression test Jul 7, 2026
- confident-ai/deepeval: stopped developers from hitting a runtime crash when they copied the tool-correctness docs, fixing a nonexistent ToolCallParams.TOOL reference and correcting the flag descriptions Jul 2, 2026
- confident-ai/deepeval: documented why G-Eval broke for some GPT-5 judge models, so developers stop chasing misleading "invalid JSON" errors instead of the real cause: missing log probabilities Jul 2, 2026
- mastra-ai/mastra: kept type checking working for workflow developers writing `dowhile`/`dountil` loops, adding compile-time tests so the #14627 fix can't silently break again Jul 1, 2026
- cline/cline: let users find the experimental Skills feature again by pointing skills.mdx at the real scale-icon Skills tab instead of a removed Settings toggle Jun 26, 2026
- cline/cline: stopped a documentation example from silently steering developers onto a deprecated connection method, correcting the remote MCP example to specify streamable HTTP via its explicit `type` field Jun 24, 2026