v3.67.1
ClineSummary
This release introduces significant new capabilities with the addition of the Cline SDK API for custom application integration and support for the new Codex 5.3 model. Several key bugs were resolved, including a fix related to OpenAI Codex configuration and improved accuracy in path checking.
New Features
- Added Cline SDK API interface for programmatic access to Cline features and tools, enabling integration into custom applications.
- Added support for the Codex 5.3 model.
Bug Fixes
- Fixed an issue with OpenAI Codex by ensuring the `store` parameter is set to `false`.
- Corrected path containment checks by using `isLocatedInPath()` instead of unreliable string matching.