mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Add mode-specific custom instructions
This commit is contained in:
@@ -6,6 +6,7 @@ export type Mode = typeof codeMode | typeof architectMode | typeof askMode;
|
||||
|
||||
export type PromptComponent = {
|
||||
roleDefinition?: string;
|
||||
customInstructions?: string;
|
||||
}
|
||||
|
||||
export type CustomPrompts = {
|
||||
|
||||
Reference in New Issue
Block a user