Summary
The Kilo Cloud review bot is generating invalid URLs that cause a redirect loop in browsers.
Details
When the review bot comments on a PR (e.g., Kilo-Org/kilocode#11084), it includes a link like:
https://app.kilo.ai/cloud-agent-fork/review/<uuid>
Attempting to visit this URL results in:
"The page isn’t redirecting properly. Firefox can’t connect to the server at app.kilo.ai"
Expected Behavior
The URL should route to a valid review page, likely https://app.kilo.ai/cloud/review/<uuid> or a similar valid path, without causing a redirect loop.
Impact
Users cannot click the "Fix these issues in Kilo Cloud" link to automatically start a review fix session, forcing them to manually copy/paste the feedback into a new session.
Summary
The Kilo Cloud review bot is generating invalid URLs that cause a redirect loop in browsers.
Details
When the review bot comments on a PR (e.g., Kilo-Org/kilocode#11084), it includes a link like:
https://app.kilo.ai/cloud-agent-fork/review/<uuid>Attempting to visit this URL results in:
Expected Behavior
The URL should route to a valid review page, likely
https://app.kilo.ai/cloud/review/<uuid>or a similar valid path, without causing a redirect loop.Impact
Users cannot click the "Fix these issues in Kilo Cloud" link to automatically start a review fix session, forcing them to manually copy/paste the feedback into a new session.