Skip to content

Commit b8e92b1

Browse files
committed
Added installer
1 parent 3b062f6 commit b8e92b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/shared/modes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ export function getToolsForMode(groups: readonly GroupEntry[]): string[] {
5151
return Array.from(tools)
5252
}
5353

54-
export const PEARAI_CREATOR_MODE_WEBAPP_MANAGER_SLUG = 'pearai-creator-webapp-manager' as const;
54+
export const PEARAI_CREATOR_MODE_WEBAPP_MANAGER_SLUG = 'pearai-creator-webapp-installer' as const;
5555

5656
// Main modes configuration as an ordered array
5757
export const modes: readonly ModeConfig[] = [
5858
{
5959
slug: PEARAI_CREATOR_MODE_WEBAPP_MANAGER_SLUG,
60-
name: "🍐 PearAI Creator Webapp Manager",
60+
name: "🍐 PearAI Creator Webapp Installer",
6161
roleDefinition: "You are a PearAI Creator Webapp Manager",
6262
customInstructions:
63-
"<PEARAI_CREATOR_WEBAPP_MANAGER></PEARAI_CREATOR_WEBAPP_MANAGER>",
63+
"<PEARAI_CREATOR_WEBAPP_INSTALLER></PEARAI_CREATOR_WEBAPP_INSTALLER>",
6464
groups: ["read", "edit", "browser", "command", "mcp"],
6565
backendOnly: true,
6666
},

0 commit comments

Comments
 (0)