diff --git a/distribution/agent-detection/pi.toml b/distribution/agent-detection/pi.toml index a58d30e9..77b2d632 100644 --- a/distribution/agent-detection/pi.toml +++ b/distribution/agent-detection/pi.toml @@ -1,7 +1,7 @@ id = "pi" -version = "2026.06.10.1" +version = "2026.09.14.1" min_engine_version = 1 -updated_at = "2026-06-10T00:00:00Z" +updated_at = "2026-09-14T00:00:00Z" aliases = ["herdr:pi"] [[rules]] @@ -11,3 +11,11 @@ priority = 100 region = "whole_recent" visible_working = true contains = ["Working..."] + +[[rules]] +id = "working_border" +state = "working" +priority = 100 +region = "bottom_non_empty_lines(12)" +visible_working = true +line_regex = ['^── [⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏] Working ─+$'] diff --git a/src/detect/manifests/pi.toml b/src/detect/manifests/pi.toml index a58d30e9..77b2d632 100644 --- a/src/detect/manifests/pi.toml +++ b/src/detect/manifests/pi.toml @@ -1,7 +1,7 @@ id = "pi" -version = "2026.06.10.1" +version = "2026.09.14.1" min_engine_version = 1 -updated_at = "2026-06-10T00:00:00Z" +updated_at = "2026-09-14T00:00:00Z" aliases = ["herdr:pi"] [[rules]] @@ -11,3 +11,11 @@ priority = 100 region = "whole_recent" visible_working = true contains = ["Working..."] + +[[rules]] +id = "working_border" +state = "working" +priority = 100 +region = "bottom_non_empty_lines(12)" +visible_working = true +line_regex = ['^── [⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏] Working ─+$']