Skip to content

feat(cmdk): improve no-result query recall#114236

Merged
JonasBa merged 4 commits intomasterfrom
jb/cmdk/action-aliases
Apr 28, 2026
Merged

feat(cmdk): improve no-result query recall#114236
JonasBa merged 4 commits intomasterfrom
jb/cmdk/action-aliases

Conversation

@JonasBa
Copy link
Copy Markdown
Member

@JonasBa JonasBa commented Apr 28, 2026

Improve Cmd+K recall for common no-result queries by adding targeted synonyms for org and project settings, preserving project setting keywords in the palette, and surfacing matching group children when a group label matches.

This also adds pasted identifier lookup for issue short IDs and event IDs, rendering them as grouped Cmd+K results with direct navigation actions.

Tests:

  • CI=true pnpm test static/app/components/commandPalette/ui/commandPalette.spec.tsx static/app/components/commandPalette/ui/commandPaletteGlobalActions.spec.tsx

@JonasBa JonasBa requested a review from a team as a code owner April 28, 2026 20:57
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 28, 2026
path: `${pathPrefix}/keys/`,
title: t('Client Keys (DSN)'),
description: t("View and manage the project's client keys (DSN)"),
keywords: [t('dsn')],
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plugged all of these in using the analytics no results queries

Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 289d5f6. Configure here.

Comment thread static/app/components/commandPalette/ui/commandPaletteGlobalActions.tsx Outdated
@JonasBa JonasBa merged commit 23ee259 into master Apr 28, 2026
65 checks passed
@JonasBa JonasBa deleted the jb/cmdk/action-aliases branch April 28, 2026 22:12
cleptric pushed a commit that referenced this pull request May 5, 2026
Improve Cmd+K recall for common no-result queries by adding targeted
synonyms for org and project settings, preserving project setting
keywords in the palette, and surfacing matching group children when a
group label matches.

This also adds pasted identifier lookup for issue short IDs and event
IDs, rendering them as grouped Cmd+K results with direct navigation
actions.

Tests:
- CI=true pnpm test
static/app/components/commandPalette/ui/commandPalette.spec.tsx
static/app/components/commandPalette/ui/commandPaletteGlobalActions.spec.tsx

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants