- #3009: Add handle_api_integrations_settings endpoint returning JSON with per-integration enabled/category/status so /api/integrations/settings no longer falls through to the SPA static handler. - #3010: Extract Sec-WebSocket-Protocol header in handle_ws_chat and echo back "zeroclaw.v1" via ws.protocols() when the client requests it. - #3038: Generate a persistent session_id (crypto.randomUUID stored in sessionStorage) in the web WS client and pass it as a query parameter. Add session_id: Option<String> to WsQuery on the server side so the backend can key conversations by session across reconnects. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components/layout | ||
| hooks | ||
| lib | ||
| pages | ||
| types | ||
| App.tsx | ||
| index.css | ||
| main.tsx | ||
| vite-env.d.ts | ||