Skip to content

feat: search session globally across projects#44

Merged
matt1398 merged 1 commit intomatt1398:mainfrom
KaustubhPatange:main
Feb 21, 2026
Merged

feat: search session globally across projects#44
matt1398 merged 1 commit intomatt1398:mainfrom
KaustubhPatange:main

Conversation

@KaustubhPatange
Copy link
Contributor

Implements global search functionality that allows searching for sessions across all projects in the Command Palette (#41)

What's New

  • Global Search Toggle: Click the "Global" button (or press Cmd/Ctrl+G) to search across all projects
  • Smart Defaults: Automatically enables global search when no project is selected
  • Fast & Efficient: Uses batched concurrency to handle multiple projects without overwhelming the file system
  • Project Names: Shows which project each result belongs to when searching globally
  • Platform-Aware Shortcuts: Keyboard shortcuts adapt to your OS (⌘G on Mac, Ctrl+G on Windows/Linux)
claude-devtools

Closes #41

@matt1398
Copy link
Owner

Nice UX work! Merging — As global search now covers more broader, I'll optimize search performance separately. Thanks for the contribution 🙏

@matt1398 matt1398 merged commit f85c308 into matt1398:main Feb 21, 2026
3 checks passed
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.

Feature: Search tool advance mode search across projects

2 participants