-
Notifications
You must be signed in to change notification settings - Fork 8
autofill slash commands mid-prompt #1456
Copy link
Copy link
Open
Labels
EnhancementNew feature or requestNew feature or request
Description
problem
posthog code shows the slash commands list if you type / at the start of a prompt, but not mid-prompt:
| start | mid |
|---|---|
![]() |
![]() |
this is somewhat intentional so we don't have to deal with a million text parsing edge cases
feature request
however, claude code does this nicely -- they display the full list at the start, or a more subtle autofill if you type / mid-prompt:
| start | mid |
|---|---|
![]() |
![]() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request



