feat: standardize Deep Thinking prompt metadata for MCP and CLI#1211
feat: standardize Deep Thinking prompt metadata for MCP and CLI#1211kamran-nizamani wants to merge 1 commit into
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR standardizes metadata for "Deep Thinking" system prompts to improve discoverability in MCP server and CLI tools.
Changes
[SYSTEM][DEEP_THINKING]tag to identify advanced reasoning promptsWhy this change
Improves prompt categorization for CLI and MCP tools so they can better detect and suggest reasoning-heavy prompts.
Example
Before:
"Act as a comprehensive decision-making system..."
After:
"[SYSTEM][DEEP_THINKING] Act as a comprehensive decision-making system..."
Notes