Skip to content

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 14 May 01:45

Changelog

All notable changes to this project will be documented in this file.

v0.11.2 - 2026-05-14

Features

  • Feat(chat): add preserve_conversation option to OpenChatPayload

  • Updated OpenChatPayload interface to include a new optional boolean property preserve_conversation.

  • Modified openChat function to conditionally reset chat state based on the value of preserve_conversation.

  • Feat(chat-streaming): enhance endChatStream to support final HTML content

  • Updated endChatStream to accept final content from payload, allowing for
    replacement of placeholder text-delta content with authoritative HTML blocks.

  • Modified extractTextFromBlocks to handle both text and HTML content,
    ensuring proper extraction of text from HTML blocks.

  • Extended ChatStreamEndPayload interface to include optional content and
    answer_section fields for better data handling.

  • Refactored endStream method in Transcript class to accommodate final
    structured content, improving message rendering consistency.

  • Feat: exclude test files from the add-on package

Fixes

  • Fix: enhance chat preservation logic in openChat function

Updated the openChat function to improve the handling of the preserve_conversation flag. The function now checks for the flag in both the payload and its metadata, ensuring that the chat state is only reset when necessary.

SHA256

8cc404062b63a8a82b4a99cad3a7dd0a26af21007dd4311281394eacee573c57 AIAssistant-0.11.1.nvda-addon