The Wire · Showcase
OpenHands ships Git Sync UI as LangChain rides the gateway wave
By RepoJournal · Filed · About AI Agents
OpenHands finally put a face on its git sync automation, while LangChain's latest release pack quietly re-tools how agents talk to OpenAI.
OpenHands is rolling out a proper Git Sync page at /automations/git-sync [1], giving users a UI to configure repo, branch, path, and sync interval and, crucially, to see whether a sync actually worked. That lands alongside a fix that stops silent agent profile downgrades when profile discovery fails [2], and a cloud-backend fix that makes the Files tab show the full workspace tree instead of an empty list on fresh clones [3]. Over on LangChain, the new langchain-openai 1.5.2a1 [4] extracts gateway metadata from response headers [5], and langchain-core 1.5.6 folds that same gateway metadata into traces [6], so expect richer observability across the board. Cline's desktop app gets a transcript-trimming fix on checkpoint restore [7] and a beta channel identity [8], while the VS Code extension finally continues the surviving session on resume instead of re-running completed commands [9]. The refresh_model_profiles workflow added 3 model profiles and changed 9 more [10], and a one-word typo fix in LangChain's README [11] rounds out a busy 24 hours across 32 commits and 32 PRs.
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
- → Review Cline's resume-session fix if you use queued follow-up turns and Stop/Resume cline/cline [immediate]
- → Update langchain-openai to 1.5.2a1 to pick up gateway metadata extraction for tracing langchain-ai/langchain [plan]
- → Try out OpenHands' new Git Sync UI to manage automation mirroring OpenHands/OpenHands [monitor]
References
- [1] feat(automations): add a Git Sync page ↗ OpenHands/OpenHands
- [2] fix: prevent silent agent profile downgrade ↗ OpenHands/OpenHands
- [3] fix: show full workspace file tree in Files tab on cloud backends (OHE-3053) ↗ OpenHands/OpenHands
- [4] langchain-openai==1.5.2a1 ↗ langchain-ai/langchain
- [5] feat(openai): extract gateway metadata from response headers when available ↗ langchain-ai/langchain
- [6] langchain-core==1.5.6 ↗ langchain-ai/langchain
- [7] fix(desktop): trim the persisted transcript on checkpoint restore ↗ cline/cline
- [8] feat(desktop): show beta channel identity in the app ↗ cline/cline
- [9] fix(vscode): continue the surviving session on resume instead of rebuilding with the original task text ↗ cline/cline
- [10] chore(model-profiles): refresh model profile data (#39692) langchain-ai/langchain
- [11] fix: typo (#39684) langchain-ai/langchain