- Add AI Provider Testing page (/admin/ai-test) with Tags and Embeddings tests - Add new AI providers: CustomOpenAI, DeepSeek, OpenRouter - Add API routes for AI config, models listing, and testing endpoints - Add UX Design Specification document for Phase 1 MVP AI - Add PRD Phase 1 MVP AI planning document - Update admin settings and sidebar navigation - Fix AI factory for multi-provider support
36 lines
908 B
JSON
36 lines
908 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dir:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(test:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(find:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx prisma generate:*)",
|
|
"Bash(npx prisma migrate dev:*)",
|
|
"Bash(npx prisma db push:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(netstat:*)",
|
|
"Skill(bmad:bmm:agents:pm)",
|
|
"WebSearch",
|
|
"Bash(powershell:*)",
|
|
"Bash(npm run dev:*)",
|
|
"mcp__zread__read_file",
|
|
"mcp__zread__search_doc",
|
|
"Bash(npx prisma studio:*)",
|
|
"Bash(timeout:*)",
|
|
"mcp__web-reader__webReader",
|
|
"Bash(taskkill:*)",
|
|
"Bash(sqlite3:*)",
|
|
"Bash(node scripts/check-labels.js:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(python:*)",
|
|
"Bash(npm test:*)",
|
|
"Skill(bmad:bmm:agents:ux-designer)",
|
|
"Skill(bmad:bmm:workflows:create-prd)"
|
|
]
|
|
}
|
|
}
|