mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 23:00:43 +00:00
chore(plugins): cap compat removal windows
This commit is contained in:
@@ -8,7 +8,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-24",
|
||||
warningStarts: "2026-04-24",
|
||||
removeAfter: "2026-07-01",
|
||||
removeAfter: "2026-07-24",
|
||||
replacement: "`before_model_resolve` and `before_prompt_build` hooks",
|
||||
docsPath: "/plugins/sdk-migration",
|
||||
surfaces: ["plugin hooks", "plugins inspect", "status diagnostics"],
|
||||
@@ -35,7 +35,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-24",
|
||||
warningStarts: "2026-04-24",
|
||||
removeAfter: "2026-07-01",
|
||||
removeAfter: "2026-07-24",
|
||||
replacement: "focused `openclaw/plugin-sdk/<subpath>` imports",
|
||||
docsPath: "/plugins/sdk-migration",
|
||||
surfaces: ["openclaw/plugin-sdk", "openclaw/plugin-sdk/compat"],
|
||||
@@ -85,7 +85,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-24",
|
||||
warningStarts: "2026-04-24",
|
||||
removeAfter: "2026-07-01",
|
||||
removeAfter: "2026-07-24",
|
||||
replacement: "`setup.providers[].envVars` and `providerAuthChoices`",
|
||||
docsPath: "/plugins/manifest",
|
||||
surfaces: ["openclaw.plugin.json providerAuthEnvVars", "provider setup"],
|
||||
@@ -99,7 +99,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-24",
|
||||
warningStarts: "2026-04-24",
|
||||
removeAfter: "2026-07-01",
|
||||
removeAfter: "2026-07-24",
|
||||
replacement: "`channelConfigs.<id>.schema` and setup descriptors",
|
||||
docsPath: "/plugins/manifest",
|
||||
surfaces: ["openclaw.plugin.json channelEnvVars", "channel setup"],
|
||||
@@ -183,7 +183,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-25",
|
||||
warningStarts: "2026-04-25",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-25",
|
||||
replacement: "`agentRuntime` config naming",
|
||||
docsPath: "/plugins/sdk-agent-harness",
|
||||
surfaces: ["agents.defaults.embeddedHarness", "model/provider runtime selection"],
|
||||
@@ -197,7 +197,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-25",
|
||||
warningStarts: "2026-04-25",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-25",
|
||||
replacement: "`openclaw/plugin-sdk/agent-runtime`",
|
||||
docsPath: "/plugins/sdk-agent-harness",
|
||||
surfaces: ["openclaw/plugin-sdk/agent-harness", "openclaw/plugin-sdk/agent-harness-runtime"],
|
||||
@@ -211,7 +211,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-25",
|
||||
warningStarts: "2026-04-25",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-25",
|
||||
replacement: "`agentRuntime` ids and policy metadata",
|
||||
docsPath: "/plugins/sdk-agent-harness",
|
||||
surfaces: ["manifest/catalog execution policy", "runtime selection"],
|
||||
@@ -236,7 +236,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-25",
|
||||
deprecated: "2026-04-25",
|
||||
warningStarts: "2026-04-25",
|
||||
removeAfter: "2026-07-15",
|
||||
removeAfter: "2026-07-25",
|
||||
replacement: "`openclaw plugins registry --refresh` and `openclaw doctor --fix`",
|
||||
docsPath: "/cli/plugins#registry",
|
||||
surfaces: ["OPENCLAW_DISABLE_PERSISTED_PLUGIN_REGISTRY", "plugin registry reads"],
|
||||
@@ -250,7 +250,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-25",
|
||||
deprecated: "2026-04-25",
|
||||
warningStarts: "2026-04-25",
|
||||
removeAfter: "2026-07-15",
|
||||
removeAfter: "2026-07-25",
|
||||
replacement: "`openclaw plugins registry --refresh` and `openclaw doctor --fix`",
|
||||
docsPath: "/cli/plugins#registry",
|
||||
surfaces: [
|
||||
@@ -268,7 +268,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-26",
|
||||
warningStarts: "2026-04-26",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-26",
|
||||
replacement: "`register(api)` plugin entrypoint",
|
||||
docsPath: "/plugins/sdk-entrypoints",
|
||||
surfaces: ["plugin module `activate(api)`", "plugin loader registration"],
|
||||
@@ -293,7 +293,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-26",
|
||||
warningStarts: "2026-04-26",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-26",
|
||||
replacement: "`catalog.run(...)` provider catalog hook",
|
||||
docsPath: "/plugins/sdk-migration",
|
||||
surfaces: ["provider plugin `discovery` hook", "provider catalog resolution"],
|
||||
@@ -307,7 +307,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-26",
|
||||
warningStarts: "2026-04-26",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-26",
|
||||
replacement: "`openclaw.channel.exposure` metadata",
|
||||
docsPath: "/plugins/sdk-setup",
|
||||
surfaces: ["openclaw.channel.showConfigured", "openclaw.channel.showInSetup"],
|
||||
@@ -321,7 +321,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-26",
|
||||
warningStarts: "2026-04-26",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-26",
|
||||
replacement:
|
||||
"focused channel SDK subpaths, especially `openclaw/plugin-sdk/channel-runtime-context`",
|
||||
docsPath: "/plugins/sdk-migration",
|
||||
@@ -336,7 +336,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-26",
|
||||
warningStarts: "2026-04-26",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-26",
|
||||
replacement: "`openclaw/plugin-sdk/command-status`",
|
||||
docsPath: "/plugins/sdk-migration",
|
||||
surfaces: [
|
||||
@@ -354,7 +354,7 @@ export const PLUGIN_COMPAT_RECORDS = [
|
||||
introduced: "2026-04-24",
|
||||
deprecated: "2026-04-26",
|
||||
warningStarts: "2026-04-26",
|
||||
removeAfter: "2026-08-01",
|
||||
removeAfter: "2026-07-26",
|
||||
replacement: "`OpenClawConfig`",
|
||||
docsPath: "/plugins/sdk-migration",
|
||||
surfaces: ["openclaw/plugin-sdk `ClawdbotConfig` type export"],
|
||||
|
||||
Reference in New Issue
Block a user