|
@@ -0,0 +1,16 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "permissions": {
|
|
|
|
|
+ "allow": [
|
|
|
|
|
+ "Bash(npm run:*)",
|
|
|
|
|
+ "Bash(npx tsc:*)",
|
|
|
|
|
+ "Bash(npx vite:*)",
|
|
|
|
|
+ "Bash(for f:*)",
|
|
|
|
|
+ "Bash(do sed:*)",
|
|
|
|
|
+ "Bash(done)",
|
|
|
|
|
+ "Bash(sed -i '/const tenantId = useAuthStore/d' pages/agents/components/CreateAgentDialog.tsx pages/settings/SettingsPage.tsx pages/sessions/SessionChatPage.tsx pages/sessions/components/CreateSessionDialog.tsx pages/tools/ToolsPage.tsx pages/teams/TeamsPage.tsx pages/knowledge/KnowledgePage.tsx)",
|
|
|
|
|
+ "Bash(sed -i '/tenant_id: tenantId,/d' pages/agents/components/CreateAgentDialog.tsx pages/settings/SettingsPage.tsx pages/sessions/SessionChatPage.tsx pages/sessions/components/CreateSessionDialog.tsx pages/tools/ToolsPage.tsx pages/teams/TeamsPage.tsx pages/knowledge/KnowledgePage.tsx)",
|
|
|
|
|
+ "Bash(sed -i 's/tenant_id: tenantId, //' pages/teams/TeamsPage.tsx pages/sessions/SessionChatPage.tsx pages/knowledge/KnowledgePage.tsx)",
|
|
|
|
|
+ "Bash(node -e \"const lr = require\\(''lucide-react''\\); console.log\\(''Wrench:'', !!lr.Wrench, ''Brain:'', !!lr.Brain\\)\")"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+}
|