You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2.4.3, we introduced project-scoped search as the default behavior. This is a breaking change that significantly alters how search works in Claude Self-Reflect.
What Changed
Before v2.4.3:
Searches looked across ALL your projects by default
You would get results from every conversation you've ever had
After v2.4.3:
Searches are limited to your current project directory
Cross-project search requires explicit request
Why We Made This Change
Focus: When working on ProjectA, results from ProjectB are usually noise
Performance: Searching one collection is ~100ms faster than searching 20+
Privacy: Work and personal projects stay naturally isolated
Intuitive: Most users expect search to be contextual to their current work
How to Use It
# Default: Current project only"What did we discuss about authentication?"# Search everywhere (old behavior)"Search all projects for authentication"# Search specific project"Find auth code in MyApp project"
Questions for the Community
Is this change helpful or disruptive to your workflow?
Do you find yourself needing cross-project search often?
Should we add a config option to restore the old behavior as default?
Any edge cases or issues you've encountered?
Additional Context
This change partially addresses issue #14 (selective project import). While that issue requested the ability to exclude projects from import entirely, project-scoped search solves the core problem of result noise.
Share Your Feedback
Your input helps shape the future of Claude Self-Reflect. Please share:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Overview
In v2.4.3, we introduced project-scoped search as the default behavior. This is a breaking change that significantly alters how search works in Claude Self-Reflect.
What Changed
Before v2.4.3:
After v2.4.3:
Why We Made This Change
How to Use It
Questions for the Community
Additional Context
This change partially addresses issue #14 (selective project import). While that issue requested the ability to exclude projects from import entirely, project-scoped search solves the core problem of result noise.
Share Your Feedback
Your input helps shape the future of Claude Self-Reflect. Please share:
Detailed documentation: Project-Scoped Search Guide
All reactions