Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to output news/announcements on startup #2429

Merged
merged 4 commits into from
Apr 18, 2023

Conversation

richbeales
Copy link
Contributor

@richbeales richbeales commented Apr 18, 2023

Background

Add the ability to read a file from the web (BULLETIN.md from our repo), and echo that to the user to keep them informed of community announcements, important news and new features, etc. Especially useful for those not on Discord.

Changes

Documentation

The file itself has information on how to suppress the output.

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes

@p-i-
Copy link
Contributor

p-i- commented Apr 18, 2023

This looks lovely.
I wonder if we should ONLY be displaying news if there is NEW news, i.e. writing the remote NEWS.md to a local _NEWS_REMOTE.md and on subsequent runs only displaying it if it's different.
Or showing it in green if it's new, and white if it's not.

If it displays each time, users will come to ignore it and won't notice when there's new news.
At the same time, it should display each run, as they'll forget what it said and not think to look for _NEWS_REMOTE.md

wotcha rkn?

@richbeales
Copy link
Contributor Author

@p-i- done. It'll always show, but in a different colour if new.

@p-i- p-i- merged commit bed0860 into Significant-Gravitas:master Apr 18, 2023
sindlinger pushed a commit to Orgsindlinger/Auto-GPT-WebUI that referenced this pull request Sep 25, 2024
Added ability to output news/announcements on startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants