From 6e4680c2e2ff321f31f307896fe97b0f3d16aa1b Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 8 Apr 2026 08:03:49 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@490c9c80ef0be925dd1022bffa7c7cad4df57c58 --- .openclaw-sync/source.json | 4 ++-- docs/plugins/sdk-migration.md | 1 + docs/plugins/sdk-overview.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 9608882e6..bc291b430 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "3e7e6f2f60e8529fd22a5fece793588df9db4cea", - "syncedAt": "2026-04-08T06:27:40.751Z" + "sha": "490c9c80ef0be925dd1022bffa7c7cad4df57c58", + "syncedAt": "2026-04-08T08:03:48.980Z" } diff --git a/docs/plugins/sdk-migration.md b/docs/plugins/sdk-migration.md index b8a4f625d..077199675 100644 --- a/docs/plugins/sdk-migration.md +++ b/docs/plugins/sdk-migration.md @@ -279,6 +279,7 @@ Current bundled provider examples: | `plugin-sdk/provider-onboard` | Provider onboarding patches | Onboarding config helpers | | `plugin-sdk/provider-http` | Provider HTTP helpers | Generic provider HTTP/endpoint capability helpers | | `plugin-sdk/provider-web-fetch` | Provider web-fetch helpers | Web-fetch provider registration/cache helpers | + | `plugin-sdk/provider-web-search-config-contract` | Provider web-search config helpers | Narrow web-search config/credential helpers for providers that do not need plugin-enable wiring | | `plugin-sdk/provider-web-search-contract` | Provider web-search contract helpers | Narrow web-search config/credential contract helpers such as `enablePluginInConfig`, `resolveProviderWebSearchPluginConfig`, and scoped credential setters/getters | | `plugin-sdk/provider-web-search` | Provider web-search helpers | Web-search provider registration/cache/runtime helpers | | `plugin-sdk/provider-tools` | Provider tool/schema compat helpers | `ProviderToolCompatFamily`, `buildProviderToolCompatFamilyHooks`, Gemini schema cleanup + diagnostics, and xAI compat helpers such as `resolveXaiModelCompatPatch` / `applyXaiModelCompat` | diff --git a/docs/plugins/sdk-overview.md b/docs/plugins/sdk-overview.md index ed78e0890..48f8b1a6d 100644 --- a/docs/plugins/sdk-overview.md +++ b/docs/plugins/sdk-overview.md @@ -135,6 +135,7 @@ explicitly promotes one as public. | `plugin-sdk/provider-http` | Generic provider HTTP/endpoint capability helpers | | `plugin-sdk/provider-web-fetch-contract` | Narrow web-fetch config/selection contract helpers such as `enablePluginInConfig` and `WebFetchProviderPlugin` | | `plugin-sdk/provider-web-fetch` | Web-fetch provider registration/cache helpers | + | `plugin-sdk/provider-web-search-config-contract` | Narrow web-search config/credential helpers for providers that do not need plugin-enable wiring | | `plugin-sdk/provider-web-search-contract` | Narrow web-search config/credential contract helpers such as `enablePluginInConfig`, `resolveProviderWebSearchPluginConfig`, and scoped credential setters/getters | | `plugin-sdk/provider-web-search` | Web-search provider registration/cache/runtime helpers | | `plugin-sdk/provider-tools` | `ProviderToolCompatFamily`, `buildProviderToolCompatFamilyHooks`, Gemini schema cleanup + diagnostics, and xAI compat helpers such as `resolveXaiModelCompatPatch` / `applyXaiModelCompat` |