Cline v0.1.64: Multi-line Diffs, File Tree Toggle, Edit Guards

Cline 0.1.64 adds multi-line diff comments with full context, toggleable file tree panels, and prevents accidental task title edits with a pencil icon guard.

Cline v0.1.64: Multi-line Diffs, File Tree Toggle, Edit Guards

TL;DR

  • Multi-line diff comments with Shift+click range selection and full context (file path, line, column)
  • File tree panel in diff views now toggleable
  • Task title editing now requires pencil icon click to prevent accidental changes

New

  • Multi-line diff comments — Shift+click to select a range of lines, then click the line number to open the comment box. Comments now include file path, line number, and column context for better code review clarity.
  • File tree toggle in diffs — The file tree panel in diff views can now be toggled open or closed for a cleaner workspace.

Improved

  • Task title editing protection — Clicking a task card no longer triggers edit mode. You must now click the pencil icon that appears on hover to edit the title, preventing accidental changes.

Update: npm install -g @cline/cli@0.1.64 or pull the latest from GitHub.

Source: Cline