Change8

cli-v3.0.25

Cline
2 features6 fixes4 improvementsagentmcpterminaltools

Summary

This release introduces ClinePass model support and enhanced MCP server integration for plugins. Key improvements include better handling of large file reads and capped tool output to manage context limits, alongside several fixes for patching, command execution, and search tools.

New Features

  • Added ClinePass support, with selectable ClinePass models available in the model picker
  • Added MCP server support to plugins, including authorizing plugin MCP OAuth during installation

Bug Fixes

  • Fixed apply_patch to fail correctly when a hunk is skipped
  • Fixed run_commands to return captured stdout on failure and correctly handle split heredocs
  • Fixed search tools to treat zero results as a successful operation
  • Fixed disabled-reasoning handling specifically for StepFun flash operations
  • Fixed history resume rendering isolation issues
  • Fixed incorrect Cline OAuth token formatting within the provider configuration

Improvements

  • Made model picker sections expandable for better organization
  • Encouraged parallel tool calls to achieve faster task execution
  • Capped tool output for bash commands and file reads to ensure large outputs remain within context limits
  • Allowed ranged reads when accessing large files

Related Documentation

Cline Documentation