Keep interactive sessions alive when idle or awaiting approval
Cline CLI v3.0.10 adds Poolside and Gemini 3.5 Flash providers, file:// plugin installs, Telegram bot auto-detection, and fixes for Bedrock auth, idle sessions, and settings caching.
Install plugins from `file://` URLs in addition to npm and git sources. Show Ollama API key note in TUI settings so users know when to provide an API key. Keep interactive sessions alive when idle or awaiting approval instead of treating them as ended, and stop reading message files for every session when `hydrate: false`. Add Poolside as a provider. Add Gemini 3.5 Flash to the Gemini provider model list. Auto-detect Telegram bot username from the bot token so the Telegram connector no longer requires it to be configured separately. Notify connectors when a scheduled execution fails, not just when it succeeds.
Bake OTEL telemetry variables into the CLI at build time so telemetry works in nightly and production builds. Preserve model output token limits from the SDK model catalog so context window math matches the upstream provider. Soften the visual treatment of rejected tool calls in the TUI. Hide the skills tool from the system prompt when skills are disabled, and refresh slash commands after toggling a skill. Restore AWS Bedrock profile-based auth during legacy config migration so profiles set via `awsAuthentication: "profile"` are preserved without `awsUseProfile`. Cache…
- github.comCline: CLI v3.0.10primary