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.
This commit is contained in:
Yuhao Chen
2026-06-10 14:11:58 +08:00
committed by GitHub
parent 7e264cbde6
commit dd1af8fc17
+1 -1
View File
@@ -21,7 +21,7 @@ class Config:
# Feature → required config keys # Feature → required config keys
FEATURE_REQUIREMENTS = { FEATURE_REQUIREMENTS = {
"exa_search": ["exa_api_key"], "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"], "groq_whisper": ["groq_api_key"],
"github_token": ["github_token"], "github_token": ["github_token"],
} }