Nightly (2026-04-22)

Wait 5 sec.

feature: support negation in queries (#1948)This PR adds the ability to use negation in queries. For example, `!=` as an equality operator `(cpu != 10)` and around groups, like `!(cpu > 5 or mem < 10)`.---------Co-authored-by: ClementTsang