[BUG] /code-review --fix reports unavailable ReportFindings tool

Status Open
Reported on v2.1.247
Maintainer reply None cached
Activity 0 comments · opened Aug 27, 2026

Preflight Checklist

  • [x] I have searched existing issues and this exact /code-review --fix behavior has not been reported yet
  • [x] This is a single bug report
  • [x] I am using the latest version of Claude Code

What's Wrong?

Running /code-review --fix consistently reports that ReportFindings is unavailable and falls back to an inline report:

I have the full picture. Let me load the reporting tool. ReportFindings isn't available in this session, so I'll report inline and apply the fixes.

The built-in review-and-fix workflow is attempting to load a reporting tool that is unavailable in the session. This exposes an internal fallback to the user and makes the behavior depend on a missing tool rather than the intended /code-review --fix workflow.

What Should Happen?

/code-review --fix should complete its intended review-and-fix flow without trying to load an unavailable ReportFindings tool. If structured reporting is required for this workflow, the tool should be available to the relevant session; otherwise, the command should use its supported report path without presenting a missing-tool fallback.

Error Messages/Logs

I have the full picture. Let me load the reporting tool.

ReportFindings isn't available in this session, so I'll report inline and apply the fixes.

Steps to Reproduce

  1. Install Claude Code 2.1.247.
  2. Open an interactive Claude Code session in a Git repository.
  3. Run /code-review --fix.
  4. Observe the message above reporting that ReportFindings is unavailable before the inline fallback.

Claude Model

Not sure / Multiple models

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.247 (Claude Code)

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Other

Additional Information

A search found related reports such as #88190, but that report covers the --comment path and missing GitHub inline-comment transport. This report is specifically for the built-in /code-review --fix path consistently exposing the unavailable ReportFindings fallback.

View original on GitHub ↗