mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adds a new "Meta-Prompter" mode to DEFAULT_MODES that helps users refine vague, underspecified prompts into precise, actionable instructions for Roo's specialized modes. The mode follows a structured 5-step workflow: 1. Interview the user with targeted clarifying questions 2. Read relevant files for concrete context 3. Draft a refined prompt for the target mode 4. Explain what was vague and what assumptions were made 5. Offer one revision round Tool groups: read, mcp (read-only access with MCP support) Closes #11783 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||