-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix: fix prompt creation to use new markdown format #7920
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
Conversation
- Added createPromptMarkdown function to generate markdown prompts with frontmatter - Updated workspaceBlocks to use .md extension and markdown format for prompts - Changed prompt creation from old YAML format to new markdown format with name, description, and invokable properties - Updated tests to reflect the new markdown format expectations - Prompts now generate with proper frontmatter: name, description, invokable: true Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
|
…ix-prompt-creation-format
|
🎉 This PR is included in version 1.22.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Fixes the issue where creating a new prompt in the Local Agent settings generates the old YAML format instead of the new markdown format.
Changes Made
Added function in :
**Updated **:
Updated tests to reflect the new markdown format expectations
Before
After
Testing
Fixes the issue mentioned in the docs: #7664
Summary by cubic
Fixes Local Agent prompt creation to use the new markdown format with YAML frontmatter and .md files. Prompts now include name, description, and invokable in the frontmatter.