feat: add announcements panel fetching from api.tauric.ai/v1/announcements

This commit is contained in:
Yijia Xiao
2026-02-02 04:53:03 +00:00
parent 3d040f8da4
commit b75940e901
3 changed files with 64 additions and 1 deletions

6
cli/config.py Normal file
View File

@@ -0,0 +1,6 @@
CLI_CONFIG = {
# Announcements
"announcements_url": "https://api.tauric.ai/v1/announcements",
"announcements_timeout": 1.0,
"announcements_fallback": "[cyan]For more information, please visit[/cyan] [link=https://github.com/TauricResearch]https://github.com/TauricResearch[/link]",
}