RepoJournal
AI Agents

AI Agents

LangChain, OpenHands, Cline, and LlamaIndex - agent frameworks and coding agents

Keep up with AI Agents in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI Agents AI / ML Full archive →

The Wire · Showcase

CLINE'S SEARCH TOOL HAD A MEMORY HOLE THAT CRASHED THE AGENT

By RepoJournal · Filed · About AI Agents

A single-line JSON file could OOM your entire Cline agent, and the fix shipped last night in a string of hotfixes.

Cline pushed a string of four fixes that matter for anyone running the VS Code extension or CLI: first, search_codebase no longer buffers gigabytes of ripgrep stdout into one string, which killed agents on giant single-line trace dumps [1]. Before you get excited about the new default skill catalog in OpenHands , know that Cline also removed per-tool MCP auto-approve checkboxes that were no-ops, so your 'Use MCP servers' toggle is now the only gate [2]. And in a quiet move that could bite you, they disabled the todo tool and hid the Agenda UI in the desktop app while keeping schedule-only tasks , which rewrites how you plan agent runs if you rely on that view. Over in langchain, 1.3.17 shipped with a real improvement: you can now frame custom HITL rejection reasons, which means your human-in-the-loop flows can fail with intent [3], and the Anthropic gateway response metadata finally flows through for tracing [4]. OpenHands fixed the API key leak on cloud by hiding it for their provider [5], and the LLM-switching toggle is now reachable in Agent settings instead of being invisible behind a schema [6].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(core): prevent search_codebase from crashing the process on giant single-line files (#13525) cline/cline
  2. [2] chore(vscode): hide per-tool MCP auto-approve checkboxes behind a flag (#13522) cline/cline
  3. [3] langchain==1.3.17 ↗ langchain-ai/langchain
  4. [4] feat(anthropic): surface gateway response metadata ↗ langchain-ai/langchain
  5. [5] fix: hide API key for OpenHands provider on cloud ↗ OpenHands/OpenHands
  6. [6] feat(settings): expose the LLM-switching toggle in Agent settings ↗ OpenHands/OpenHands

Quick answers

What shipped in AI Agents on August 25, 2026?
A single-line JSON file could OOM your entire Cline agent, and the fix shipped last night in a string of hotfixes. In total, 30 commits, 29 pull requests, and 3 releases landed.
Who contributed to AI Agents on August 25, 2026?
10 developers shipped this update, including github-actions[bot], dependabot, eyurtsev, langchain-oss-model-profiles[bot], ShashwatXD, VascoSch92, tofarr, and georgeglarson, and 2 more.
What were the notable AI Agents updates?
fix(core): prevent search_codebase from crashing the process on giant single-line files (#13525), chore(vscode): hide per-tool MCP auto-approve checkboxes behind a flag (#13522), and langchain==1.3.17.

More from AI Agents

Daily updates, in your inbox

Follow AI Agents

Keep up with AI Agents in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?