You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Continue IDE extension fails to recognize and load custom prompts when they are saved with a .md extension in the prompts directory, despite documentation indicating this should be supported for multi-line prompts with YAML frontmatter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Continue IDE extension fails to recognize and load custom prompts when they are saved with a
.md
extension in the prompts directory, despite documentation indicating this should be supported for multi-line prompts with YAML frontmatter.Expected Behavior
According to the Continue documentation on prompts, custom prompts should be recognizable when:
.md
files for multi-line contentinvokable: true
to make them callable as commands.md
filesActual Behavior
.md
extension (e.g.,analyze.md
) are not recognized by the Continue extension.prompt
extension (e.g., analyze.prompt).prompt
extension results in:Steps to Reproduce
screen-capture.11.webm
Create a custom prompt file in your project's working directory's
[project]/.continue/prompts/analyze.md
with:Attempt to invoke the prompt using Continue's command interface
Observe that the prompt is not available/recognized
Rename file to analyze.prompt
Observe that the prompt becomes available but loses IDE support
Environment
Continue Extension Version: [Please specify your version]
IDE: VS Code
OS: Windows
File Structure:
Current Workaround
Using
.prompt
extension instead of.md
, which works functionally but provides a suboptimal developer experience.Impact
.prompt
extension is not a standard/documented file typeProposed Solutions
.md
files in prompts directory with YAML frontmatter.md
support is not intended.prompt
files if this becomes the standard extensionBeta Was this translation helpful? Give feedback.
All reactions