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

# v7.x Releases

## v7.x Release Series

> 6 releases in this series. Last updated: 2026-07-09 17:52 UTC

### v7.9.0 — Xena AI System Prompt — Maximum Knowledge Upgrade

**Released:** 2026-07-08  |  **Category:** Xena AI  |  **Commit:**

* buildSystemPrompt() completely rewritten with 8 modules, UI/UX rules, brand guidelines
* 166 tools documented, Indian number formatting, business analyst personality

***

### v7.8.0 — Batch 4 — 16 New Tools (Appointments/Blog/Advanced CRM)

**Released:** 2026-07-08  |  **Category:** CRM  |  **Commit:**

* crm\_list\_appointments, crm\_create\_appointment, crm\_list\_appointment\_slots
* crm\_list\_document\_templates, crm\_list\_documents, crm\_list\_ai\_forecasts
* crm\_list\_lead\_integrations, crm\_get\_price\_book, crm\_list\_inventory\_items
* pos\_list\_sessions, site\_list\_enquiries, blog\_list\_posts, blog\_create\_post
* forum\_list\_topics, newsletter\_list\_subscribers, pos\_list\_order\_items
* Total Xena tools: 166 (was 150)

***

### v7.7.0 — Batch 3 — 16 New Accounts/HR Tools

**Released:** 2026-07-08  |  **Category:** Accounts & Finance  |  **Commit:**

* accounts\_list\_budgets, accounts\_create\_budget
* accounts\_list\_credit\_notes, accounts\_create\_credit\_note
* accounts\_list\_debit\_notes, accounts\_create\_debit\_note
* accounts\_list\_journal\_entries, accounts\_create\_journal\_entry
* accounts\_list\_chart\_of\_accounts, accounts\_list\_tax\_rates
* accounts\_list\_bank\_transfers, accounts\_create\_bank\_transfer
* accounts\_list\_employees, accounts\_create\_employee
* accounts\_list\_payslips, accounts\_create\_payslip
* Total Xena tools: 150 (was 134)

***

### v7.6.0 — Batch 2 — 17 New Tools (Notes/Services/Bookings/Calendar/Todos/Settings)

**Released:** 2026-07-08  |  **Category:** Platform  |  **Commit:**

* crm\_update\_note, crm\_delete\_note
* crm\_list\_services, crm\_create\_service, crm\_list\_service\_bookings, crm\_create\_service\_booking
* crm\_list\_solutions, crm\_create\_solution
* crm\_list\_calendar\_events, crm\_create\_calendar\_event
* crm\_create\_todo, crm\_create\_reminder
* crm\_list\_pipeline\_stages, crm\_get\_settings, crm\_list\_price\_books
* ecommerce\_create\_coupon, accounts\_list\_expenses (upgraded with correct columns)
* Total Xena tools: 134 (was 117)

***

### v7.5.0 — Batch 1 — 16 New Tools (Requirements/Milestones/Issues/TimeLogs/MailTemplates)

**Released:** 2026-07-08  |  **Category:** Xena AI  |  **Commit:**

* crm\_get\_requirements, crm\_add\_requirement, crm\_list\_requirements
* crm\_list\_milestones, crm\_create\_milestone, crm\_update\_milestone
* crm\_list\_issues, crm\_create\_issue, crm\_update\_issue, crm\_close\_issue
* crm\_list\_time\_logs, crm\_add\_time\_log, crm\_project\_time\_summary
* crm\_list\_mail\_templates, crm\_get\_mail\_template, crm\_create\_mail\_template
* Total Xena tools: 117 (was 101)

***

### v7.0.0 — Xena AI — Phase 4: 15 New CRM Tools (POs / Cases / Products / Vendors / Project Tasks / Create Docs)

**Released:** 2026-07-07  |  **Category:** Xena AI  |  **Commit:** [`f055afe`](https://github.com/goesscay/xenoraa/commit/f055afe)

* crm\_get\_purchase\_order: View PO by number/subject/ID — View + Edit buttons
* crm\_update\_purchase\_order: Update PO status, delivery date, notes, tracking, carrier
* crm\_get\_case: View support case by case number/subject/ID — View + Edit buttons
* crm\_create\_case: Create new support case (subject, priority, status, type, origin)
* crm\_update\_case: Update case status, priority, description, resolution
* crm\_close\_case: Close case with optional resolution — records closed\_at timestamp
* crm\_get\_product: View CRM product by name/ID — price, stock, GST, SKU
* crm\_update\_product: Update product price, stock, GST, description, active status
* crm\_get\_vendor: View vendor by name/ID — View + Edit buttons
* crm\_create\_vendor: Create new vendor/supplier with contact details
* crm\_get\_project\_task: View project task by name/ID — View + Edit buttons
* crm\_update\_project\_task: Update task status, priority, due date, description
* crm\_complete\_project\_task: Mark project task as completed — records completed\_at
* crm\_create\_invoice: Create header-only invoice (subject, amount, due date, status)
* crm\_create\_sales\_order: Create new sales order (subject, amount, delivery date, status)
* Total Xena tools: 101 (was 86)
* GitHub commit: f055afe

***


---

# 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.xenoraa.com/xenoraa-release-notes/v7.x-releases.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.
