Before submitting your bug report
Relevant environment info
- OS: Windows 11
- Continue version: 1.0.13 /
- IDE version: 1.100.3 (from 1.99?)
- Model:
- config:
OR link to assistant in Continue hub:
Description
I'm using Continue with the following setup:
- Primary configuration file:
config.yaml
- Custom prompts stored in:
C:/Users/<username>/.continue/prompts
- Continue successfully detects prompt files in the prompts directory and displays filenames in the slash command candidates list
- BUT selecting these prompts results in empty content (appears unparsed)
- WORKAROUND: When placing the same prompt in
config.yaml with yaml format, it functions properly (shows name/description and inserts content)
Example:
name: explain in detail
description: explain in detail
---
{{{input}}}
Please read the code and explain it step by step.
To reproduce
- Create folder
C:/Users/<username>/.continue/prompts
- new file: explain_in_detail.prompt
- insert conent as example above.
- call slash command in continue
Log output
Before submitting your bug report
Relevant environment info
Description
I'm using Continue with the following setup:
config.yamlC:/Users/<username>/.continue/promptsconfig.yamlwith yaml format, it functions properly (shows name/description and inserts content)Example:
To reproduce
C:/Users/<username>/.continue/promptsLog output