What's New
✨ Features
Claude 1M Extended Context Window (PR #311 — @DavyMassoneto)
Use [1m] suffix on Claude model names to activate 1M token context:
claude-sonnet-4-6[1m] → adds Anthropic-Beta: context-1m-2025-08-07
Supported models: claude-opus-4-6, claude-sonnet-4-6, claude-sonnet-4-5, claude-sonnet-4
New Models (PR #326 — @nyatoru)
- Qwen:
coder-model(Qwen3.5) - iFlow:
iflow-rome-30ba3b,qwen3-max,qwen3-vl-plus,kimi-k2-0905,deepseek-v3.2,qwen3-235bvariants - Kimi:
kimi-for-coding
🐛 Bug Fixes
Postinstall Binary Regression (PR #327 — @ardaaltinors, fixes #321)
PR #313's process.exit(1) caused npm to rollback the whole package when rebuild failed. Fixed: copies the already-compiled binary from root node_modules/ instead. New native-binary-compat.mjs reads ELF/Mach-O/PE headers for reliable platform detection. 4/4 Docker environments pass.
English Remote OAuth Guide in README (PR #329, fixes #318)
The remote OAuth server guide existed only in Portuguese — now fully available in English at #oauth-on-a-remote-server.