Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@
"Wix",
"Xero",
"frontmatter",
"logomark",
"reauth",
"reauthorize",
"Supabase",
"uvx",
"webhook"
]
Expand Down
10 changes: 10 additions & 0 deletions features/chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Ask it to summarise your unread emails and create tasks from the actionable ones

Describe the outcome. Get the outcome. Review.

## Model mode

Use the model mode dropdown in the chat composer to choose **High** or **Fast** for the current chat.

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 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.
Expand Down
11 changes: 11 additions & 0 deletions remote/telegram.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ 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 switch the current Telegram conversation to Fast mode. Fast mode turns reasoning off for quick, lighter work and can use fewer tokens.

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

You can send more than just text:
Expand All @@ -76,6 +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 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. |
Expand Down
Loading