The Wire · Showcase
CLINE FIXES ABORT-WINDOW PROMPT LOSS, CLIPBOARD IMAGES LAND ON DESKTOP
By RepoJournal · Filed · About AI Agents
Cline's core agent now preserves queued prompts when you hit stop, and desktop users can finally paste screenshots directly into the composer.
Cline shipped five fixes across core and desktop that address real friction points in agent workflows [1][2]. The biggest win: pressing stop mid-turn used to silently destroy any prompts you had queued, with no recovery path. Now aborting only halts the in-flight turn while queued prompts survive in the UI, ready to send once you restart [1]. On the desktop side, clipboard image paste now works in the composer textarea, extracting timestamps and routing attachments through the existing file handler [2]. Three more surgical fixes landed: a plugin-sandbox bootstrap selector that stops foreign compiled binaries from hijacking source environments [3], hidden View Changes buttons that no longer ghost on completion rows with nothing to show [4], and diff panel path canonicalization that merges duplicate file entries when sessions switch between relative and absolute paths mid-run [5]. Over on langchain, dependabot bumped h2 twice across library trees to 4.4.1, fixing a performance regression and rejecting duplicate Host headers in HTTP/2 frames [6][7]. OpenHands merged telemetry configuration for Canvas launchers, enabling proper event tracking on the agent server [8][9].
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 Cline to latest if you run queue-heavy workflows with frequent stops cline/cline [plan]
- → Bump h2 to 4.4.1 in langchain deployments to pick up HTTP/2 header handling fix langchain-ai/langchain [plan]
- → Monitor OpenHands agent-server telemetry after Canvas launcher update OpenHands/OpenHands [monitor]
References
- [1] fix(core): full-stop semantics and abort-window queue edits for surviving queues (#13100) cline/cline
- [2] desktop: paste clipboard images into the composer (CLIENTS-78) (#13057) cline/cline
- [3] fix(core): never run a foreign compiled plugin-sandbox bootstrap for a source host ↗ cline/cline
- [4] fix(vscode): hide View Changes on completion rows until there are changes to show ↗ cline/cline
- [5] fix(desktop): canonicalize diff panel paths against the session cwd ↗ cline/cline
- [6] chore: bump h2 from 4.3.0 to 4.4.1 in /libs/langchain ↗ langchain-ai/langchain
- [7] chore: bump h2 from 4.3.0 to 4.4.1 in /libs/langchain_v1 ↗ langchain-ai/langchain
- [8] fix: configure agent-server telemetry in Canvas launchers ↗ OpenHands/OpenHands
- [9] fix: configure agent-server telemetry in Canvas launchers (#16348) OpenHands/OpenHands