Conversation
Add check-digit algorithms (Luhn, Verhoeff, Damm, ISO 7064 MOD 97-10)
…atch Add multi-waypoint mouse gestures (move/drag through a polyline)
…batch Add clear-then-type field entry (Playwright fill idiom)
Add blocking wait-until-vanish (wait_until_gone / image / text)
Add hold-key / auto-repeat key input
…ve-batch Add relative mouse movement (move by delta)
…atch Add wait-for-region-colour (appear/vanish)
…-batch Add Unicode text entry via clipboard (emoji / CJK)
…te-batch Add held-modifiers context across an action group
…al-batch Add anchor ordinal (Nth match) + anchor_locate_all
…-batch Add grid/table cell addressing by row/col
…title-batch Add wait-for-window-title regex (appear/vanish)
…t-batch Add window tiling/layout geometry planner (halves, grids, cascade)
…ge-batch Add multi-window arrangers (grid / cascade) over the layout planner
…atch Add image preprocessing pipeline for OCR / template matching
…ut-batch Add multi-monitor / virtual-desktop geometry
…y-batch Add actionability gate (visible + stable + enabled + not-occluded)
…e-batch Add element-box fusion and reading-order for set-of-marks
…batch Add HSV colour-space segmentation (lighting-robust colour location)
…-batch Add MSER text-region detection (find text without OCR)
…atch Add Hough line / grid / separator detection
…batch Add retrying value assertions (expect.poll with matchers)
…n-batch Add composable / filtered candidate locators (chained locator)
…rd-batch Add rich clipboard (CF_HTML build/parse/get/set)
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 1122 |
| Duplication | 7 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Release bundling everything merged to
devsince the last release.Highlights
Vision / image lane (cv2, injectable haystack, headless-tested):
visual_match(scored / multi-scale / NMS / masked template matching),find_color_region,ssim_compare, ORBfeature_match,shape_locator(contour rectangles),hsv_segment(lighting-robust colour),text_regions(MSER, no OCR),edge_lines(Hough grid/dividers),preprocess(OCR/match pipeline).Locate / grounding:
element_parse(iou/merge/fuse/reading-order for set-of-marks),locator_chain(composable filtered locators).Window / display:
window_layout(tile/grid/cascade geometry),arrange_grid/arrange_cascade(move N windows),monitor_layout(multi-monitor / DPI geometry).Test robustness / flow:
actionability(visible+stable+enabled+unoccluded gate),expect_poll(retry any value), plus the round-11 automation primitives.Other:
rich_clipboard(CF_HTML),checksum, and the round-10 i18n/format batch.All features ship through the 5 layers (headless core → facade →
AC_*executor → MCP tool → Script Builder), each with a headless unit test and EN/Zh docs. The top-level package stays PySide6-free. Every constituent PR was merged CI-green (SonarCloud quality gate + GitHub Actions across Python 3.10–3.14 + the Docker headless image).