Skip to content

v0.11.6

Choose a tag to compare

@github-actions github-actions released this 18 May 10:30

Changelog

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

v0.11.6 - 2026-05-18

Features

  • Feat: enhance host lifecycle management with process health check

Other

  • Merge pull request #11 from adil-adysh/dependabot/github_actions/actions/upload-artifact-7

chore(deps): bump actions/upload-artifact from 4 to 7

Refactoring

  • Refactor context pipeline and extraction logic

  • Updated the LanguageContextCollector to handle requests directly and collect language metadata for each request.

  • Refactored ExtractionTextCollector and ExtractionStructureCollector to implement request handling and collection methods.

  • Introduced ContentRequest types to streamline request handling across collectors.

  • Enhanced ContextPipeline to process extraction intents and manage snapshots for text and image requests.

  • Removed deprecated context profile handling in favor of explicit extraction intents in use cases.

  • Updated various use cases to utilize the new extraction intent structure for improved clarity and functionality.

  • Added logging and error handling improvements in image capture and object location resolution.

  • Refactor context extraction pipeline to utilize explicit ContentRequest types

  • Introduced ContentRequest types (PageTextRequest, PageStructureRequest, etc.) to clarify intent in context extraction.

  • Updated ContextCollector interface to handle requests via handles_request() and collect_for_request() methods.

  • Refactored collectors (ImageContextCollector, LanguageContextCollector, etc.) to align with the new request handling mechanism.

  • Enhanced extraction logic in various extractors to streamline text and image extraction processes.

  • Removed deprecated context profile handling in favor of extraction intents.

  • Consolidated utility functions for text extraction and normalization into a new extraction_utils module.

  • Updated use cases to utilize the new extraction intent structure for improved clarity and maintainability.

SHA256

9c468f223f0eb93b9b3beedf05ebf01720e29f719c92ba7a6e2a0864ec1fb454 AIAssistant-0.11.6.nvda-addon