Change8

cli-v3.0.17

Cline
1 feature3 fixesagent

Summary

This release focuses heavily on stability, particularly around the interactive CLI and Hub daemon lifecycle. Key fixes address session recovery in the CLI and prevent premature daemon shutdowns during request abortions. Additionally, the Telegram connector now supports user authorization via a new flag.

New Features

  • Enabled a new --allowed-user-id flag for the Telegram connector to restrict which Telegram users can interact with the agent.

Bug Fixes

  • Fixed an issue where the interactive CLI would get stuck after stopping and restarting Cline Hub and pressing Escape to cancel a request; the CLI now recovers pending messages and starts a fresh session.
  • Resolved race conditions between Ctrl+C and Hub shutdown that caused "hook dispatch failed" and WebSocket connection errors.
  • Fixed the Hub daemon shutting down prematurely when a runtime request was aborted, ensuring the daemon remains active.

Related Documentation

Cline Documentation

Cline cli-v3.0.17 - What's New - Change8