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-28
stories 61

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

LANGCHAIN SHIPS FIREWORKS 1.5.2 AS OPENHANDS ABSORBS AGENT-CANVAS CODEBASE

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

LangChain's Fireworks integration hit 1.5.2 while OpenHands executes a full repository migration to consolidate its agent-canvas project, and Cline optimizes desktop performance to lock 60fps under CPU throttle.

LangChain released langchain-fireworks 1.5.2 [1] with automated model profile refreshes now filtering by provider on manual runs [2], cutting noise from single-provider updates that previously mixed unrelated integrations into every bot PR. OpenHands is mid-migration: it cleared its working tree [3] and replayed the complete agent-canvas commit history on top [4], consolidating two repositories while preserving the original as OpenHands/legacy. The UI gained a persistent LLM selector and moved agent-profile switching to the tools menu [5], tested against Claude Code ACP profiles in full stack. Cline shipped a desktop performance overhaul [6] that dropped the Aurora background from ~10fps to a locked 60fps by moving blur computation to gradients and animating only opacity and transform on the compositor, addressing compounding sources of UI jank. The team also cleaned up seven unused OpenTelemetry packages from VS Code [7] and clarified that the auto-update setting governs the CLI, not the app [8].

Action items

References

  1. [1] langchain-fireworks==1.5.2 ↗ langchain-ai/langchain
  2. [2] ci: add provider filter to model profile refresh workflow ↗ langchain-ai/langchain
  3. [3] chore: clear repository for Agent Canvas migration ↗ OpenHands/OpenHands
  4. [4] chore: replay Agent Canvas history ↗ OpenHands/OpenHands
  5. [5] feat: always show the LLM selector; move agent-profile switching to the tools menu ↗ OpenHands/OpenHands
  6. [6] perf(desktop): make the app feel snappy end-to-end (#12568) cline/cline ↗
  7. [7] chore(vscode): remove unused OpenTelemetry dependencies (#12573) cline/cline ↗
  8. [8] Clarify desktop app auto-update setting: it governs the CLI, not the app (#12601) cline/cline ↗

Quick answers

What shipped in Agentic Coding on July 28, 2026?
LangChain's Fireworks integration hit 1.5.2 while OpenHands executes a full repository migration to consolidate its agent-canvas project, and Cline optimizes desktop performance to lock 60fps under CPU throttle. In total, 30 commits, 28 pull requests, and 3 releases landed.
Who contributed to Agentic Coding on July 28, 2026?
10 developers shipped this update, including github-actions[bot], mdrxy, langchain-oss-model-profiles, langchain-oss-model-profiles[bot], hieptl, neubig, malhotra5, and Dominic Cooney, and 2 more.
What were the notable Agentic Coding updates?
langchain-fireworks==1.5.2, ci: add provider filter to model profile refresh workflow, and chore: clear repository for Agent Canvas migration.