-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What feature would you like to see?
Please implement functionality to allow custom arguments (e.g., $ARGUMENTS
) to be passed and rendered within the .md file when executing slash commands.
Additionally, the first line of the .md file could be used as a command title in the TUI. If the line exceeds the maximum allowed length, it should be truncated accordingly.

Once [pull request #2471](#2471) is merged, it would be great to support this functionality in custom commands as well.
Example
# Create a git commit
Based on the code changes, create a single git commit.
If `--push` argument is present, you can run `git push`.
**DO NOT** run `git add` unless asked by argument `--add`.
**DO NOT** add information that the commit is generated by Codex.
## Context
- Current git status: !`git status`
- Current git diff (staged and unstaged changes): !`git diff HEAD`
- Current branch: !`git branch --show-current`
- Recent commits: !`git log --oneline -10`
## Passed arguments
`$ARGUMENTS`
Are you interested in implementing this feature?
No response
Additional information
No response
avxkim, cogscides, alexx-ftw, ThomasFD, koki-nakamura22 and 222 morelightningRalf, 0xdevalias, Sixeight, vinny1575, ymehili and 166 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request