We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9977837 commit 0b45f71Copy full SHA for 0b45f71
1 file changed
src/shared/modes.ts
@@ -58,7 +58,8 @@ export const modes: readonly ModeConfig[] = [
58
{
59
slug: PEARAI_CREATOR_MODE_WEBAPP_MANAGER_SLUG,
60
name: "🍐 PearAI Creator Webapp Manager",
61
- roleDefinition:
+ roleDefinition: "You are a PearAI Creator Webapp Manager",
62
+ customInstructions:
63
"<PEARAI CREATOR_WEBAPP_MANAGER></PEARAL_CREATOR_WEBAPP_MANAGER>",
64
groups: ["read", "edit", "browser", "command", "mcp"],
65
backendOnly: true,
0 commit comments