RepoJournal
Agentic Coding Agentic Coding
60 wires and counting

$ follow Agentic Coding

Keep up with Agentic Coding in about 3 minutes: 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 read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-29
stories 119

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

LANGCHAIN CORES SHIP, ANTHROPIC THINKING BLOCKS FIXED, OPENHANDS TIGHTENS WEBSOCKET AUTH

By RepoJournal · Filed · About Agentic Coding · Composed from the cited sources · methodology

LangChain released two core packages with critical fixes for streaming stability and environment variable handling, while OpenHands closed a security gap that left WebSocket connections unprotected.

LangChain pushed langchain-core 1.5.2 and langchain-anthropic 1.5.3 in rapid succession [1] [2], both addressing production friction. The anthropic release fixes a 400-error plague: streamed signature_delta chunks from empty adaptive-thinking blocks were silently dropping the required thinking key, causing replay failures on agent handoffs [3]. Core 1.5.2 patches environment variable handling for gateway URLs, closing a silent routing bug [4]. Over on OpenHands, a critical security fix [5] tightens WebSocket authentication outside URL-protected routes, plugging a gap that could expose agent connections to sidecar attacks. The team also shipped persistent agent memory toggles [6] and improved Cloud backend tracking with session deduplication [7]. Cline fixed a silent regional endpoint bug affecting Qwen, Moonshot, and Z AI users [8], where China-line toggles persisted but never actually routed requests to the correct hosts. A separate Cline fix restores conversation history during mid-turn mode switches [9], preventing the agent from forgetting context when toggling between Plan and Act modes. LlamaIndex improved OpenTelemetry span ID handling [10] and added telemetry to the Couchbase integration [11].

Action items

References

  1. [1] langchain-core==1.5.2 ↗ langchain-ai/langchain
  2. [2] langchain-anthropic==1.5.3 ↗ langchain-ai/langchain
  3. [3] fix(anthropic): preserve empty thinking field in signature_delta streaming ↗ langchain-ai/langchain
  4. [4] fix(core): handle empty string in gateway env vars (#39107) ↗ langchain-ai/langchain
  5. [5] fix(security): authenticate WebSockets outside URLs (#16095) ↗ OpenHands/OpenHands
  6. [6] feat: add persistent agent memory toggle ↗ OpenHands/OpenHands
  7. [7] fix: Track cookie-auth Cloud backend connections ↗ OpenHands/OpenHands
  8. [8] Fix ignored China/international endpoint toggles for Qwen, Moonshot, Z AI (ENG-2340) ↗ cline/cline
  9. [9] fix(core): expose live in-memory session messages for mode-switch rebuilds ↗ cline/cline
  10. [10] fix: improve otel span ID handling ↗ run-llama/llama_index
  11. [11] Add telemetry ↗ run-llama/llama_index

Quick answers

What shipped in Agentic Coding on July 29, 2026?
LangChain released two core packages with critical fixes for streaming stability and environment variable handling, while OpenHands closed a security gap that left WebSocket connections unprotected. In total, 57 commits, 55 pull requests, and 7 releases landed.
Who contributed to Agentic Coding on July 29, 2026?
13 developers shipped this update, including github-actions[bot], langchain-oss-model-profiles[bot], Functionhx, ccurme, simonrosenberg, Vasco Schiavo, hieptl, and malhotra5, and 5 more.
What were the notable Agentic Coding updates?
langchain-core==1.5.2, langchain-anthropic==1.5.3, and fix(anthropic): preserve empty thinking field in signature_delta streaming.