feat: add star reminder after install completes (#89)

A friendly, non-intrusive message after successful installation
asking users to star the repo.

Co-authored-by: Panniantong <panniantong@users.noreply.github.com>
This commit is contained in:
Pnant
2026-03-07 01:55:26 +08:00
committed by GitHub
parent df34436942
commit f3d11fe89d
+6
View File
@@ -255,6 +255,12 @@ def _cmd_install(args):
if ok < total: if ok < total:
print() print()
print("🤖 Some channels are not active yet. If you're an AI Agent, try to fix them yourself — then run `agent-reach doctor` again.") print("🤖 Some channels are not active yet. If you're an AI Agent, try to fix them yourself — then run `agent-reach doctor` again.")
# Star reminder
print()
print("⭐ 如果 Agent Reach 帮到了你,给个 Star 让更多人发现它吧:")
print(" https://github.com/Panniantong/Agent-Reach")
print(" 只需一秒,对独立开发者意义很大。谢谢!🙏")
else: else:
print() print()
print("🔍 Dry run complete. No changes were made.") print("🔍 Dry run complete. No changes were made.")