> For the complete documentation index, see [llms.txt](https://changelog.aiaibot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.aiaibot.com/v10/v10.39.md).

# v10.39

## v10.39.5 am 22.05.2026

### Webchat

* Ein Fehler im Auto-Scrolling des Chats wurde behoben.

### Chatbot

* Es wurde ein Fehler behoben, der die Position von Triggern nicht korrekt gespeichert hat.

### Agent Workspace

* Es wurde ein Fehler behoben, der neue Konversationen in einer gefilterten Liste angezeigt hat.
* Es wurde ein Fehler behoben, bei dem ein gewählter Agent-Filter zurückgesetzt wurde, wenn die Sidebar geschlossen wurde.

### Agent Admin

* Lange Projektnamen führen zu keinem Anzeigefehler mehr.

## v10.39.1 am 19.05.2026

### Webchat

Bugfix: Links die Darstellung der Links im Webchat sind gefixt

## v10.39.0 am 18.05.2026

### AI

Neue `/search` Query-Parameter:

* `url_depth_degradation_weight`: Prozentuale Abwertung pro URL-Tiefe. Beispiel: `5` bedeutet, jede weitere URL-Ebene reduziert das Gewicht um 5%.
* `downgradedIndices`: Kommagetrennte Liste von Knowledge-Base-Slugs oder Elasticsearch-Indexnamen, deren Ergebnisse abgewertet werden sollen.
* `downgradeWeight`: Prozentuale Abwertung für `downgradedIndices`. Beispiel: `40` bedeutet, Ergebnisse aus diesen Knowledge Bases werden um 40% abgewertet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.aiaibot.com/v10/v10.39.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
