From 6b4340fcf3409caab9b98e1f004087b2bb276ca2 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 3 May 2026 17:25:54 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@2805bbd3d7a95dbf31dd9e69a1d3aed660c1bb1f --- .openclaw-sync/source.json | 4 ++-- docs/channels/slack.md | 5 +++++ docs/tools/btw.md | 3 ++- docs/tools/slash-commands.md | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 0e0cd196f..d54429966 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/channels/slack.md b/docs/channels/slack.md index 07ce37ae4..6ab601a6d 100644 --- a/docs/channels/slack.md +++ b/docs/channels/slack.md @@ -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": "" }, + { + "command": "/side", + "description": "Ask a side question without changing session context", + "usage_hint": "" + }, { "command": "/usage", "description": "Control the usage footer or show cost summary", diff --git a/docs/tools/btw.md b/docs/tools/btw.md index e6d2f97ef..ccf73c996 100644 --- a/docs/tools/btw.md +++ b/docs/tools/btw.md @@ -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? diff --git a/docs/tools/slash-commands.md b/docs/tools/slash-commands.md index bd0b316ba..5503e4a80 100644 --- a/docs/tools/slash-commands.md +++ b/docs/tools/slash-commands.md @@ -164,7 +164,7 @@ Current source-of-truth: - `/skill [input]` runs a skill by name. - `/allowlist [list|add|remove] ...` manages allowlist entries. Text-only. - `/approve ` resolves exec approval prompts. - - `/btw ` asks a side question without changing future session context. See [BTW](/tools/btw). + - `/btw ` asks a side question without changing future session context. Alias: `/side`. See [BTW](/tools/btw). @@ -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.