Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline SDK v0.0.68 adds getShellInvocation() for UTF-8 PowerShell stdin and improves model catalog display names
$ git clone --branch sdk/sdk/v0.0.68 https://github.com/cline/cline.git # already have the repo? check out this version: $ git checkout sdk/sdk/v0.0.68
- ›Adds getShellInvocation() to replace the now-deprecated getShellArgs(), routing PowerShell commands over UTF-8 stdin so non-ASCII characters survive the active code page and long commands are no longer capped by the Windows command-line length limit; stdin write failures surface as a command error instead of hanging.
- ›Exports finish-reason and auth-error helpers for describing agent errors.
- ›Provider errors forwarded through the Vercel AI Gateway now surface the real upstream message instead of a raw Zod issue dump or
[object Object].
- !getShellArgs() is now deprecated in favour of getShellInvocation(); callers should migrate to avoid relying on the removed behaviour.