Cline v0.1.57: Manual Updates & Windows Fixes
Cline v0.1.57 adds manual update checks, fixes Windows agent execution, and speeds up project switching with SDK improvements.
TL;DR
- New
kanban --updatecommand for manual version checks and installs - Fixed Windows agents (Codex, etc.) being incorrectly routed through cmd.exe
- Faster project switching and restored feedback widget with JWT auth
New
- Manual update command —
kanban --updatelets you check for and install updates without waiting for auto-detection
Fixed
- Windows agents like Codex were being launched through cmd.exe even when they're native executables — now they run directly
- Project switching latency reduced
- Feedback widget restored with proper JWT authentication
- Telemetry service configuration for Cline agents corrected
Updated
- Cline SDK 0.0.23 → 0.0.24 — adds reasoning details support and improved JSON Schema handling for tool definitions
Update via: npm install -g cline@latest or check the full changelog
Source: Cline