- Add error codes to WS error messages (AGENT_INIT_FAILED, AUTH_ERROR, PROVIDER_ERROR, INVALID_JSON, UNKNOWN_MESSAGE_TYPE, EMPTY_CONTENT) - Send Close frame with code 1011 on agent init failure - Add tracing logs for agent init and turn errors - Increase MAX_API_ERROR_CHARS from 200 to 500 - Frontend: handle abnormal close codes and show config error hints Fixes #3681 Supersedes #4366 Original work by mark-linyb |
||
|---|---|---|
| .. | ||
| dist | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||