Needlessly redundant command palette and slash command definitions #6620

Closed
opened 2026-02-16 18:04:47 -05:00 by yindo · 0 comments
Owner

Originally created by @kitlangton on GitHub (Jan 17, 2026).

Originally assigned to: @thdxr on GitHub.

Command palette entries and slash command autocomplete are duplicated:

  • Command registrations: app.tsx, routes/session/index.tsx, component/prompt/index.tsx
  • Slash commands: component/prompt/autocomplete.tsx (~130 lines hardcoded)

Visibility logic is duplicated across both (e.g., share/unshare conditions).

Originally created by @kitlangton on GitHub (Jan 17, 2026). Originally assigned to: @thdxr on GitHub. Command palette entries and slash command autocomplete are duplicated: - Command registrations: `app.tsx`, `routes/session/index.tsx`, `component/prompt/index.tsx` - Slash commands: `component/prompt/autocomplete.tsx` (~130 lines hardcoded) Visibility logic is duplicated across both (e.g., share/unshare conditions).
yindo closed this issue 2026-02-16 18:04:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6620