Merged
S
Change Breakdown
Maintenance80%
Documentation20%
GitPulse CLI now supports AI provider switching
Version 0.2.0 introduces explicit AI provider selection via the AI_PROTOCOL environment variable, letting developers choose between OpenAI and Anthropic backends.
GitPulse CLI version 0.2.0 is now available, bringing explicit support for switching between AI providers. Developers can set the AI_PROTOCOL environment variable to choose between OpenAI and Anthropic backends — no more reconfiguring or guessing which provider the tool expects. The release also includes a breaking change: when AI_PROTOCOL is set to anthropic, the ANTHROPIC_API_KEY is required. The OPENAI_API_KEY will no longer work as a substitute for Anthropic requests.