v4.0.9

MontFerret/ferretv4.0.9Jul 16, 2026by saoudrizwan

AI Summary

Added GPT-5.6 subscription models and fixed token counting issues for OpenAI-compatible providers. Also addressed loading skills from UTF-8 files with BOM.

Key Highlights

  • Added GPT-5.6 ChatGPT subscription models
  • Fixed token over-reporting from OpenAI-compatible providers
  • Added support for loading skills from UTF-8 files with BOM

New Features

  • GPT-5.6 ChatGPT subscription models
  • Handle cumulative usage snapshots correctly
  • Load skills from UTF-8 with BOM
  • Softened consecutive mistake limit message

Full Release Notes

### Added

- Add GPT-5.6 ChatGPT subscription models.

### Changed

- Soften and shorten the message shown when Cline hits the consecutive mistake limit.

### Fixed

- Handle cumulative usage snapshots from OpenAI-compatible providers so token counts are no longer over-reported.
- Load skills from files saved as UTF-8 with a byte-order mark (BOM).

**Full Changelog**: https://github.com/cline/cline/compare/v4.0.8...v4.0.9

---

_Manually created due to a GitHub API outage — the automated workflow published v4.0.9 to the VS Code Marketplace and Open VSX Registry successfully, but the GitHub API degradation caused its release-creation step to fail afterward._