v2.6.1

t8y2/dbxv2.6.1Jul 31, 2026by github-actions[bot]

AI Summary

A patch release addressing issues with AI-generated content, specifically ensuring that hyperlinks generated by AI are preserved and backend translations fall back to English correctly when missing.

Key Highlights

  • Fixes hyperlinks disappearing in AI-generated replies
  • Backend falls back to English for missing translations

Full Release Notes

## 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](https://docs.libredesk.io/getting-started/upgrade).


## Changelog
* 5c561125 Merge pull request #458 from abhinavxd/fix/ai-link-loss
* 95b9993e fall back to english for untranslated backend strings
* 2e89586a send links to the LLM as markdown so drafts keep real hyperlinks
* da378e76 refine reply drafting instructions for clarity and precision
* 0efd6431 move improve-draft plain-text fallback to the server
* fa4305d8 address PR review: stricter HTML detection and fence label punctuation
* a5a029d8 fix lossy text conversions in AI features
* 72c3f298 fix hyperlinks getting lost across AI features
* 418a82e1 Update README.md
* f53d4a72 Update README.md