v0.10.0
Pre-release
Pre-release
✨ Features
- feat: add direct message and bot self-profile tools (8135f1a)
- feat: complete forum posting with content and archived-thread listing (039178d)
New tools
- Direct messages:
list_dm_channels,send_dm(resolves the DM channel, then sends content, embeds, components, and/or attachments). - Bot self-profile:
get_current_user,modify_current_user(username, avatar, banner, and bio; avatar/banner accept a data URI or file source). - Forum completion:
create_threadnow accepts initial post content (message) andappliedTags, andlist_archived_threadslists archived forum posts.
send_message, edit_message, and send_dm now share a single buildMessageBody helper.
Full Changelog: v0.9.1...v0.10.0