Skip to content

Release: vision, locate, window-management & test-robustness lanes (v115–v144)#355

Merged
JE-Chen merged 69 commits into
mainfrom
dev
Jun 23, 2026
Merged

Release: vision, locate, window-management & test-robustness lanes (v115–v144)#355
JE-Chen merged 69 commits into
mainfrom
dev

Conversation

@JE-Chen

@JE-Chen JE-Chen commented Jun 23, 2026

Copy link
Copy Markdown
Member

Release bundling everything merged to dev since 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, ORB feature_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).

JE-Chen added 30 commits June 22, 2026 22:26
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)
…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)
JE-Chen added 27 commits June 23, 2026 04:43
…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)
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 1122 complexity · 7 duplication

Metric Results
Complexity 1122
Duplication 7

View in Codacy

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.

@JE-Chen JE-Chen merged commit 5822b40 into main Jun 23, 2026
31 checks passed
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant