Below you will find pages that utilize the taxonomy term “micahstubbs”
November 25, 2025
GPT 5.x PR Reviewer
Version updated for https://github.com/micahstubbs/ChatGPT-CodeReview to version v2.0.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes Fix gpt-5.1-codex verbosity constraint - The gpt-5.1-codex model only supports verbosity: 'medium'. This release enforces that constraint and logs a warning if users set a different value via VERBOSITY env var. Add getValidVerbosity() helper - Model-specific verbosity validation with proper TypeScript typing Add debug logging - Shows selected verbosity when LOG_LEVEL=debug is set Comprehensive test coverage - 9 new tests covering all verbosity scenarios Safer default - Changed default verbosity from 'low' to 'medium' to prevent API errors across all GPT-5.
November 25, 2025
GPT 5.x PR Reviewer
Version updated for https://github.com/micahstubbs/ChatGPT-CodeReview to version v2.0.4.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes GPT 5.x PR Reviewer v2.0.4 Patch release with copyright update.
Changes Updated copyright to “© 2025 anc95, micahstubbs, and contributors” in all README files Marketplace