-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Custom prompts: passing arguments ($1..$9, $ARGUMENTS) + @ file picker + frontmatter hints #3565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom prompts: passing arguments ($1..$9, $ARGUMENTS) + @ file picker + frontmatter hints #3565
Conversation
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
5cef78a
to
b337ab5
Compare
recheck |
09f582c
to
f7791c9
Compare
Converting to draft to align with the Contributing guide (feature proposals should be discussed/approved before review). This PR implements a narrowly scoped, backward‑compatible change set and addresses existing enhancement requests (#2890) and related reports (#3265). I’m happy to adjust scope or split this further per maintainer guidance. Requesting a maintainer’s thumbs‑up on the approach (arguments .., , 44259; @ file picker inserts paths; optional frontmatter hints surfaced in the palette; no tool auto‑exec; tests + docs included). |
recheck |
d4c45f9
to
94c4e23
Compare
…cker; frontmatter hints in palette Protocol: CustomPrompt carries description/argument_hint. Core parses minimal frontmatter and strips it from body. TUI shows hints in slash popup; falls back to five-word excerpt. Docs: prompts.md examples.
94c4e23
to
80799b7
Compare
Hey @evandavid1, looks great and thanks a ton for your contribution! 🙌 In the interest of being very quick ⚡️ I'm going to merge this into a new branch ( |
f7da902
into
openai:feat/custom-prompts-frontmatter
Key features
Why
Details
Tests
Safety / Approvals
Related