cli-v3.0.38

searxng/searxngcli-v3.0.38Jul 7, 2026by github-actions[bot]

AI Summary

Updated the CLI interface with a new color scheme, improved chat input styling, and better handling of malformed input.

Key Highlights

  • New plan/act accent palette with blue and amber colors
  • Restyled chat input with minimal frame and accent glyph
  • Enhanced `read_files` to tolerate malformed input from models
  • Models without context windows now default to 128K input-token limit

New Features

  • New accent palette for plan/act modes
  • Restyled chat input and markdown accents
  • Improved malformed input tolerance for `read_files`
  • Default context window for unspecified models

Full Release Notes


- New plan/act accent palette: act mode is now blue (`#79b8ff`) and plan mode amber, replacing the old cyan/yellow — applied across dialogs, the model selector, config, onboarding, markdown, and syntax highlighting, with light-theme variants tuned for contrast
- Restyled chat input: a minimal frame with full-width horizontal rules and a bold accent prompt glyph instead of the tinted background, plus slimmer user-message bubbles
- Assistant markdown accents are now tinted by the mode (plan/act) they were produced in
- Polished the status bar usage display and ClinePass model name
- Harmonized the success/diff green and dark syntax-highlighting colors with the new brand palette
- The thinking-level picker now defaults its cursor to Medium instead of Off
- `read_files` now tolerates malformed input from weaker models: line-range entries (`start_line`/`end_line`) sent as separate array items are coalesced back onto the preceding file path instead of being rejected (from SDK v0.0.58)
- Models in the live catalog that don't report a context window now default to a 128K input-token limit, so under-specified models get a usable context budget (from SDK v0.0.57)

**Full Changelog**: https://github.com/cline/cline/compare/cli-v3.0.37...cli-v3.0.38