Cline v2.8.2-cli: Kanban Version Fix
Cline v2.8.2-cli fixes a caching issue where the CLI could serve outdated kanban versions. Now uses @latest to guarantee fresh releases.
TL;DR
- CLI now uses
kanban@latestto prevent cached versions - Ensures users always get the newest kanban release
Fixed
- Kanban version caching —
npx -y kanbancould serve stale cached versions; now explicitly fetches@latestto guarantee fresh releases
Update with: npm install -g cline@latest
Source: Cline