> For the complete documentation index, see [llms.txt](https://docs.kodesage.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kodesage.ai/release-notes/kodesage-release-notes-0.6.8.md).

# Kodesage Release Notes - 0.6.8

### **20 November 2025** <a href="#release-notes-kodesage-0.6.8-date" id="release-notes-kodesage-0.6.8-date"></a>

💬 **Ask Kodesage**

* Added visibility for selected data source filters for clearer context.

***

📚 **Docs Studio – Improvements**

* Inline renaming support for documents, chapters and sections.
* Document updates now preserve user-modified sections, ensuring changes are retained when chapters refresh.
* Enhanced rendering performance for large diagrams.

***

🎫 **Ticket Analysis – UI Improvements**

* Unified interface with a simplified and more intuitive workflow.

***

🔍 **Transition to the New Search Standard**

* The former Early Access search experience is now the default.
* Removed the legacy embedder for better resource usage and faster answer generation.
* Removed labels from Settings and Filters as part of UI cleanup and simplification.

***

🗂️ **Data Sources – Enhancements**

* Added support for processing scanned PDFs and images embedded in PDFs.

***

⚡ **Performance Improvements**

* Optimized the ingester to resolve slow processing in specific scenarios.
* Refactored UI logic to deliver noticeably faster interactions across the app.
* Updated to **VLLM 0.11.0**, bringing performance and stability improvements.
* Faster loading times in **Docs Studio**, **Issue Analysis**, and **Data Sources** screens.
* A significant number of additional fixes and stability enhancements throughout the platform.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kodesage.ai/release-notes/kodesage-release-notes-0.6.8.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
