Add Matches page, OkCupid integration, and major UI/feature updates
- New Matches page with match scoring system - New OkCupid page and API integration - Enhanced Likes page with scanner improvements and enrichment - Updated Settings, Discover, Messages, and Chat pages - Improved auth, GraphQL client, and Stream Chat setup - Added new backend endpoints (matchScoring.js) - Removed old Proxyman capture logs - Updated nginx config and Vite proxy settings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -69,7 +69,23 @@
|
|||||||
"Bash(ssh:*)",
|
"Bash(ssh:*)",
|
||||||
"Bash(sort:*)",
|
"Bash(sort:*)",
|
||||||
"Bash(for f in /Users/treyt/Desktop/code/Feeld/ping_calls/profile_update_logs/request_*)",
|
"Bash(for f in /Users/treyt/Desktop/code/Feeld/ping_calls/profile_update_logs/request_*)",
|
||||||
"Bash(find:*)"
|
"Bash(find:*)",
|
||||||
|
"Bash(scp -o StrictHostKeyChecking=no root@10.3.3.11:/tmp/kaitlin/p1.jpg /tmp/kaitlin_p1.jpg && scp -o StrictHostKeyChecking=no root@10.3.3.11:/tmp/kaitlin/p2.jpg /tmp/kaitlin_p2.jpg && scp -o StrictHostKeyChecking=no root@10.3.3.11:/tmp/kaitlin/p3.jpg /tmp/kaitlin_p3.jpg && scp -o StrictHostKeyChecking=no root@10.3.3.11:/tmp/kaitlin/p4.jpg /tmp/kaitlin_p4.jpg && scp -o StrictHostKeyChecking=no root@10.3.3.11:/tmp/kaitlin/p5.jpg /tmp/kaitlin_p5.jpg && scp -o StrictHostKeyChecking=no root@10.3.3.11:/tmp/kaitlin/p6.jpg /tmp/kaitlin_p6.jpg)",
|
||||||
|
"mcp__playwright__browser_navigate",
|
||||||
|
"Bash(npx playwright:*)",
|
||||||
|
"Bash(mkdir -p /tmp/feeld_photos)",
|
||||||
|
"Read(//tmp/**)",
|
||||||
|
"Bash(wait)",
|
||||||
|
"Bash(xxd /tmp/proxyman_extract/request_93)",
|
||||||
|
"Bash(git remote:*)",
|
||||||
|
"Bash(git push:*)",
|
||||||
|
"mcp__playwright__browser_take_screenshot",
|
||||||
|
"mcp__playwright__browser_snapshot",
|
||||||
|
"mcp__playwright__browser_fill_form",
|
||||||
|
"mcp__playwright__browser_click",
|
||||||
|
"mcp__playwright__browser_wait_for",
|
||||||
|
"mcp__playwright__browser_evaluate",
|
||||||
|
"Bash(git add:*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"github-webhook": {
|
||||||
|
"command": "bun",
|
||||||
|
"args": [
|
||||||
|
"/Users/m4mini/Desktop/code/github-webhook-channel/webhook.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Vendored
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user