Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline v3.0.37 adds graceful handling of malformed tool calls and exposes plan/act mode switches to the model.
$ git clone --branch cli-v3.0.37 https://github.com/cline/cline.git # already have the repo? check out this version: $ git checkout cli-v3.0.37
- ›Handles malformed tool calls from weaker models (e.g. DeepSeek) — wrong argument types or truncated JSON — gracefully, running instead of erroring out.
- ›Plan/act mode switches are now visible to the model, so it is aware when you change modes mid-session.