What's fixed
- AI-generated and grammar-corrected replies no longer lose hyperlinks, links now survive in the reply box.
- Backend messages now fall back to the default language - English, when a translation is missing instead of showing the raw key.
Upgrade notes
- Always take a database backup before upgrading.
- Follow the steps here.
Changelog
- 5c56112 Merge pull request #458 from abhinavxd/fix/ai-link-loss
- 95b9993 fall back to english for untranslated backend strings
- 2e89586 send links to the LLM as markdown so drafts keep real hyperlinks
- da378e7 refine reply drafting instructions for clarity and precision
- 0efd643 move improve-draft plain-text fallback to the server
- fa4305d address PR review: stricter HTML detection and fence label punctuation
- a5a029d fix lossy text conversions in AI features
- 72c3f29 fix hyperlinks getting lost across AI features
- 418a82e Update README.md
- f53d4a7 Update README.md