From dd1af8fc171905da989ee1a68cd32504899172b4 Mon Sep 17 00:00:00 2001 From: Yuhao Chen Date: Wed, 10 Jun 2026 14:11:58 +0800 Subject: [PATCH] fix(config): update stale comment from bird CLI to twitter-cli (#284) The project has migrated from bird to twitter-cli, but this inline comment still referenced the old name. Consistent with the fix in #282. --- agent_reach/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent_reach/config.py b/agent_reach/config.py index 963ef88..33c38ef 100644 --- a/agent_reach/config.py +++ b/agent_reach/config.py @@ -21,7 +21,7 @@ class Config: # Feature → required config keys FEATURE_REQUIREMENTS = { "exa_search": ["exa_api_key"], - "twitter_xreach": ["twitter_auth_token", "twitter_ct0"], # legacy key name; used by bird CLI + "twitter_xreach": ["twitter_auth_token", "twitter_ct0"], # legacy key name; used by twitter-cli "groq_whisper": ["groq_api_key"], "github_token": ["github_token"], }