惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
F
Fortinet All Blogs
大猫的无限游戏
大猫的无限游戏
I
InfoQ
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
有赞技术团队
有赞技术团队
G
Google Developers Blog
L
LangChain Blog
博客园_首页
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
IT之家
IT之家
量子位
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
chore(plugins): cap compat removal windows · openclaw/ope...
vincentkoc · 2026-04-26 · via Recent Commits to openclaw:main

@@ -8,7 +8,7 @@ export const PLUGIN_COMPAT_RECORDS = [

88

introduced: "2026-04-24",

99

deprecated: "2026-04-24",

1010

warningStarts: "2026-04-24",

11-

removeAfter: "2026-07-01",

11+

removeAfter: "2026-07-24",

1212

replacement: "`before_model_resolve` and `before_prompt_build` hooks",

1313

docsPath: "/plugins/sdk-migration",

1414

surfaces: ["plugin hooks", "plugins inspect", "status diagnostics"],

@@ -35,7 +35,7 @@ export const PLUGIN_COMPAT_RECORDS = [

3535

introduced: "2026-04-24",

3636

deprecated: "2026-04-24",

3737

warningStarts: "2026-04-24",

38-

removeAfter: "2026-07-01",

38+

removeAfter: "2026-07-24",

3939

replacement: "focused `openclaw/plugin-sdk/<subpath>` imports",

4040

docsPath: "/plugins/sdk-migration",

4141

surfaces: ["openclaw/plugin-sdk", "openclaw/plugin-sdk/compat"],

@@ -85,7 +85,7 @@ export const PLUGIN_COMPAT_RECORDS = [

8585

introduced: "2026-04-24",

8686

deprecated: "2026-04-24",

8787

warningStarts: "2026-04-24",

88-

removeAfter: "2026-07-01",

88+

removeAfter: "2026-07-24",

8989

replacement: "`setup.providers[].envVars` and `providerAuthChoices`",

9090

docsPath: "/plugins/manifest",

9191

surfaces: ["openclaw.plugin.json providerAuthEnvVars", "provider setup"],

@@ -99,7 +99,7 @@ export const PLUGIN_COMPAT_RECORDS = [

9999

introduced: "2026-04-24",

100100

deprecated: "2026-04-24",

101101

warningStarts: "2026-04-24",

102-

removeAfter: "2026-07-01",

102+

removeAfter: "2026-07-24",

103103

replacement: "`channelConfigs.<id>.schema` and setup descriptors",

104104

docsPath: "/plugins/manifest",

105105

surfaces: ["openclaw.plugin.json channelEnvVars", "channel setup"],

@@ -183,7 +183,7 @@ export const PLUGIN_COMPAT_RECORDS = [

183183

introduced: "2026-04-24",

184184

deprecated: "2026-04-25",

185185

warningStarts: "2026-04-25",

186-

removeAfter: "2026-08-01",

186+

removeAfter: "2026-07-25",

187187

replacement: "`agentRuntime` config naming",

188188

docsPath: "/plugins/sdk-agent-harness",

189189

surfaces: ["agents.defaults.embeddedHarness", "model/provider runtime selection"],

@@ -197,7 +197,7 @@ export const PLUGIN_COMPAT_RECORDS = [

197197

introduced: "2026-04-24",

198198

deprecated: "2026-04-25",

199199

warningStarts: "2026-04-25",

200-

removeAfter: "2026-08-01",

200+

removeAfter: "2026-07-25",

201201

replacement: "`openclaw/plugin-sdk/agent-runtime`",

202202

docsPath: "/plugins/sdk-agent-harness",

203203

surfaces: ["openclaw/plugin-sdk/agent-harness", "openclaw/plugin-sdk/agent-harness-runtime"],

@@ -211,7 +211,7 @@ export const PLUGIN_COMPAT_RECORDS = [

211211

introduced: "2026-04-24",

212212

deprecated: "2026-04-25",

213213

warningStarts: "2026-04-25",

214-

removeAfter: "2026-08-01",

214+

removeAfter: "2026-07-25",

215215

replacement: "`agentRuntime` ids and policy metadata",

216216

docsPath: "/plugins/sdk-agent-harness",

217217

surfaces: ["manifest/catalog execution policy", "runtime selection"],

@@ -236,7 +236,7 @@ export const PLUGIN_COMPAT_RECORDS = [

236236

introduced: "2026-04-25",

237237

deprecated: "2026-04-25",

238238

warningStarts: "2026-04-25",

239-

removeAfter: "2026-07-15",

239+

removeAfter: "2026-07-25",

240240

replacement: "`openclaw plugins registry --refresh` and `openclaw doctor --fix`",

241241

docsPath: "/cli/plugins#registry",

242242

surfaces: ["OPENCLAW_DISABLE_PERSISTED_PLUGIN_REGISTRY", "plugin registry reads"],

@@ -250,7 +250,7 @@ export const PLUGIN_COMPAT_RECORDS = [

250250

introduced: "2026-04-25",

251251

deprecated: "2026-04-25",

252252

warningStarts: "2026-04-25",

253-

removeAfter: "2026-07-15",

253+

removeAfter: "2026-07-25",

254254

replacement: "`openclaw plugins registry --refresh` and `openclaw doctor --fix`",

255255

docsPath: "/cli/plugins#registry",

256256

surfaces: [

@@ -268,7 +268,7 @@ export const PLUGIN_COMPAT_RECORDS = [

268268

introduced: "2026-04-24",

269269

deprecated: "2026-04-26",

270270

warningStarts: "2026-04-26",

271-

removeAfter: "2026-08-01",

271+

removeAfter: "2026-07-26",

272272

replacement: "`register(api)` plugin entrypoint",

273273

docsPath: "/plugins/sdk-entrypoints",

274274

surfaces: ["plugin module `activate(api)`", "plugin loader registration"],

@@ -293,7 +293,7 @@ export const PLUGIN_COMPAT_RECORDS = [

293293

introduced: "2026-04-24",

294294

deprecated: "2026-04-26",

295295

warningStarts: "2026-04-26",

296-

removeAfter: "2026-08-01",

296+

removeAfter: "2026-07-26",

297297

replacement: "`catalog.run(...)` provider catalog hook",

298298

docsPath: "/plugins/sdk-migration",

299299

surfaces: ["provider plugin `discovery` hook", "provider catalog resolution"],

@@ -307,7 +307,7 @@ export const PLUGIN_COMPAT_RECORDS = [

307307

introduced: "2026-04-24",

308308

deprecated: "2026-04-26",

309309

warningStarts: "2026-04-26",

310-

removeAfter: "2026-08-01",

310+

removeAfter: "2026-07-26",

311311

replacement: "`openclaw.channel.exposure` metadata",

312312

docsPath: "/plugins/sdk-setup",

313313

surfaces: ["openclaw.channel.showConfigured", "openclaw.channel.showInSetup"],

@@ -321,7 +321,7 @@ export const PLUGIN_COMPAT_RECORDS = [

321321

introduced: "2026-04-24",

322322

deprecated: "2026-04-26",

323323

warningStarts: "2026-04-26",

324-

removeAfter: "2026-08-01",

324+

removeAfter: "2026-07-26",

325325

replacement:

326326

"focused channel SDK subpaths, especially `openclaw/plugin-sdk/channel-runtime-context`",

327327

docsPath: "/plugins/sdk-migration",

@@ -336,7 +336,7 @@ export const PLUGIN_COMPAT_RECORDS = [

336336

introduced: "2026-04-24",

337337

deprecated: "2026-04-26",

338338

warningStarts: "2026-04-26",

339-

removeAfter: "2026-08-01",

339+

removeAfter: "2026-07-26",

340340

replacement: "`openclaw/plugin-sdk/command-status`",

341341

docsPath: "/plugins/sdk-migration",

342342

surfaces: [

@@ -354,7 +354,7 @@ export const PLUGIN_COMPAT_RECORDS = [

354354

introduced: "2026-04-24",

355355

deprecated: "2026-04-26",

356356

warningStarts: "2026-04-26",

357-

removeAfter: "2026-08-01",

357+

removeAfter: "2026-07-26",

358358

replacement: "`OpenClawConfig`",

359359

docsPath: "/plugins/sdk-migration",

360360

surfaces: ["openclaw/plugin-sdk `ClawdbotConfig` type export"],