Skip to content

v0.10.0

Pre-release
Pre-release

Choose a tag to compare

@Hydr46605 Hydr46605 released this 16 Aug 21:15
· 20 commits to main since this 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_thread now accepts initial post content (message) and appliedTags, and list_archived_threads lists archived forum posts.

send_message, edit_message, and send_dm now share a single buildMessageBody helper.

Full Changelog: v0.9.1...v0.10.0