Skip to content

v0.16.8

Choose a tag to compare

@daltonnyx daltonnyx released this 17 Jun 15:22

Release v0.16.8

✨ New Features

GLM 5.2 Model Support

  • Added GLM 5.2 to all major providers: CommandCode, CrofAI, DeepInfra, Fireworks, and OpenCode Go – a next-generation flagship model for agentic engineering with significantly stronger coding capabilities and long-context reasoning.

CrofAI Provider Updates

  • Added Greg 2 Ultra and Greg 2 Super models (replacing Greg 1 Normal/Super) with updated pricing.
  • Added vision capability to Greg 1 Mini.
  • New GLM 5.2 entry for CrofAI with 262K context window.

Image Generation Overhaul

  • OpenAIImageProvider now supports ChatGPT subscription authentication via Codex OAuth tokens, allowing users to generate images with gpt-image-2 using their ChatGPT subscription (no separate API key required). Run agentcrew chatgpt-auth to enable.
  • GeminiImageProvider now takes higher priority over OpenAI image generation.
  • DeepInfra image generation model updated from FLUX-2-pro to FLUX-2-klein-9b.
  • Provider availability checks now correctly verify the client object rather than just the API key string.

Infrastructure

  • Added ChatGPT-Account-ID header support to OpenAICodexService and image generation, matching Codex CLI behavior for subscription routing.
  • Exposed account_id, is_available(), and get_auth() class methods on OpenAICodexOAuth for broader integration.

🔧 Changes & Fixes

  • OpenCode Go: Removed structured_output from Kimi K2.5, K2.6, Qwen3.5/3.6/3.7 models, MiniMax M3/M2.7/M2.5, and DeepSeek V4 Pro/Flash because this capability is not supported.
  • Setup: Updated image generation warning message to guide users toward ChatGPT subscription auth.