Skip to content
Draft
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
4 changes: 4 additions & 0 deletions apps/docs/cost-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ analytics is optional product telemetry sent to the Roomote team.
If a provider does not report pricing or usage for a request, that request
cannot contribute a cost to the view. Use provider and model filters to narrow
an investigation when totals do not match an external provider invoice.

The detail view consolidates recorded usage into one row per task. If a task
used multiple users, environments, providers, or models, that column shows
**Multiple** and the row includes the task's combined cost.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The combined cost is only for the currently selected chart detail: getAnalyticsDetails filters by the active series, time bucket, and filters before aggregating by task. A task with usage across different buckets or series therefore appears with a partial cost here, not the task's total cost. Please qualify this as the cost within the selected detail view.

4 changes: 4 additions & 0 deletions apps/docs/providers/communications/discord.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ under **Settings > Automations**, the same way you would pick a Slack channel.
(lookups outside the originating task thread require a linked Discord account)
- use `/help` to see the available commands

Fast answers can use the conversation, the deployment's Brain, and enabled
deployment integrations to answer directly. Requests that need repository or
workspace execution are delegated to a normal Roomote task.

Roomote does not quote every message it answers. In a task thread, the
conversation itself supplies the context. When you start a task by tagging
Roomote in an existing thread, Roomote reads earlier messages in that thread
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/providers/communications/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ question or delegate work into a task. For example: `@Roomote /fast summarize
this thread` or `@Roomote /fast fix the failing CI job`. The earlier
`!fast <request>` form remains supported for compatibility.

Fast answers can use the conversation, the deployment's Brain, and enabled
deployment integrations to answer directly. Requests that need repository or
workspace execution are delegated to a normal Roomote task.

When your deployment exposes **Default messages to fast mode**, enable it under
**Settings > Personal** to send ordinary Slack and Discord messages through the
fast orchestrator without an explicit command.
Expand Down
Loading