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 desktop plugins crash on launch

By RepoJournal · Filed · About AI Agents

Cline's desktop users hit a wall installing marketplace plugins, and the fix is a rewrite of the installer that skips the missing CLI.

Cline shipped a fix for desktop marketplace installs [1] that were failing because packaged apps inherit launchd's minimal PATH on macOS and most users have no cline CLI. The new code installs plugins and MCP servers in-process, eliminating the 'Executable not found in $PATH: "cline"' error. Separately, Cline cut a severe memory leak in hub events [2] where snapshots captured the entire message transcript, ballooning a session to 25GB on a 16GB Mac. The fix stops shipping full transcripts inside broadcast hub events. Also fixed: apply_patch no longer rewrites CRLF files to LF [3], which was blowing up diffs on Windows. Over in llama_index, StructuredLLMRerank gained native async support [4] so concurrent batches actually run in parallel, and the MCP streamable-http client now matches mcp 2.0's 2-tuple API [5]. OpenHands validated API keys before advancing the backend connection step [6], and LangChain refreshed model profiles [7], adding Qwen3.8-27B with 262K context.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(desktop): install marketplace plugins and MCP servers in-process instead of spawning a cline binary ↗ cline/cline
  2. [2] fix(hub): stop shipping full transcripts inside broadcast hub events ↗ cline/cline
  3. [3] fix(tools): preserve a file's own CRLF line endings across apply_patch updates ↗ cline/cline
  4. [4] feat(core): add native async support to StructuredLLMRerank ↗ run-llama/llama_index
  5. [5] fix(tools/mcp): correct streamable-http tuple unpack for mcp 2.0 (#22655) ↗ run-llama/llama_index
  6. [6] fix: validate api key before advancing backend connection step ↗ OpenHands/OpenHands
  7. [7] chore(model-profiles): refresh model profile data ↗ langchain-ai/langchain

Quick answers

What shipped in AI Agents on August 27, 2026?
Cline's desktop users hit a wall installing marketplace plugins, and the fix is a rewrite of the installer that skips the missing CLI. In total, 33 commits, 27 pull requests, and 6 releases landed.
Who contributed to AI Agents on August 27, 2026?
14 developers shipped this update, including langchain-oss-model-profiles, langchain-oss-model-profiles[bot], kodurd, Badar Rahman, JatinJain703, smolpaws, enyst, and VascoSch92, and 6 more.
What were the notable AI Agents updates?
fix(desktop): install marketplace plugins and MCP servers in-process instead of spawning a cline binary, fix(hub): stop shipping full transcripts inside broadcast hub events, and fix(tools): preserve a file's own CRLF line endings across apply_patch updates.

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?