Features
- 1M context toggle — Per-workspace setting to enable/disable 1M context window for Opus 4.6. Disable to conserve usage limits. (Settings → Workspace → Advanced)
Improvements
- Custom endpoint context window — Custom endpoint models can now specify
contextWindowin their model config, instead of being hardcoded to 128K. (Partially addresses #448)
Bug Fixes
- Bedrock setup form — Fixed Bedrock connection setup failing with "Please enter a valid API key" when using the Pi API Key flow. The Pi model tier dropdowns were intercepting the submit before it reached the Bedrock handler. (Fixes #451)
- Sonnet 1M context — Removed
[1m]suffix from Sonnet 4.6 which is not yet supported, preventing potential rate limit issues. (Fixes #453) - Model name truncation — Fixed custom endpoint model names (e.g.,
gpt-5.4) displaying as just "Gpt" in dropdowns. Version numbers are now preserved. (Fixes #444)