From e18437589799d56609b74deec637aa69929d8b7c Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 30 Oct 2025 17:12:43 +1100 Subject: [PATCH] feat: Add Posting to CLI tools --- tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools.py b/tools.py index 75ca022..a583152 100644 --- a/tools.py +++ b/tools.py @@ -30,7 +30,8 @@ CRAWLERS = [ CLI_AGENTS = [ "curl", "hurl", - "xh" + "xh", + "Posting" ]