v0.11.0
Changelog
All notable changes to this project will be documented in this file.
v0.11.0 - 2026-05-13
Features
-
Feat: update addon version to 0.11.0
-
Feat: add focus object image capture and description use cases
Implement two new use cases for capturing the focused NVDA object:
- DescribeFocusedImageUseCase: captures the focused object's screen region
and describes it via the LLM using the existing image description prompt. - AttachFocusedImageToChatUseCase: captures the focused object's screen region
and opens a new chat with the image attached.
New layer mode bindings: F for focus describe, Z for attach focus image.
Adds focus_capture.py utility (NVDA API focus object -> screen region ->
base64 image) and registers both use cases in the registry.
Improvements
- Docs: update changelog and readme for focus object image capture features
Add changelog entries and readme documentation for the two new
focus object use cases (describe focused object, attach focused
object image to chat) and their layer mode key bindings (F, Z).
SHA256
c1bcf229b7bf956373ad2e687f02dc4839f43e0546e83f9bd9c20c94b70a872d AIAssistant-0.11.0.nvda-addon