# Changelog

{% updates format="full" %}
{% update date="2026-03-29" %}

## Plugin and UI updates

This release adds plugin improvements and a cleaner navigation experience.

### Plugin updates

* Improved plugin support and overall plugin reliability.
* Smoothed out plugin behavior across key flows.
* Prepared the platform for easier plugin-related updates going forward.

### Light and dark mode

* Added light mode for a bright, clean reading experience.
* Added dark mode for lower eye strain in low-light settings.
* Users can now switch between both themes based on preference.
  {% endupdate %}
  {% endupdates %}


---

# 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.lunnara.me/readme.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.
