Skip to content

CL-5787: Fix command palette dead routes and free-form sources - #23

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-5787-command-palette-fix-dead-routes-and-mislabeled-sources
Aug 9, 2026
Merged

CL-5787: Fix command palette dead routes and free-form sources#23
TheGreatAxios merged 1 commit into
mainfrom
cl-5787-command-palette-fix-dead-routes-and-mislabeled-sources

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

  • Entity search sources are free-form (channels, runs, agents) instead of hard-coded channels/routines
  • Run results navigate to /routines/:id (not dead /workflows) and are labeled Runs
  • Agents join the palette and land on /agents

Test plan

  • bun run --cwd packages/command-palette test
  • bun run --cwd apps/web typecheck
  • Manual: open palette, search a run → lands under Routines

Linear: CL-5787

Entity search no longer hard-codes channels/routines. Sources are
free-form labels the app supplies, so agents can join the palette.
Run results navigate to /routines/:id instead of the dead /workflows
path, and the group is labeled Runs to match what the list actually is.
@TheGreatAxios
TheGreatAxios force-pushed the cl-5787-command-palette-fix-dead-routes-and-mislabeled-sources branch from b86a780 to 813fd59 Compare August 9, 2026 17:46
@TheGreatAxios
TheGreatAxios merged commit adba23a into main Aug 9, 2026
2 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.

1 participant