feat(command-palette): add session, file, and commit search sources

This commit is contained in:
simosmik
2026-04-30 06:48:46 +00:00
parent 2811c00eb8
commit 4ce54946ce
7 changed files with 332 additions and 34 deletions

View File

@@ -209,6 +209,7 @@ export default function AppContent() {
selectedProject={selectedProject}
onStartNewChat={handleNewSession}
onOpenSettings={() => openSettings()}
onShowTab={setActiveTab}
/>
</div>
);