Skip to content

fix(sdk): include compiled list items in find_by_text - #130

Merged
dbhurley merged 1 commit into
masterfrom
automation/sdk-find-by-text-list-items
Aug 21, 2026
Merged

dbhurley merged 1 commit into
masterfrom
automation/sdk-find-by-text-list-items

Conversation

@dbhurley

Copy link
Copy Markdown
Member

Summary

SOM lists compile item copy into attrs.items and leave element.text empty. Python SDK find_by_text only searched text/label, so agents could not locate compiled lists by item copy.

This run matches compiled list item text for substring lookup.

Proof

Focused: PYTHONPATH=src python3 -m pytest tests/test_query.py::TestFindByText -v in sdk/python (8 passed).

Plasmate MCP: https://docs.plasmate.app (fetch_page, selector=main) and https://plasmate.app (extract_text).

Governor

One small SDK query delta. No security, cache, or protocol changes. Unique from open #127 (Node toMarkdown tables), #128 (Python parser find_by_text lists), and #129 (Node parser findByText lists).

SOM lists compile item copy into attrs.items and leave element.text empty.
Python SDK find_by_text only searched text/label, so agents could not locate
compiled lists by item copy.
@vercel

vercel Bot commented Aug 21, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
plasmate-app Ready Ready Preview Aug 21, 2026 11:05am

Request Review

This branch was successfully deployed

1 active deployment
Preview — 6373fa08 Deployed Aug 21, 2026 by vercel[bot]
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