# August 4, 2025

#### August 4, 2025

**Release Highlights — v0.438.0**

Greetings from the **Beye.ai** team! 👋\
Today’s update focuses on giving you more control over large data sets, richer conversational context, and even smarter analytics prompts—while we keep performance and reliability humming behind the scenes. 🚀

***

**✨ New Features**

* **Flexible Table Views** – Pick the page size that works for you (10, 25, 50+ rows) with an easy selector on every data table.
* **Message Time-Stamps** – Chat threads now show a subtle clock icon and footer so you can see exactly **when** each message was sent.
* **Helpful Conversation Starters** – Admin and chat APIs now surface suggested follow-up questions and support paginated results for smoother scrolling.
* **Power Prompt Library** – A full set of ready-made prompt chains and templates lets you spin up advanced business-analytics or conversational AI flows in seconds.
* **Self-Updating AI Prompts** – Behind-the-scenes versioning ensures you’re always running the latest prompt configurations without manual updates.

**🛠️ Improvements**

* **Tuned Caching** – Smarter cache logic handles more data types and respects expiration rules, keeping dashboards fast and fresh.
* **Modular AI Chains** – Refactored natural-language pipelines make it easier (and faster) for the platform to combine variables and context on the fly.
* **Streamlined Data Retrieval** – Cleaner channel and message interfaces reduce load times, while SQL utilities better preserve row-limit logic.
* **CI / CD Polish** – Faster build triggers and artifact handling keep releases rolling out smoothly.

**🐛 Bug Fixes**

* Squashed text-display typos and localization inconsistencies.
* Fixed rare serialization issues that could affect cached lists.

**📚 Documentation & Style**

* Added step-by-step guides for prompt versioning, pre-commit hooks, and local setup.
* New translations and warning messages across the app.
* Minor code-style clean-ups for long-term maintainability.

**⚙️ Under the Hood**

* Dependency upgrades on both frontend and backend for the latest security patches.
* Expanded automated test suites covering cache logic, SQL helpers, and UI components.

***

Thanks for being part of our journey! Your feedback powers every release and helps make **Generative BI** better each week. 😊


---

# 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.beye.ai/release-notes/august-4-2025.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.
