Skip to content

Create invokable markdown prompt instead of .prompt file#10082

Merged
sestinj merged 1 commit intomainfrom
create-markdown-prompt-instead-of-prompt-file
Feb 3, 2026
Merged

Create invokable markdown prompt instead of .prompt file#10082
sestinj merged 1 commit intomainfrom
create-markdown-prompt-instead-of-prompt-file

Conversation

@RomneyDa
Copy link
Collaborator

@RomneyDa RomneyDa commented Jan 31, 2026

Description

Re-implementation of #9677 with fixes:

  1. Changed to create invokable markdown prompt files instead of legacy .prompt files

    • Uses config/addLocalWorkspaceBlock with blockType: 'prompts'
    • Creates markdown-based prompt files in .continue/prompts/ directory
    • These prompts are invokable via slash commands (e.g., /new-prompt)
    • Follows the current Continue configuration system
  2. Removed Continue Hub link from Help section

    • The hub is no longer actively maintained
    • Removed unhelpful link to reduce UI clutter

Changes

  • gui/src/components/mainInput/TipTapEditor/utils/getSuggestion.ts: Changed "Explore prompts" button to "Create a prompt" that creates a local invokable markdown prompt file
  • gui/src/pages/config/sections/HelpSection.tsx: Removed Continue Hub link from Resources section

Why markdown prompts instead of .prompt files?

The new system uses markdown files with YAML frontmatter:

  • More flexible and maintainable
  • Supports invokable: true flag for slash command access
  • Integrates better with the current workspace block system
  • Consistent with rules and other configuration files

Testing

Manually tested:

  1. Empty slash command dropdown shows "Create a prompt" option
  2. Clicking creates a new invokable markdown prompt file in .continue/prompts/
  3. Help section no longer shows Continue Hub link

Fixes #9677

Co-authored-by: dallin dallin@continue.dev


Continue Tasks: ▶️ 2 queued — View all


Summary by cubic

Replaced the legacy .prompt flow with invokable markdown prompts and removed the outdated Continue Hub link. Users can now create local prompts that work with slash commands.

  • New Features

    • Added “Create a prompt” in the empty slash-command dropdown. Generates a markdown prompt in .continue/prompts via config/addLocalWorkspaceBlock (blockType: prompts). Prompts are invokable (e.g., /new-prompt).
  • Refactors

    • Removed the Continue Hub link from Help > Resources.

Written for commit 8e80187. Summary will update on new commits.

- Change empty slash command dropdown to create invokable markdown prompt file instead of opening hub
- Use config/addLocalWorkspaceBlock with 'prompts' blockType to create markdown-based prompt
- Remove Continue Hub link from Help section as it's no longer actively maintained
- This creates .md prompt files that are invokable via slash commands

Co-authored-by: dallin <dallin@continue.dev>
Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
@RomneyDa RomneyDa requested a review from a team as a code owner January 31, 2026 23:07
@RomneyDa RomneyDa requested review from Patrick-Erichsen and removed request for a team January 31, 2026 23:07
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 31, 2026
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Jan 31, 2026

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Feb 3, 2026
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 3, 2026
@sestinj sestinj merged commit 867f5eb into main Feb 3, 2026
56 of 59 checks passed
@sestinj sestinj deleted the create-markdown-prompt-instead-of-prompt-file branch February 3, 2026 18:08
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Feb 3, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

continue-agent lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants