chore(sync): mirror docs from openclaw/openclaw@2805bbd3d7

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-03 17:25:54 +00:00
parent a103d72f8d
commit 6b4340fcf3
4 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "0ff09c4e4939ab52a0904b96e9d22c0cb7013327",
"syncedAt": "2026-05-03T17:22:00.797Z"
"sha": "2805bbd3d7a95dbf31dd9e69a1d3aed660c1bb1f",
"syncedAt": "2026-05-03T17:23:51.233Z"
}

View File

@ -387,6 +387,11 @@ The default manifest enables the Slack App Home **Home** tab and subscribes to `
"description": "Ask a side question without changing session context",
"usage_hint": "<question>"
},
{
"command": "/side",
"description": "Ask a side question without changing session context",
"usage_hint": "<question>"
},
{
"command": "/usage",
"description": "Control the usage footer or show cost summary",

View File

@ -7,7 +7,7 @@ title: "BTW side questions"
---
`/btw` lets you ask a quick side question about the **current session** without
turning that question into normal conversation history.
turning that question into normal conversation history. `/side` is an alias.
It is modeled after Claude Code's `/btw` behavior, but adapted to OpenClaw's
Gateway and multi-channel architecture.
@ -121,6 +121,7 @@ Examples:
```text
/btw what file are we editing?
/side what changed while the main run continued?
/btw what does this error mean?
/btw summarize the current task in one sentence
/btw what is 17 * 19?

View File

@ -164,7 +164,7 @@ Current source-of-truth:
- `/skill <name> [input]` runs a skill by name.
- `/allowlist [list|add|remove] ...` manages allowlist entries. Text-only.
- `/approve <id> <decision>` resolves exec approval prompts.
- `/btw <question>` asks a side question without changing future session context. See [BTW](/tools/btw).
- `/btw <question>` asks a side question without changing future session context. Alias: `/side`. See [BTW](/tools/btw).
</Accordion>
<Accordion title="Subagents and ACP">
@ -457,7 +457,7 @@ Examples:
## BTW side questions
`/btw` is a quick **side question** about the current session.
`/btw` is a quick **side question** about the current session. `/side` is an alias.
Unlike normal chat:
@ -473,6 +473,7 @@ Example:
```text
/btw what are we doing right now?
/side what changed while the main run continued?
```
See [BTW Side Questions](/tools/btw) for the full behavior and client UX details.