[BUG] Focus mode hides the /code-review findings render

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 hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

With /focus on, a background /code-review renders like this:

Ran 1 agent, called 2 tools

Review of PR #1203 (feat/..., 3 commits, 8 files) is done - 10 findings above.
...
I'd treat findings 1-4 as blocking; 5 and 8 are worth a deliberate yes/no since they may be intentional.

* Baked for 1m 14s · done 6:23 PM · 4 messages hidden (/focus to show)

But the findings are not above. They are in the hidden 4 tool results.

What Should Happen?

The findings render should survive focus. Structured ReportFindings output is the deliverable of a review I explicitly asked for, so it should render in focus mode the way a task or a plan does, instead of collapsing like Bash output.

Error Messages/Logs

Steps to Reproduce

  1. Enable focus mode: /focus
  2. In a repo with a GitHub remote, run /code-review <PR#>. It runs in the background as @code-review.
  3. Wait for the task notification and the completed summary to render.
  4. The turn collapses to Ran 1 agent, called N tools
  5. Turn /focus off. The findings block renders in place, above the summary, and the references resolve.

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.247

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Other

Additional Information

Terminal is Ghostty.

View original on GitHub ↗