Change8

desktop-v0.0.11

Cline
12 features12 fixes11 improvementsbrowsermcpterminaltools

Summary

This release introduces several new features, including the ability to paste images directly into the composer and improved handling of Git repositories and folder content. Bug fixes address issues with diff panel path resolution, failed turns, and startup errors, while performance and UX improvements enhance the overall user experience.

New Features

  • Added the ability to paste images directly from the clipboard into the composer.
  • Introduced adaptive welcome suggestions for folders that are not Git repositories.
  • Enabled manual path entry as a fallback in the folder picker.
  • Ensured that opening an existing session no longer overwrites the previously selected model.
  • Enabled `/team` prompts to run through the core runtime.
  • Improved plugin management by removing empty install directories and centrally managing settings with atomic toggles.
  • Preserved queued prompts across interrupted turns and aborts, surfacing the stop instead of silently dropping the queue.
  • Made session context durable across aborts and hub restarts.
  • Added OAuth authorization prompt for remote SSE MCP servers on a 401 error instead of failing outright.
  • Enabled retries for network interruptions mid-stream before model output.
  • Included untracked files in checkpoint diffs when git is initialized part-way through a session.
  • Scheduled run reports now include execution context such as schedule metadata, durations, and lifecycle error details.

Bug Fixes

  • Fixed git jargon display when opening non-git repos.
  • Fixed folder picker to report failures instead of doing nothing.
  • Fixed diff panel to resolve file paths against the session's working directory for correct diff opening.
  • Fixed failed turns to surface errors in the transcript instead of leaving the chat blank.
  • Fixed a startup script-load error.
  • Fixed webview errors to be attributed to the source URL that caused them.
  • Fixed signing out to be handled as a normal state instead of a command error.
  • Fixed tool output to no longer nest its own scrollbar.
  • Fixed hung MCP servers to no longer prevent session creation.
  • Fixed stdio servers that were never configured from blocking indefinitely.
  • Fixed LiteLLM requests to route through Chat Completions instead of the Responses API.
  • Ensured checkpoints are picked up when git is initialized part-way through a session.

Improvements

  • Welcome suggestions now adapt to the actual content of a folder.
  • Suppressed the browser context menu on app chrome (while keeping it for text fields and selections).
  • Made UI chrome non-selectable text while chat content remains selectable.
  • Prevented inner scrollers from rubber-banding the window.
  • Implemented lazy loading for Settings, Sessions, Onboarding, and Diff panels.
  • Eliminated composer caret flicker on every keystroke.
  • Cached slash commands across menu opens.
  • Enabled Escape key to close the provider/model picker.
  • Improved performance and native feel of the application UI.
  • Provided a 30-second initialize budget for stdio servers that were never configured.
  • Improved handling of queued turns that fail, reporting them as failures.

Related Documentation

Cline Documentation