zhizhi/persona-studio/frontend
copilot-swe-agent[bot] 3eaf3b2c83 fix: Persona Studio API detection - switch from backend proxy to client-side direct calls
- Frontend index.html: Replace backend proxy model detection with direct browser fetch to user's API /models endpoint, add KNOWN_ENDPOINTS auto-probing, AbortController timeout
- Frontend chat.js: Replace backend proxy chat with direct browser fetch to user's API /chat/completions with streaming support
- Backend apikey.js: Add URL format validation (INVALID_API_BASE) and specific error codes (DNS_ERROR, NETWORK_ERROR, TIMEOUT)
- Backend server.js: Add /api/health endpoint for smoke test compatibility

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 12:51:34 +00:00
..
chat.html feat: add persona-studio Phase 1 skeleton + Phase 2 frontend 2026-03-10 04:42:57 +00:00
chat.js fix: Persona Studio API detection - switch from backend proxy to client-side direct calls 2026-03-10 12:51:34 +00:00
index.html fix: Persona Studio API detection - switch from backend proxy to client-side direct calls 2026-03-10 12:51:34 +00:00
style.css feat: upgrade Persona Studio login to support API Key auto-detect model mode 2026-03-10 12:06:23 +00:00