v0.1.5
0.1.5 (2025-09-19)
Full Changelog: v0.1.4...v0.1.5
Compatible with Beeper Desktop v4.1.210+
Added
POST /v0/create-chat: create single or group chats using participant IDs, optional title, and initial message text (CreateChatOutput).POST /v0/download-asset: fetch Matrixmxc://assets and return a localsrcURL(DownloadAssetOutput). Assets (avatars, message attachments) return a local file path if they are already download. This method can be used to download assets that are not yet downloaded.GET /v0/search: unified search returning top chats, participant matches, and first page of messages (UnifiedSearchOutput).GET /v0/search-users: look up contacts on a specific account before creating chats (SearchUsersOutput).
Changed
POST /v0/open-app(OpenAppInput): newdraftAttachmentPath; message jump now usesmessageID.GET /v0/search-chats(SearchChatsInput): consolidated literalquery, newscopetoggle (titles vs participants), removedparticipantQuery, droppedchannelfromtype, boolean filters now nullable.GET /v0/search-messages(SearchMessagesInput/SearchMessagesOutput): replacedonlyWith*flags withmediaTypesarray (any/video/image/link/file); default page size documented as 20 with enforced cap; updated cursor examples; mute/low-priority filters nullable.POST /v0/send-message(SendMessageOutput): response returnschatIDandpendingMessageIDinstead of a finalmessageID.
Removed
POST /v0/download-attachmentandGetAttachmentOutputsuperseded by the new download asset flow.