docs: tighten passive voice and hedging on context-engine, xai, anthr… · openclaw/openclaw@c843c5b
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,12 +7,13 @@ read_when:
|
7 | 7 | title: "Context engine" |
8 | 8 | --- |
9 | 9 | |
10 | | -A **context engine** controls how OpenClaw builds model context for each run. |
11 | | -It decides which messages to include, how to summarize older history, and how |
12 | | -to manage context across subagent boundaries. |
| 10 | +A **context engine** controls how OpenClaw builds model context for each run: |
| 11 | +which messages to include, how to summarize older history, and how to manage |
| 12 | +context across subagent boundaries. |
13 | 13 | |
14 | | -OpenClaw ships with a built-in `legacy` engine. Plugins can register |
15 | | -alternative engines that replace the active context-engine lifecycle. |
| 14 | +OpenClaw ships with a built-in `legacy` engine and uses it by default — most |
| 15 | +users never need to change this. Install and select a plugin engine only when |
| 16 | +you want different assembly, compaction, or cross-session recall behavior. |
16 | 17 | |
17 | 18 | ## Quick start |
18 | 19 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -38,7 +38,7 @@ falls back to npm automatically.
|
38 | 38 | </Card> |
39 | 39 | </CardGroup> |
40 | 40 | |
41 | | -If a channel plugin is optional and may not be installed when onboarding/setup |
| 41 | +For a channel plugin that isn't guaranteed to be installed when onboarding/setup |
42 | 42 | runs, use `createOptionalChannelSetupSurface(...)` from |
43 | 43 | `openclaw/plugin-sdk/channel-setup`. It produces a setup adapter + wizard pair |
44 | 44 | that advertises the install requirement and fails closed on real config writes |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -278,11 +278,11 @@ OpenClaw supports Anthropic's prompt caching feature for API-key auth.
|
278 | 278 | |
279 | 279 | <AccordionGroup> |
280 | 280 | <Accordion title="401 errors / token suddenly invalid"> |
281 | | -Anthropic token auth can expire or be revoked. For new setups, migrate to an Anthropic API key. |
| 281 | +Anthropic token auth expires and can be revoked. For new setups, use an Anthropic API key instead. |
282 | 282 | </Accordion> |
283 | 283 | |
284 | 284 | <Accordion title='No API key found for provider "anthropic"'> |
285 | | -Auth is **per agent**. New agents don't inherit the main agent's keys. Re-run onboarding for that agent, or configure an API key on the gateway host, then verify with `openclaw models status`. |
| 285 | +Anthropic auth is **per agent** — new agents do not inherit the main agent's keys. Re-run onboarding for that agent (or configure an API key on the gateway host), then verify with `openclaw models status`. |
286 | 286 | </Accordion> |
287 | 287 | |
288 | 288 | <Accordion title='No credentials found for profile "anthropic:default"'> |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -64,7 +64,9 @@ current image-capable Grok refs in the bundled catalog.
|
64 | 64 | ## OpenClaw feature coverage |
65 | 65 | |
66 | 66 | The bundled plugin maps xAI's current public API surface onto OpenClaw's shared |
67 | | -provider and tool contracts where the behavior fits cleanly. |
| 67 | +provider and tool contracts. Capabilities that don't fit the shared contract |
| 68 | +(for example streaming TTS and realtime voice) are not exposed — see the table |
| 69 | +below. |
68 | 70 | |
69 | 71 | | xAI capability | OpenClaw surface | Status | |
70 | 72 | | -------------------------- | ----------------------------------------- | ------------------------------------------------------------------- | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。