Skip to content

v0.2.2

Choose a tag to compare

@ditfetzt ditfetzt released this 17 Feb 14:51
· 3 commits to main since this release

Fixed

  • Aligned Cline identity/auth headers with current VS Code extension behavior (X-Platform, X-Client-Type, version headers).
  • Improved OAuth code exchange robustness by handling missing provider hints and trying common provider values.
  • Fixed recurring 403 access forbidden by shaping Cline provider user context into the envelope expected by api.cline.bot (<task>, task_progress block, and environment_details block).
  • Rotated X-Task-ID more reliably by re-registering provider before agent start.

Changed

  • Added optional PI_CLINE_API_BASE environment override for controlled API/proxy debugging.
  • Added optional scaffold loading from local debug capture directories for Cline context-shaping parity.

Documentation

  • Added update guidance and 403 troubleshooting steps to README.
  • Updated remote/SSH auth instructions to prefer pasting full callback URL (including provider hint).