The Wire · Showcase
LANGCHAIN SHIPS FIREWORKS 1.5.2 AS OPENHANDS ABSORBS AGENT-CANVAS CODEBASE
By RepoJournal · Filed · About AI Agents
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].
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Update to langchain-fireworks 1.5.2 if using Fireworks integration langchain-ai/langchain [plan]
- → Monitor OpenHands migration completion; repository structure has changed OpenHands/OpenHands [monitor]
- → Upgrade Cline desktop if experiencing UI lag; performance fix is live cline/cline [plan]
References
- [1] langchain-fireworks==1.5.2 ↗ langchain-ai/langchain
- [2] ci: add provider filter to model profile refresh workflow ↗ langchain-ai/langchain
- [3] chore: clear repository for Agent Canvas migration ↗ OpenHands/OpenHands
- [4] chore: replay Agent Canvas history ↗ OpenHands/OpenHands
- [5] feat: always show the LLM selector; move agent-profile switching to the tools menu ↗ OpenHands/OpenHands
- [6] perf(desktop): make the app feel snappy end-to-end (#12568) cline/cline
- [7] chore(vscode): remove unused OpenTelemetry dependencies (#12573) cline/cline
- [8] Clarify desktop app auto-update setting: it governs the CLI, not the app (#12601) cline/cline