You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official Anthropic (Claude) requests no longer end after the thinking phase with an empty reply; the output-token budget now has a floor and reasoning effort follows the Codex request tier.
Chat Completions streaming now reports token usage on strict OpenAI-compatible providers.
Changed
Context management now relies solely on Anthropic's official Context Editing and Compaction; the in-house compressor and its user-facing settings were removed, and tool-result governance is fixed internally.
Images are now sent inline as base64 instead of through the Files API, fixing uploads on official OAuth channels.
Added
Homebrew Cask installation and release automation for macOS.