Skip to content

fix pagination classifier to prioritize semantic labels over glyph syms#4661

Merged
laithrw merged 1 commit into
mainfrom
issue-4620-fix
Apr 11, 2026
Merged

fix pagination classifier to prioritize semantic labels over glyph syms#4661
laithrw merged 1 commit into
mainfrom
issue-4620-fix

Conversation

@laithrw
Copy link
Copy Markdown
Member

@laithrw laithrw commented Apr 11, 2026

Resolves #4620


Summary by cubic

Fix pagination button detection to prefer semantic labels ("first", "last") over shared glyphs ("«", "»") across sites. Removed those glyphs from first/last patterns and reordered checks so first/last win before next/prev, treating "«" and "»" only as prev/next fallbacks.

Written for commit 9ad4c63. Summary will update on new commits.

@github-actions
Copy link
Copy Markdown

Agent Task Evaluation Results: 2/2 (100%)

View detailed results
Task Result Reason
amazon_laptop ✅ Pass Skipped - API key not available (fork PR or missing secret)
browser_use_pip ✅ Pass Skipped - API key not available (fork PR or missing secret)

Check the evaluate-tasks job for detailed task execution logs.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@laithrw laithrw merged commit 1324a88 into main Apr 11, 2026
88 checks passed
@laithrw laithrw deleted the issue-4620-fix branch April 11, 2026 22:39
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.

Bug: Pagination classifier mislabels first/last controls as prev/next when using shared symbols («, »)

1 participant