From 5a47bd28e61b2fb2edfc422983b26956dabd7920 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 5 Apr 2026 18:12:15 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@84e76f7cce22c6dd830fe7e3d6a7a98163092425 --- .openclaw-sync/source.json | 4 ++-- docs/concepts/context.md | 2 +- docs/gateway/configuration-reference.md | 1 - docs/plugins/architecture.md | 1 - docs/plugins/sdk-overview.md | 2 -- docs/reference/session-management-compaction.md | 2 +- docs/tools/acp-agents.md | 1 - 7 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index e0a3acf7c..071735089 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "05d351c4301633867265ee2f80db38d0c66b6611", - "syncedAt": "2026-04-05T17:47:20.142Z" + "sha": "84e76f7cce22c6dd830fe7e3d6a7a98163092425", + "syncedAt": "2026-04-05T18:12:15.390Z" } diff --git a/docs/concepts/context.md b/docs/concepts/context.md index 5d9bd60af..5c48bed11 100644 --- a/docs/concepts/context.md +++ b/docs/concepts/context.md @@ -167,7 +167,7 @@ pluggable interface, lifecycle hooks, and configuration. `/context` prefers the latest **run-built** system prompt report when available: - `System prompt (run)` = captured from the last embedded (tool-capable) run and persisted in the session store. -- `System prompt (estimate)` = computed on the fly when no run report exists (or when running via a CLI backend that doesn’t generate the report). +- `System prompt (estimate)` = computed on the fly when no run report exists yet. Either way, it reports sizes and top contributors; it does **not** dump the full system prompt or tool schemas. diff --git a/docs/gateway/configuration-reference.md b/docs/gateway/configuration-reference.md index 200eba532..50ac90b17 100644 --- a/docs/gateway/configuration-reference.md +++ b/docs/gateway/configuration-reference.md @@ -1064,7 +1064,6 @@ Z.AI GLM-4.x models automatically enable thinking mode unless you set `--thinkin Z.AI models enable `tool_stream` by default for tool call streaming. Set `agents.defaults.models["zai/"].params.tool_stream` to `false` to disable it. Anthropic Claude 4.6 models default to `adaptive` thinking when no explicit thinking level is set. -- CLI backends are text-first; tools are always disabled. - Sessions supported when `sessionArg` is set. - Image pass-through supported when `imageArg` accepts file paths. diff --git a/docs/plugins/architecture.md b/docs/plugins/architecture.md index 5ee180cb7..402e64db1 100644 --- a/docs/plugins/architecture.md +++ b/docs/plugins/architecture.md @@ -30,7 +30,6 @@ native OpenClaw plugin registers against one or more capability types: | Capability | Registration method | Example plugins | | ---------------------- | ------------------------------------------------ | ------------------------------------ | | Text inference | `api.registerProvider(...)` | `openai`, `anthropic` | -| CLI inference backend | `api.registerCliBackend(...)` | `openai`, `anthropic` | | Speech | `api.registerSpeechProvider(...)` | `elevenlabs`, `microsoft` | | Realtime transcription | `api.registerRealtimeTranscriptionProvider(...)` | `openai` | | Realtime voice | `api.registerRealtimeVoiceProvider(...)` | `openai` | diff --git a/docs/plugins/sdk-overview.md b/docs/plugins/sdk-overview.md index 12191cf67..5c659aa24 100644 --- a/docs/plugins/sdk-overview.md +++ b/docs/plugins/sdk-overview.md @@ -122,7 +122,6 @@ explicitly promotes one as public. | `plugin-sdk/provider-entry` | `defineSingleProviderPluginEntry` | | `plugin-sdk/provider-setup` | Curated local/self-hosted provider setup helpers | | `plugin-sdk/self-hosted-provider-setup` | Focused OpenAI-compatible self-hosted provider setup helpers | - | `plugin-sdk/cli-backend` | CLI backend defaults + watchdog constants | | `plugin-sdk/provider-auth-runtime` | Runtime API-key resolution helpers for provider plugins | | `plugin-sdk/provider-auth-api-key` | API-key onboarding/profile-write helpers | | `plugin-sdk/provider-auth-result` | Standard OAuth auth-result builder | @@ -283,7 +282,6 @@ methods: | Method | What it registers | | ------------------------------------------------ | -------------------------------- | | `api.registerProvider(...)` | Text inference (LLM) | -| `api.registerCliBackend(...)` | Local CLI inference backend | | `api.registerChannel(...)` | Messaging channel | | `api.registerSpeechProvider(...)` | Text-to-speech / STT synthesis | | `api.registerRealtimeTranscriptionProvider(...)` | Streaming realtime transcription | diff --git a/docs/reference/session-management-compaction.md b/docs/reference/session-management-compaction.md index 1b22a8cc6..01219de43 100644 --- a/docs/reference/session-management-compaction.md +++ b/docs/reference/session-management-compaction.md @@ -332,7 +332,7 @@ Notes: - The default prompt/system prompt include a `NO_REPLY` hint to suppress delivery. - The flush runs once per compaction cycle (tracked in `sessions.json`). -- The flush runs only for embedded Pi sessions (CLI backends skip it). +- The flush runs only for embedded Pi sessions. - The flush is skipped when the session workspace is read-only (`workspaceAccess: "ro"` or `"none"`). - See [Memory](/concepts/memory) for the workspace file layout and write patterns. diff --git a/docs/tools/acp-agents.md b/docs/tools/acp-agents.md index fcfeec9ea..683a3bbe2 100644 --- a/docs/tools/acp-agents.md +++ b/docs/tools/acp-agents.md @@ -114,7 +114,6 @@ Important distinction: For operators, the practical rule is: - want `/acp spawn`, bindable sessions, runtime controls, or persistent harness work: use ACP -- want simple local text fallback through the raw CLI: use CLI backends ## Bound sessions