Skip to content

v0.2.0

Choose a tag to compare

@achetronic achetronic released this 25 Feb 01:51
· 9 commits to main since this release

New scheduling system and search improvements.

✨ New features

Tweet scheduling — Queue tweets and threads for later publishing. Stored in a local YAML file so nothing gets lost if the server restarts. The AI is always in the loop — nothing publishes automatically. New tools: schedule_tweet, schedule_update, schedule_delete, schedule_list, schedule_get_publishable, schedule_publish.

🐛 Bug fixes

search_topics returning empty — Was using max_results=5 but Twitter requires a minimum of 10. Fixed default and added a floor.

Release pipeline downloading wrong artifacts — The Docker build artifact was being included in the release download, causing it to fail. Now only twitter-mcp-* artifacts are downloaded.

🔧 Improvements

Fresher search results — Searches now only return tweets from the last 24 hours, sorted by recency. Heat scores are now much more representative of what's happening now.

📝 Notes

Updated mcp-go from v0.43.2 to v0.44.0.