Change8

cli-v3.0.56

Cline
4 features9 fixes3 improvementsterminaltools

Summary

This release enhances media generation capabilities, allowing models to produce images directly in conversations and improving how skill slash commands are handled. Several bugs have been fixed, including issues with dialog theming, tool activity display, and command execution.

New Features

  • Added support for image generation models to produce media directly within a conversation turn, with generated files saved to a temporary path for easy access and HTML exports embedding images inline.
  • Introduced skill slash commands that now load via the skills tool, improving message clarity and reducing redundant model instructions.
  • Enabled usage display of billed gateway costs.
  • Refreshed the model catalog with new providers including AMD, Arcee, Echo, Jalapeno, Kosmik, LLM Gateway, RunInfra, and SCNet, along with updated model lists, pricing, and defaults.

Bug Fixes

  • Fixed TUI dialog colors to correctly update live with theme changes.
  • Corrected the account dialog's selection chevron to align with other dialog styles.
  • Resolved an issue where provider-executed tool activity was dropped instead of being displayed as a tool card.
  • Ensured that `PreToolUse` hook `contextModification` is now correctly sent to the model.
  • Fixed `PostToolUse` hooks to properly handle output and `cancel` control.
  • Resolved `run_commands` failures with ENOENT when a structured command had a full command line without arguments.
  • Corrected PowerShell command behavior to fail fast on the first error instead of reporting partial success.
  • Fixed Gemini custom base URLs configured as a host root.
  • Ensured `cline schedule` commands against a remote hub now correctly register a workspace client for authorization under new workspace-scoped rules.

Improvements

  • Image, voice, and other non-chat models are no longer presented in onboarding, model pickers, or ACP listings, and are rejected for `--model` flag.
  • Skill slash commands now display the typed `/command` in history and resume instead of the full skill body.
  • Workflows and zen mode presets continue to expand skill bodies as before.

Related Documentation

Cline Documentation