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

# Cycle 34

### New Features

**AI Assistant - Conversation History**

* The AI Assistant now stores a deeper conversation history, saving all conversations for 30 days after the initial creation. Bookmarking conversations will still save them indefinitely.&#x20;

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FEIK1HnNyUCXRy7NQML5s%2FScreenshot%202026-09-11%20at%208.21.38%E2%80%AFAM.png?alt=media&amp;token=548c8a07-e5bd-44f8-8745-624af464e425" alt=""><figcaption><p>Conversation History with new saved time frame highlighted</p></figcaption></figure>

**AI Assistant - Inline Chat Renaming**

* You can now rename a chat by clicking directly on its title in the header or conversation list, instead of digging through the overflow menu.

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2F2tHV4EtrxWgMIRPYATaV%2FScreen%20Recording%202026-09-15%20at%209.21.33%20AM.gif?alt=media&amp;token=cc9c9857-58bc-443c-8f63-7ae7e63b4fd9" alt=""><figcaption><p>Example of Inline Chat Renaming</p></figcaption></figure>

### Improvements

**Objection Response Workspace - Sources**

* Adjusted the number of source filings considered by the Objection Response tool, an objection response can have up to 25 total source filings, with each response section having up to 5 source filings listed.&#x20;

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FvnB31nWfUxxe40mDAUgy%2FScreenshot%202026-09-11%20at%208.31.11%E2%80%AFAM.png?alt=media&amp;token=e1c87c3f-b6b0-42a2-8105-398266a33726" alt=""><figcaption><p>Objection Response workspace highlighting increased sources for a response</p></figcaption></figure>

* The Objection Response Workspace now includes a warning the workspace can only process letters with 25 objections or less.&#x20;

<figure><img src="https://3627719227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRDo7Wvsasy8Pyg5liYJv%2Fuploads%2FiyI98breS2YwUF3kbQuc%2FScreenshot%202026-09-11%20at%208.24.41%E2%80%AFAM.png?alt=media&amp;token=a49fa318-a255-458c-aa36-61bf6d20dbef" alt=""><figcaption><p>Objection Response page highlighting the objection limit</p></figcaption></figure>

### Bug Fixes

INS-2375: Fixed a bug that caused Intelligence Briefs to fail to generate.


---

# 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.insuraviews.com/releases/release-notes/cycle-34.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.
