Cline v0.1.68: Codex Pre-Trust & SDK Upgrades

Cline v0.1.68 brings pre-trusted Codex hooks to eliminate permission prompts, bumps the SDK to 0.0.38 with new OpenAI providers and per-turn metrics, and fixes signal handling for cleaner process cleanup.

Cline v0.1.68: Codex Pre-Trust & SDK Upgrades

TL;DR

  • Codex hooks now pre-trusted — no more permission prompts when Kanban manages Codex sessions
  • Cline SDK bumped to 0.0.38 with new OpenAI ChatGPT Subscription provider, Ollama API key removal, and per-turn usage metrics
  • Signal handling fixed for cleaner process cleanup

New

  • Codex pre-trusted hooks — Kanban can now manage Codex sessions without triggering permission dialogs, streamlining workflow automation
  • OpenAI ChatGPT Subscription provider — Cline SDK now supports ChatGPT Subscription and v0 providers for broader model access
  • Per-turn usage metrics — Assistant messages now include granular usage tracking per turn for better cost visibility
  • Web fetch enabled by default in act mode — Agents can fetch web content without explicit configuration
  • Ollama API key removal — Ollama integration no longer requires API key setup, reducing friction for local model users

Fixed

  • Signal handling now properly re-raises signals and ignores SIGQUIT for cleaner process termination
  • Message handling and abort fixes across provider request lifecycle

Improved

  • Auto-compaction for provider requests — Reduces overhead in request handling
  • Normalized provider usage costs — Consistent cost calculation across all providers
  • File-based and event-driven automation — Enhanced automation capabilities in Cline SDK

Update: npm install cline@0.1.68 or check the full release on GitHub.

Source: Cline