Skip to content

v0.7.0: New MCP Prompts System

Latest
Compare
Choose a tag to compare
@mettamatt mettamatt released this 10 May 05:42
· 11 commits to main since this release

What's New in 0.7.0

This release introduces a new MCP prompts system with predefined templates for common development tasks:

  • Ready-to-use prompt templates for:

    • Architecture decision documentation
    • Bug analysis and troubleshooting
    • Code review processes
    • Feature planning
    • Refactoring plans
  • Prompt value persistence to save the last prompt values for reuse

    • Note: Full integration with Claude Desktop and Claude Code is pending implementation of MCP CompleteRequestSchema
  • Custom prompt templates support via JSON files

    • Create your own specialized prompts with the template system
    • Automatically loaded from ~/.code-reasoning/prompts directory

How to Use

Click the '+' icon in Claude Desktop or use '/help' in Claude Code to access the new prompts through "Add from Code Reasoning".

For more details, see the Prompts Guide.