Fixed authentication for project rules and GitHub App reviews
Sep 08, 2026 fixImproved review reliability
We fixed a timeout issue that could occur during repository initialization and improved a few rare edge cases where reviews could fail unexpectedly.
Fixed: authentication for project rules
The fr-agent project rules command no longer returns a 403 error when
the user is not authenticated. It now redirects to the login flow instead.
Fixed: GitHub App review authentication
Agent-triggered reviews on GitHub repositories now correctly inject the namespace administrator's GitHub App installation ID, fixing clone authentication failures for organization-owned repositories.