feat(nux): conversational NUX with "last30" trigger and dynamic source status
Replace CLI-style promo banners with casual, conversational NUX message that teaches users to say "last30" + natural language. Remove stale Bird CLI npm install references and dead prompt_bird_install methods. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -924,9 +924,9 @@ def main():
|
||||
# Check what keys are missing for promo messaging
|
||||
missing_keys = env.get_missing_keys(config)
|
||||
|
||||
# Show promo for missing keys BEFORE research
|
||||
# Show NUX / promo for missing keys BEFORE research
|
||||
if missing_keys != 'none':
|
||||
progress.show_promo(missing_keys)
|
||||
progress.show_promo(missing_keys, diag=diag)
|
||||
|
||||
# Select models
|
||||
if args.mock:
|
||||
|
||||
Reference in New Issue
Block a user