Technology·Stockholm ·
Aido 1.4.2 restores compatibility with the latest Claude models
A patch release makes the sampling temperature opt-in, so the AI code-review tool's Claude commands work again on Anthropic's newest models, which no longer accept that parameter.
Aido, the open-source multi-provider AI assistant for GitHub code review, has released version 1.4.2. The patch restores compatibility with Anthropic's latest Claude models.
Aido lets a team run review, summary, explanation, documentation, test, and triage commands on pull requests and issues, using Gemini, ChatGPT, or Claude, entirely inside their own GitHub Actions.
Working with the newest Claude models again
Anthropic's most recent Claude models no longer accept a sampling temperature and reject the parameter with an error. Aido previously set a fixed temperature on every Claude request, which caused all of its Claude commands to fail on those models. Version 1.4.2 makes the temperature opt-in, sent only when a team explicitly configures it, matching how Aido already handled the Gemini provider. Aido's Claude commands now work out of the box on the latest models, and older Claude models are unaffected.
Version 1.4.2 is available now on GitHub. Remote installs on the moving version-one tag receive the fix automatically; pinned installs upgrade by bumping the tag.
More press releases
One pull request, three AI reviewers: how Claude, ChatGPT, and Gemini review the same code
A public demonstration from Aido runs the same flawed pull request through Claude, ChatGPT, and Gemini with identical instructions, showing where the models agree, where they differ, and why a second reviewer catches what the first misses.
Aido hardens its AI code-review Action against supply-chain and prompt-injection risks
A run of releases, 1.6.2 to 1.6.6, pins the tool's dependencies, closes shell and checkout injection paths, adds a prompt-injection guardrail, and documents a security posture for teams that run it on their own repositories.
Aido now supports any OpenAI-compatible model and adds a weekly digest of merged pull requests
Versions 1.5.0 and 1.6.0 of the open-source, multi-provider AI code-review tool for GitHub let teams point it at any OpenAI-compatible endpoint, including DeepSeek, Kimi, Grok, Mistral, OpenRouter, and self-hosted gateways, and add a scheduled summary of the pull requests merged each week.