Summary
This release consolidates version 1.1.0 and expands workflows with Git and pull requests, including remote PR review, suggestion of resolved reviewers for GitHub logins, publishing, tracking of existing PRs, and merging with success and failure states. It also adds secure patch correction with rollback, changelog generation, interactive configuration, installation wizard, support for multiple SCM providers, and MCP integration for editors. Internationalization has been expanded with translations, key adjustments, and text normalization, while metrics, telemetry, and export features offer greater visibility into usage, lint, blame, and hooks. There are security and stability improvements, such as prevention of injection into linters, limitation of network and DNS timeouts, correction of MCP server crashes, and more robust handling of files and append errors. Finally, the technical documentation has been updated, and the distribution now requires updates via PyPI, without binary release, in addition to cache cleanup and packaging adjustments.
Funcionalidades
- add review-pr command to review remote pull requests (a8a7770)
- add gitpr fix subcommand with safe patch apply and rollback (f4d5186)
What's Changed
- feat: add gitpr fix subcommand with safe patch apply and rollback by @natanfiuza in #168
- chore: remove pip and pypa caches committed by mistake by @natanfiuza in #169
- docs: update technical documentation by @natanfiuza in #170
- feat: resolve reviewer identities to forge logins before attaching by @natanfiuza in #172
- feat: add review-pr command to review open pull requests by @natanfiuza in #174
Full Changelog: v1.1.0...v1.2.0