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

推荐订阅源

云风的 BLOG
云风的 BLOG
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
Recent Announcements
Recent Announcements
B
Blog
D
Docker
V
V2EX
GbyAI
GbyAI
L
LangChain Blog
博客园 - Franky
U
Unit 42
T
The Blog of Author Tim Ferriss
A
About on SuperTechFans
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
博客园_首页
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客

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
refactor: move rare sdk seams into owners · openclaw/open...
steipete · 2026-05-10 · via Recent Commits to openclaw:main

@@ -86,7 +86,7 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,

8686

| `plugin-sdk/channel-setup` | `createOptionalChannelSetupSurface`, `createOptionalChannelSetupAdapter`, `createOptionalChannelSetupWizard`, plus `DEFAULT_ACCOUNT_ID`, `createTopLevelChannelDmPolicy`, `setSetupChannelEnabled`, `splitSetupEntries` |

8787

| `plugin-sdk/setup` | Shared setup wizard helpers, allowlist prompts, setup status builders |

8888

| `plugin-sdk/setup-runtime` | `createPatchedAccountSetupAdapter`, `createEnvPatchedAccountSetupAdapter`, `createSetupInputPresenceValidator`, `noteChannelLookupFailure`, `noteChannelLookupSummary`, `promptResolvedAllowFrom`, `splitSetupEntries`, `createAllowlistSetupWizardProxy`, `createDelegatedSetupWizardProxy` |

89-

| `plugin-sdk/setup-adapter-runtime` | `createEnvPatchedAccountSetupAdapter` |

89+

| `plugin-sdk/setup-adapter-runtime` | Deprecated compatibility alias; use `plugin-sdk/setup-runtime` |

9090

| `plugin-sdk/setup-tools` | `formatCliCommand`, `detectBinary`, `extractArchive`, `resolveBrewExecutable`, `formatDocsLink`, `CONFIG_DIR` |

9191

| `plugin-sdk/account-core` | Multi-account config/action-gate helpers, default-account fallback helpers |

9292

| `plugin-sdk/account-id` | `DEFAULT_ACCOUNT_ID`, account-id normalization helpers |

@@ -269,7 +269,7 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,

269269

| `plugin-sdk/skill-commands-runtime` | Skill command listing helpers |

270270

| `plugin-sdk/native-command-registry` | Native command registry/build/serialize helpers |

271271

| `plugin-sdk/agent-harness` | Experimental trusted-plugin surface for low-level agent harnesses: harness types, active-run steer/abort helpers, OpenClaw tool bridge helpers, runtime-plan tool policy helpers, terminal outcome classification, tool progress formatting/detail helpers, and attempt result utilities |

272-

| `plugin-sdk/provider-zai-endpoint` | Z.AI endpoint detection helpers |

272+

| `plugin-sdk/provider-zai-endpoint` | Deprecated Z.AI provider-owned endpoint detection facade; use the Z.AI plugin public API |

273273

| `plugin-sdk/async-lock-runtime` | Process-local async lock helper for small runtime state files |

274274

| `plugin-sdk/channel-activity-runtime` | Channel activity telemetry helper |

275275

| `plugin-sdk/concurrency-runtime` | Bounded async task concurrency helper |

@@ -320,7 +320,7 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,

320320

| `plugin-sdk/video-generation` | Video generation provider/request/result types |

321321

| `plugin-sdk/video-generation-core` | Shared video-generation types, failover helpers, provider lookup, and model-ref parsing |

322322

| `plugin-sdk/webhook-targets` | Webhook target registry and route-install helpers |

323-

| `plugin-sdk/webhook-path` | Webhook path normalization helpers |

323+

| `plugin-sdk/webhook-path` | Deprecated compatibility alias; use `plugin-sdk/webhook-ingress` |

324324

| `plugin-sdk/web-media` | Shared remote/local media loading helpers |

325325

| `plugin-sdk/zod` | Deprecated compatibility re-export; import `zod` from `zod` directly |

326326

| `plugin-sdk/testing` | Repo-local deprecated compatibility barrel for legacy OpenClaw tests. New repo tests should import focused local test subpaths such as `plugin-sdk/agent-runtime-test-contracts`, `plugin-sdk/plugin-test-runtime`, `plugin-sdk/channel-test-helpers`, `plugin-sdk/test-env`, or `plugin-sdk/test-fixtures` instead |

@@ -347,17 +347,17 @@ focused channel/runtime subpaths, `config-contracts`, `string-coerce-runtime`,

347347

| `plugin-sdk/memory-core-host-multimodal` | Memory host multimodal helpers |

348348

| `plugin-sdk/memory-core-host-query` | Memory host query helpers |

349349

| `plugin-sdk/memory-core-host-secret` | Memory host secret helpers |

350-

| `plugin-sdk/memory-core-host-events` | Memory host event journal helpers |

350+

| `plugin-sdk/memory-core-host-events` | Deprecated compatibility alias; use `plugin-sdk/memory-host-events` |

351351

| `plugin-sdk/memory-core-host-status` | Memory host status helpers |

352352

| `plugin-sdk/memory-core-host-runtime-cli` | Memory host CLI runtime helpers |

353353

| `plugin-sdk/memory-core-host-runtime-core` | Memory host core runtime helpers |

354354

| `plugin-sdk/memory-core-host-runtime-files` | Memory host file/runtime helpers |

355355

| `plugin-sdk/memory-host-core` | Vendor-neutral alias for memory host core runtime helpers |

356356

| `plugin-sdk/memory-host-events` | Vendor-neutral alias for memory host event journal helpers |

357-

| `plugin-sdk/memory-host-files` | Vendor-neutral alias for memory host file/runtime helpers |

357+

| `plugin-sdk/memory-host-files` | Deprecated compatibility alias; use `plugin-sdk/memory-core-host-runtime-files` |

358358

| `plugin-sdk/memory-host-markdown` | Shared managed-markdown helpers for memory-adjacent plugins |

359359

| `plugin-sdk/memory-host-search` | Active memory runtime facade for search-manager access |

360-

| `plugin-sdk/memory-host-status` | Vendor-neutral alias for memory host status helpers |

360+

| `plugin-sdk/memory-host-status` | Deprecated compatibility alias; use `plugin-sdk/memory-core-host-status` |

361361

</Accordion>

362362363363

<Accordion title="Reserved bundled-helper subpaths">