zhizhi/persona-studio/frontend
copilot-swe-agent[bot] e36bc19cfb Fix: Add user API key endpoints to api-proxy.js, unify Persona Studio backend with docs proxy
Root cause: Persona Studio frontend sent requests to /api/ps/apikey/detect-models
but api-proxy.js (port 3721, the only backend Nginx routes to) didn't handle those paths.
The separate persona-studio backend (port 3002) was never deployed via ecosystem.config.js or Nginx.

Fix: Add detect-models and chat handlers directly to api-proxy.js so they work through
the same Nginx → API Proxy chain that the docs main site already uses successfully.
Also update frontend to point to port 3721 for local dev, and improve error messages.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 12:25:36 +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: Add user API key endpoints to api-proxy.js, unify Persona Studio backend with docs proxy 2026-03-10 12:25:36 +00:00
index.html Fix: Add user API key endpoints to api-proxy.js, unify Persona Studio backend with docs proxy 2026-03-10 12:25:36 +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