RepoJournal
AI Agents AI Agents
38 wires and counting

$ 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

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good morning, this isn't your newsletter.

One email a day. Unsubscribe in one click.

$ status

wire 2026-08-29
stories 19

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Langchain ships MCP adapter, Cline fixes telemetry and CVEs

By RepoJournal · Filed · About AI Agents

Langchain released a first-party MCP adapter, Cline patched four CVEs and fixed telemetry in minified builds, and OpenHands added a runtime telemetry opt-out.

Langchain released langchain==1.4.0a2, an alpha preview that turns any MCP server into LangChain tools via `MCPAdapter` [1]. The adapter builds on FastMCP's client, so transport is inferred and connection handling inherits FastMCP's features. Install with `pip install "langchain[mcp]==1.4.0a2"`. Cline fixed a bug where Langfuse tracer detection always returned false in minified release builds, breaking telemetry in production CLI sessions [2]. The pin was the constructor-name guard in `initializeLangfuseTelemetry`, which fails after minification. Cline also bumped dependencies to address four CVEs in mermaid, all from a single upstream PR patched in 11.16.1 [3]. The sweep covers four packages across the bun workspace and npm-managed subprojects. Cline now loads the live model catalog for both `cline` and `cline-pass`, so the Cline provider can surface newly published models [4], and regenerated its built-in model list so the gateway correctly routes GLM as reasoning-capable [5]. OpenHands added a `--disable-telemetry` runtime flag for the self-hosted canvas, letting deployments opt out without rebuilding with `VITE_DO_NOT_TRACK` [6]. A chat fix re-derives the active profile stamp from event history on reload, with 64/64 tests passing [7].

Action items

References

  1. [1] langchain==1.4.0a2 ↗ langchain-ai/langchain
  2. [2] fix(llms): make Langfuse tracer detection survive minified release builds ↗ cline/cline
  3. [3] Chore/bump undici mermaid ↗ cline/cline
  4. [4] fix(llms): Cline provider models from the live catalog ↗ cline/cline
  5. [5] chore(llms): built-in model list update 1787907289186 ↗ cline/cline
  6. [6] fix: Add --disable-telemetry runtime flag for self-hosted canvas ↗ OpenHands/OpenHands
  7. [7] fix(chat): re-derive active profile stamp from event history on reload ↗ OpenHands/OpenHands

Quick answers

What shipped in AI Agents on August 29, 2026?
Langchain released a first-party MCP adapter, Cline patched four CVEs and fixed telemetry in minified builds, and OpenHands added a runtime telemetry opt-out. In total, 9 commits, 9 pull requests, and 1 releases landed.
Who contributed to AI Agents on August 29, 2026?
7 developers shipped this update, including github-actions[bot], lilagrc, georgeglarson, malhotra5, abeatrix, TheRealSpencer, and johnwschoi.
What were the notable AI Agents updates?
langchain==1.4.0a2, fix(llms): make Langfuse tracer detection survive minified release builds, and Chore/bump undici mermaid.