AI-Studio/app/MindWork AI Studio/wwwroot/changelog/v26.8.2.md
Sabrina-devops 902a01a4d0
Added a prompt injection detection (#857)
Co-authored-by: Thorsten Sommer <SommerEngineering@users.noreply.github.com>
2026-08-23 11:09:11 +02:00

859 B

v26.8.2, build 255 (2026-08-xx xx:xx UTC)

  • Added protection against prompt injection. Documents, web pages, and retrieved content can carry instructions written for the AI rather than for you, for example, text telling it to ignore its rules or to hand over its instructions. AI Studio now always removes such passages before the content reaches a model, while the rest of your document stays intact and usable. When something was removed, AI Studio tells you and can show you which passages it took out. You can turn off the detailed dialog in the app settings. For IT departments: the new setting DataApp.ShowPromptInjectionAlert lets you configure the detailed dialog for your organization. Many thanks to Sabrina Sabrina-devops for implementing this feature and to Simon SimonBpunkt for his work on the detection patterns and their translations.