# Kodesage Release Notes -0.5.5

### **25 June 2025** <a href="#release-notes-kodesage-0.5.5-25-june-2025" id="release-notes-kodesage-0.5.5-25-june-2025"></a>

#### **💬Ask Kodesage – New Features** <a href="#ask-kodesage-new-features" id="ask-kodesage-new-features"></a>

* **Redesigned Reference Editor**: A fresh look with easier reference removal and an updated code snippet viewer. Also available in Documentation Generation.
* **Mermaid Diagram Zooming**: Zoom in on complex diagrams for better readability.
* **Filter for Technology**: Filter responses by programming language for more targeted outputs.
* **Manual Document Upload Support**: Now supported in both Ask Kodesage and Documentation Generation.

***

#### **📚Documentation Generation – New Features** <a href="#documentation-generation-new-features" id="documentation-generation-new-features"></a>

* **New Template**: *Physical System Design* template added to streamline technical documentation.
* **New Content Type**: Introduced a *Summary Chapter* block to automatically highlight key sections.

***

#### **🔍 Issue Analysis – New Features** <a href="#issue-analysis-new-features" id="issue-analysis-new-features"></a>

* **Ticket Summarization (Preview)**: Automatically generates summaries of Jira or Redmine ticket descriptions and comments.

***

#### **🛠️ Other New Features** <a href="#other-new-features" id="other-new-features"></a>

* **New Data Source Interface**: Simplified and more intuitive.
* **Wiki.js Integration**: Now available as a knowledge base data source.
* **KSDL Editor Access**: The KSDL editor is now visible under Settings.
* **Django Authentication Support**

***

#### **🧠 Updated 3rd-Party Components** <a href="#updated-3rd-party-components" id="updated-3rd-party-components"></a>

* **Default LLM**: Upgraded to *Qwen3-32B* for enhanced performance.
* **Vector Indexing**: Switched to *VectorChord* for faster and more accurate results.

***

#### **🐞Bug Fixes & Improvements** <a href="#bug-fixes-and-improvements" id="bug-fixes-and-improvements"></a>

* Improved context during follow-up questions.
* Fixed multiple issues with codebase sync and improved sync performance.
* Resolved an issue where Suggested solutions weren’t appearing as comments in Jira.
* Numerous other minor fixes and performance enhancements.

***

\ <br>


---

# Agent Instructions: 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://docs.kodesage.ai/release-notes/git-1.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.
