Cline v0.1.49: SDK Bump & Windows Fixes

Cline v0.1.49 ships SDK 0.0.21 with org fetching, Windows fixes, and telemetry improvements. Legacy provider removed.

Cline v0.1.49: SDK Bump & Windows Fixes

TL;DR

  • Cline SDK bumped from 0.0.16 to 0.0.21 with org fetching and type improvements
  • Windows bash tool and home directory fixes
  • OpenAI Compatible provider migration complete, legacy provider removed

New

  • Organization fetching support — SDK now handles org-level data retrieval
  • SDK declaration maps — Better type resolution for improved IDE support and type safety
  • Agent telemetry events — Track agent activity with ID and metadata for debugging and monitoring
  • LoggerTelemetryAdapter export — Node package now exposes telemetry adapter for custom logging integrations

Fixed

  • Windows bash tool — Bash execution now works correctly on Windows systems
  • Home directory handling — Fixed path resolution on Windows

Breaking Changes

  • Legacy provider removed — OpenAI Compatible provider migration complete; update any custom provider configurations to use the new implementation

Update with: npm install cline@0.1.49 or check the full release.

Source: Cline