From bcef4bf1ce73d165acad1c54bb343c020c217f72 Mon Sep 17 00:00:00 2001 From: Roomote Date: Sat, 8 Aug 2026 03:09:03 +0000 Subject: [PATCH] docs: sync Slack audio and Gemini guidance --- apps/docs/providers/communications/slack.mdx | 12 ++++++++++++ apps/docs/providers/inference/google-gemini.mdx | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/apps/docs/providers/communications/slack.mdx b/apps/docs/providers/communications/slack.mdx index 622eedfb6..58edbe710 100644 --- a/apps/docs/providers/communications/slack.mdx +++ b/apps/docs/providers/communications/slack.mdx @@ -149,6 +149,18 @@ If you want to start tasks by direct message, make sure the app can receive DMs. Enable the app surfaces needed for messages to the bot, then keep the `message.im` event subscription enabled. +### Audio attachments + +Roomote transcribes the first audio attachment in a Slack message and includes +the transcript in the task prompt. Audio must be no larger than 20 MiB and use +AAC, FLAC, MP4, MPEG, OGG, WAV, or WebM. The deployment also needs at least one +configured model that supports audio input. + +If a message contains multiple audio attachments, Roomote transcribes only the +first and adds a warning to the task prompt. It also adds a warning when the +audio format is unsupported, the file is too large, no configured model can +transcribe it, or transcription fails. + ## Local URL changes Keep the public URL stable. When it changes, update the Slack app's redirect diff --git a/apps/docs/providers/inference/google-gemini.mdx b/apps/docs/providers/inference/google-gemini.mdx index 20b47b560..143edc400 100644 --- a/apps/docs/providers/inference/google-gemini.mdx +++ b/apps/docs/providers/inference/google-gemini.mdx @@ -21,9 +21,9 @@ Add **Google Gemini** in **Settings > Models** and paste the key, or configure: GEMINI_API_KEY=... ``` -Roomote adds recommended Gemini models under the `google/` prefix. A practical -mapping uses a Pro model for coding and planning and a Flash model for helper -and explore work. Refresh model metadata after Google changes preview model IDs. +Roomote adds recommended Gemini models under the `google/` prefix and uses +Gemini 3.6 Flash as the default recommendation across roles. Refresh model +metadata after Google changes preview model IDs. ## Cost behavior