Skip to content

ATO

v1.9.0 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Updates 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 substring insta anywhere — Instagram, My Instagram Feed, even mid-word like businstall
  • 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 literal insta*
  • 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

Track ATO

Get notified when new releases ship.

Sign up free

Related context

Beta — feedback welcome: [email protected]