Skip to content

V2.6.8

Choose a tag to compare

@NikolaiRadke NikolaiRadke released this 18 May 08:31
· 13 commits to main since this release

V2.6.8

A release focused on process providers

Enhancements

  • Added "CLI Default" model option for Claude Code, Codex CLI and Gemini CLI — omits --model flag so the CLI uses its own default
  • Removed misleading model lists for Mistral Vibe, Groq Code CLI and OpenCode; these providers do not support model selection via CLI parameters

Bugfixes

  • Fixed Codex CLI stdin handling in processProvider.js (options.input was never written to stdin)
  • Fixed handleProcessClose to prioritize stdout over stderr warnings (e.g. Node.js deprecation notices)
    ls