The Wire · Showcase
CLINE SHIPS V4.1.15 AS TELEMETRY BUGS SURFACE ACROSS THE AGENT STACK
By RepoJournal · Filed · About AI Agents
Cline's long-awaited auto-approve fix landed overnight, but it's the telemetry drop in 4.1.11 that should have you checking your session metrics.
Cline's v4.1.15 release [1] fixes the MCP auto-approve toggle, which previously "appeared to do nothing" unless users had also opted in per-tool, and the same patch is already in the SDK bundle [2][3]. But the telemetry regression is the real story: a fallback that only lived inside shutdownSession silently dropped task.completed events after 4.1.11 re-routed interactive stops through releaseSessionRuntime [4][5]. Across the ecosystem, OpenHands is fixing a Windows desktop install where the bundled npm shims point at missing node_modules [6], and its cloud provider picker now follows next_page_id, surfacing all 135 providers past the default page size [7]. The working-dir fix for remote VM backends [8] and the new Linux desktop installer build [9] round out OpenHands' push. Langchain refreshed model profiles with 6 added and 2 removed across 4 providers, including the deepseek-v4-flash-vision-exp [10], and added Corridor agent instructions requiring a mandatory analyzePlan step before code changes [11].
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
- → Upgrade Cline to v4.1.15 to restore MCP auto-approve behavior cline/cline [immediate]
- → Review your Cline telemetry dashboards for missing task.completed events on 4.1.11 cline/cline [monitor]
- → If you hit MODULE_NOT_FOUND on Windows npx, apply OpenHands #16381 OpenHands/OpenHands [monitor]
- → Note the new Corridor analyzePlan requirement in AGENTS.md for LangChain contributions langchain-ai/langchain [plan]
References
- [1] v4.1.15 ↗ cline/cline
- [2] fix(vscode): auto-approve all MCP tool calls when the MCP toggle is on ↗ cline/cline
- [3] fix(vscode): auto-approve all MCP tool calls when the MCP toggle is on (#13498) cline/cline
- [4] fix(telemetry): emit task.completed from every session teardown path ↗ cline/cline
- [5] fix(telemetry): emit task.completed from every session teardown path (#13489) cline/cline
- [6] fix(desktop): ship the bundled Node's npm on Windows ↗ OpenHands/OpenHands
- [7] fix(providers): follow next_page_id so cloud picks surface past the default page size ↗ OpenHands/OpenHands
- [8] fix(agent-canvas): scope baked working_dir to the default-local backend ↗ OpenHands/OpenHands
- [9] feat: add linux desktop installer build (CI + deb maintainer fix) ↗ OpenHands/OpenHands
- [10] chore(model-profiles): refresh model profile data ↗ langchain-ai/langchain
- [11] docs: add Corridor agent instructions (#39839) langchain-ai/langchain