feat: WS /t2/live — proxy Gemini Live API — 124/124 tests

This commit is contained in:
Hermann_Kitio 2026-04-17 03:39:21 +03:00
parent f08be960b0
commit 653fc3150e
8 changed files with 422 additions and 66 deletions

View file

@ -2,7 +2,8 @@
"permissions": {
"allow": [
"Bash(npm run:*)",
"Bash(SUPABASE_URL=https://dummy.supabase.co SUPABASE_SERVICE_ROLE_KEY=dummy node -e \"import\\('./dist/index.js'\\).then\\(\\(\\) => { console.log\\('IMPORT_OK'\\); process.exit\\(0\\); }\\).catch\\(e => { console.error\\('IMPORT_FAIL:', e.message\\); process.exit\\(1\\); }\\)\")"
"Bash(SUPABASE_URL=https://dummy.supabase.co SUPABASE_SERVICE_ROLE_KEY=dummy node -e \"import\\('./dist/index.js'\\).then\\(\\(\\) => { console.log\\('IMPORT_OK'\\); process.exit\\(0\\); }\\).catch\\(e => { console.error\\('IMPORT_FAIL:', e.message\\); process.exit\\(1\\); }\\)\")",
"Bash(npm install:*)"
]
}
}