Skip to content

Conversation

@1code-async
Copy link
Contributor

@1code-async 1code-async bot commented Jan 29, 2026

Summary

  • Removes automatic sub-chat file filtering that was applied when clicking the "Review" button in the diff sidebar
  • Previously, clicking Review would set filteredSubChatIdAtom to the active sub-chat, causing a "Filtered" badge to appear and hiding unrelated files — this was confusing and unexpected
  • Users can still manually apply a sub-chat filter via the filter icon if needed

Test plan

  • Open the changes/diff sidebar with multiple files from different sub-chats
  • Click the "Review" button
  • Verify no "Filtered" badge appears automatically
  • Verify the review message is still sent to Claude correctly
  • Verify manual sub-chat filtering still works via the filter icon

🤖 Generated with Claude Code

When clicking the Review button in the diff sidebar, a sub-chat filter
was automatically applied (filteredSubChatIdAtom set to activeSubChatId),
causing a "Filtered" badge to appear and hiding files not associated with
the active sub-chat. This was confusing as users didn't expect or request
the filtering. The review should operate on all changes by default; users
can still manually apply a sub-chat filter if needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant