feat(deStyle): add query_styles functionality to enhance style querying capabilities#93
Merged
viratatwebflow merged 2 commits intosaifrom Mar 19, 2026
Merged
feat(deStyle): add query_styles functionality to enhance style querying capabilities#93viratatwebflow merged 2 commits intosaifrom
viratatwebflow merged 2 commits intosaifrom
Conversation
…ng capabilities - Introduced a new `query_styles` option in the deStyle tool, allowing users to filter styles based on various criteria such as style ID, name path, and CSS properties. - Updated validation to ensure at least one of the style-related actions (create_style, get_styles, update_style, query_styles) is provided. - Enhanced documentation for better clarity on the new querying features.
…pabilities - Updated the deStyle tool to include a new `remove_style` action, allowing users to remove specific styles by name and optionally specify parent styles. - Enhanced the tool's description to reflect the new functionality. - Updated validation to ensure at least one of the style-related actions (create_style, get_styles, update_style, remove_style, query_styles) is provided.
memo-pineda
approved these changes
Mar 19, 2026
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.
query_stylesoption in the deStyle tool, allowing users to filter styles based on various criteria such as style ID, name path, and CSS properties.