Change8

v3.67.0

Cline
5 features7 fixes3 improvementsagentmcpterminaltools

Summary

This release introduces significant configuration flexibility by adding support for skills and file-based agent configurations via the new AgentConfigLoader. Key fixes address stability issues, including a reasoning delta crash and compatibility problems with Gemini 3.1 Pro. Users will also benefit from reduced response latency due to websocket preconnection.

New Features

  • Added support for skills and optional modelId in subagent configuration
  • Introduced AgentConfigLoader for loading agent configurations from files
  • Enabled Responses API support for the OpenAI native provider
  • Added /q command to quit the Command Line Interface (CLI)
  • Added dynamic flag to adjust banner cache duration

Bug Fixes

  • Fixed a crash related to reasoning delta when processing usage-only stream chunks
  • Corrected an issue where OpenAI tool ID transformation was incorrectly restricted to the native provider only
  • Fixed authentication check failure when operating in ACP mode
  • Resolved an issue where the CLI yolo setting was being incorrectly persisted to disk
  • Fixed the inline focus-chain slider to correctly operate within its feature row
  • Ensured compatibility with Gemini 3.1 Pro
  • Corrected authentication issues when using the Cline CLI with the ACP flag

Improvements

  • Preconnected the websocket to reduce response latency
  • Enabled fetching featured models from the backend with a local fallback mechanism
  • Brought Cline's recommended models from an internal endpoint

Related Documentation

Cline Documentation