This release adds 1 notable feature for engineering teams evaluating rollout.
Published 1mo
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Behavior, Asterisk, and Position-independent across a mixed release.
Full changelog
What's New
New Feature: Wildcard (Asterisk) Search
Add an asterisk (*) to a search query to switch tab search from fuzzy matching to literal substring ("contains") matching.
Behavior
insta*matches the contiguous substringinstaanywhere —Instagram,My Instagram Feed, even mid-word likebusinstall- Position-independent:
insta*,*insta, and*insta*all mean the same thing ("contains insta") - Case-insensitive, with every occurrence highlighted
- It's the precision counterpart to fuzzy: matches substrings that exact mode rejects (
burger*→hamburger), and rejects the scattered matches fuzzy accepts (gthb*finds nothing in "GitHub") - Quotes still win:
"insta*"is an exact whole-word search for a literalinsta* - Unquoted, asterisk-free queries still use fuzzy search; quoted queries still use exact whole-word search
- Search placeholder now hints at the feature
🤖 Generated with Claude Code
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ATO
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]