Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
/btwIt is modeled after Claude Code's
/btwWhen you send:
text/btw what changed?
OpenClaw:
The important mental model is:
/btwchat.historyIt is intentionally ephemeral.
BTW uses the current session as background context only.
If the main run is currently active, OpenClaw snapshots the current message state and includes the in-flight main prompt as background context, while explicitly telling the model:
That keeps BTW isolated from the main run while still making it aware of what the session is about.
BTW is not delivered as a normal assistant transcript message.
At the Gateway protocol level:
chatchat.side_resultThis separation is intentional. If BTW reused the normal
chatBecause BTW uses a separate live event and is not replayed from
chat.historyIn TUI, BTW is rendered inline in the current session view, but it remains ephemeral:
EnterEscOn channels like Telegram, WhatsApp, and Discord, BTW is delivered as a clearly labeled one-off reply because those surfaces do not have a local ephemeral overlay concept.
The answer is still treated as a side result, not normal session history.
The Gateway emits BTW correctly as
chat.side_resultchat.historyThe current Control UI still needs a dedicated
chat.side_resultUse
/btwExamples:
text/btw what file are we editing? /btw what does this error mean? /btw summarize the current task in one sentence /btw what is 17 * 19?
Do not use
/btwIn that case, ask normally in the main session instead of using BTW.
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine