From 96f567d6bc6574c553ffc47450d6db6b54c9482a Mon Sep 17 00:00:00 2001 From: biswaroop1547 Date: Mon, 29 Jun 2026 21:08:03 +0530 Subject: [PATCH 1/3] docs: document fast mode settings --- .cspell.json | 2 ++ features/chat.mdx | 8 ++++++++ remote/telegram.mdx | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/.cspell.json b/.cspell.json index 2da0ce6..3ebf9b7 100644 --- a/.cspell.json +++ b/.cspell.json @@ -69,8 +69,10 @@ "Wix", "Xero", "frontmatter", + "logomark", "reauth", "reauthorize", + "Supabase", "uvx", "webhook" ] diff --git a/features/chat.mdx b/features/chat.mdx index fd0b8d4..bc4d361 100644 --- a/features/chat.mdx +++ b/features/chat.mdx @@ -18,6 +18,14 @@ Ask it to summarise your unread emails and create tasks from the actionable ones Describe the outcome. Get the outcome. Review. +## Model mode + +Open **Settings → Model mode** to choose Default or Fast. + +Default uses full reasoning for harder work. Fast turns reasoning off for quick, lighter requests where speed matters more than depth. It can respond sooner and use fewer tokens. + +The setting is saved to your Fluso account. Changing it here also changes Telegram, and sending [`/fast`](/remote/telegram#fast-mode) in Telegram changes the Mac app. + ## Asking for things well Two things matter more than anything else. diff --git a/remote/telegram.mdx b/remote/telegram.mdx index 08a7d1b..ac68ad0 100644 --- a/remote/telegram.mdx +++ b/remote/telegram.mdx @@ -59,6 +59,12 @@ If you ask for something that needs an app you have not connected yet, the bot w Before Fluso sends anything for you (an email, a Slack message, a new issue), it shows you the draft and waits for your yes. Nothing goes out without your approval. +## Fast mode + +Send `/fast` to toggle faster replies. Fast mode turns reasoning off for quick, lighter work and can use fewer tokens. Send `/fast` again to return to Default mode. + +This is saved to your Fluso account. If you change it in Telegram, **Settings → Model mode** in the Mac app changes too, and the reverse is also true. See [Model mode](/features/chat#model-mode) for the desktop setting. + ## Files, images, voice You can send more than just text: @@ -76,6 +82,7 @@ Very large files may not go through. If a file is rejected, send a smaller versi | Command | What it does | |---|---| | `/newchat` | Start a fresh conversation. Your files are kept. | +| `/fast` | Toggle faster replies for quick, lighter work. | | `/reset` | Wipes everything: files, chat history, and what Fluso has learned. Cannot be undone. | | `/abort` | Stop what Fluso is doing right now. | | `/schedules` | Show anything Fluso has scheduled, if any. | From 3b143f9d1d8f306ed72dd5c9fd6fb24dcdca1840 Mon Sep 17 00:00:00 2001 From: biswaroop1547 Date: Tue, 30 Jun 2026 20:25:24 +0530 Subject: [PATCH 2/3] docs: document chat scoped fast mode --- features/chat.mdx | 6 +++--- remote/telegram.mdx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/chat.mdx b/features/chat.mdx index bc4d361..6e7f536 100644 --- a/features/chat.mdx +++ b/features/chat.mdx @@ -20,11 +20,11 @@ Describe the outcome. Get the outcome. Review. ## Model mode -Open **Settings → Model mode** to choose Default or Fast. +Use the model mode dropdown in the chat composer to choose **High** or **Fast** for the current chat. -Default uses full reasoning for harder work. Fast turns reasoning off for quick, lighter requests where speed matters more than depth. It can respond sooner and use fewer tokens. +High uses full reasoning for harder work. Fast turns reasoning off for quick, lighter requests where speed matters more than depth. It can respond sooner and use fewer tokens. -The setting is saved to your Fluso account. Changing it here also changes Telegram, and sending [`/fast`](/remote/telegram#fast-mode) in Telegram changes the Mac app. +The mode is chat-specific. You can change it between messages, and new chats start in High mode unless you switch them. ## Asking for things well diff --git a/remote/telegram.mdx b/remote/telegram.mdx index ac68ad0..944338f 100644 --- a/remote/telegram.mdx +++ b/remote/telegram.mdx @@ -61,9 +61,9 @@ Before Fluso sends anything for you (an email, a Slack message, a new issue), it ## Fast mode -Send `/fast` to toggle faster replies. Fast mode turns reasoning off for quick, lighter work and can use fewer tokens. Send `/fast` again to return to Default mode. +Send `/fast` to toggle faster replies for the current Telegram conversation. Fast mode turns reasoning off for quick, lighter work and can use fewer tokens. Send `/fast` again to return to High mode. -This is saved to your Fluso account. If you change it in Telegram, **Settings → Model mode** in the Mac app changes too, and the reverse is also true. See [Model mode](/features/chat#model-mode) for the desktop setting. +This is session-specific, not an account setting. `/newchat` starts a fresh conversation back in High mode. ## Files, images, voice @@ -82,7 +82,7 @@ Very large files may not go through. If a file is rejected, send a smaller versi | Command | What it does | |---|---| | `/newchat` | Start a fresh conversation. Your files are kept. | -| `/fast` | Toggle faster replies for quick, lighter work. | +| `/fast` | Toggle Fast mode for the current conversation. `/newchat` resets it to High. | | `/reset` | Wipes everything: files, chat history, and what Fluso has learned. Cannot be undone. | | `/abort` | Stop what Fluso is doing right now. | | `/schedules` | Show anything Fluso has scheduled, if any. | From 0e2a909c8f4f48a6d4716625586efb886f868cfd Mon Sep 17 00:00:00 2001 From: biswaroop1547 Date: Tue, 30 Jun 2026 21:56:14 +0530 Subject: [PATCH 3/3] Clarify chat and Telegram fast mode scope --- features/chat.mdx | 2 ++ remote/telegram.mdx | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/features/chat.mdx b/features/chat.mdx index 6e7f536..b7d819b 100644 --- a/features/chat.mdx +++ b/features/chat.mdx @@ -26,6 +26,8 @@ High uses full reasoning for harder work. Fast turns reasoning off for quick, li The mode is chat-specific. You can change it between messages, and new chats start in High mode unless you switch them. +This only affects the chat you are using in the app. Telegram has its own conversation mode: using `/fast` in Telegram does not change an app chat, and changing the app dropdown does not change Telegram. + ## Asking for things well Two things matter more than anything else. diff --git a/remote/telegram.mdx b/remote/telegram.mdx index 944338f..01a8415 100644 --- a/remote/telegram.mdx +++ b/remote/telegram.mdx @@ -61,9 +61,13 @@ Before Fluso sends anything for you (an email, a Slack message, a new issue), it ## Fast mode -Send `/fast` to toggle faster replies for the current Telegram conversation. Fast mode turns reasoning off for quick, lighter work and can use fewer tokens. Send `/fast` again to return to High mode. +Send `/fast` to switch the current Telegram conversation to Fast mode. Fast mode turns reasoning off for quick, lighter work and can use fewer tokens. -This is session-specific, not an account setting. `/newchat` starts a fresh conversation back in High mode. +Send `/fast` again in the same Telegram conversation to switch back to High mode. The bot sends a short confirmation each time, so you can see whether Fast mode is on or off. + +This is conversation-specific, not an account setting. `/newchat` starts a fresh Telegram conversation back in High mode. + +Telegram mode and app mode are separate. Using `/fast` in Telegram does not change any chat in the app, and changing the app's High/Fast dropdown does not change Telegram. ## Files, images, voice @@ -82,7 +86,7 @@ Very large files may not go through. If a file is rejected, send a smaller versi | Command | What it does | |---|---| | `/newchat` | Start a fresh conversation. Your files are kept. | -| `/fast` | Toggle Fast mode for the current conversation. `/newchat` resets it to High. | +| `/fast` | Toggle the current conversation between Fast and High. `/newchat` resets it to High. | | `/reset` | Wipes everything: files, chat history, and what Fluso has learned. Cannot be undone. | | `/abort` | Stop what Fluso is doing right now. | | `/schedules` | Show anything Fluso has scheduled, if any. |