diff --git a/docs/changelog/index.mdx b/docs/changelog/index.mdx index e50c664a5..9980b81e2 100644 --- a/docs/changelog/index.mdx +++ b/docs/changelog/index.mdx @@ -11,6 +11,7 @@ rss: true - Add a dedicated `src/server.ts` server entry using `FastResponse` to improve runtime compatibility for server responses. - **Fixes** + - Normalize printer endpoint to use IP address when using chromedp, fixing issues with proxied deployments. - Switch OpenAI integration to the `chat/completions` flow for resume import and AI features, reducing provider compatibility issues. - Improve AI PDF/DOCX resume parsing by sending files directly to models (multimodal input), removing fragile local text extraction. - Harden AI resume import normalization: merge section defaults, enforce required fields, and auto-generate missing IDs/flags so parsed resumes validate reliably.