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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
H
Help Net Security
V
Visual Studio Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
The Cloudflare Blog
Martin Fowler
Martin Fowler
D
Docker
腾讯CDC
F
Fortinet All Blogs
雷峰网
雷峰网
GbyAI
GbyAI
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - 叶小钗

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(ci): add Plugin SDK reply CodeQL quality shard · op...
vincentkoc · 2026-04-30 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -294,9 +294,9 @@ The `CodeQL Critical Quality` workflow is the matching non-security shard. It

294294

runs only error-severity, non-security JavaScript/TypeScript quality queries

295295

over narrow high-value surfaces on the smaller Blacksmith Linux runner. Its

296296

manual dispatch accepts

297-

`profile=all|plugin-sdk-package-contract|session-diagnostics-boundary`; the

298-

narrow profiles are teaching/iteration hooks for running one quality shard in

299-

isolation without dispatching the rest of the workflow.

297+

`profile=all|plugin-sdk-package-contract|plugin-sdk-reply-runtime|session-diagnostics-boundary`;

298+

the narrow profiles are teaching/iteration hooks for running one quality shard

299+

in isolation without dispatching the rest of the workflow.

300300

Its

301301

core-auth-secrets job scans auth, secrets, sandbox, cron, and gateway security

302302

boundary code under the separate `/codeql-critical-quality/core-auth-secrets`

@@ -321,6 +321,10 @@ category. The session-diagnostics-boundary job scans reply queue internals,

321321

session delivery queues, outbound session binding/delivery helpers, diagnostic

322322

event/log bundle surfaces, and session doctor CLI contracts under the separate

323323

`/codeql-critical-quality/session-diagnostics-boundary` category. The

324+

plugin-sdk-reply-runtime job scans Plugin SDK inbound reply dispatch, reply

325+

payload/chunking/runtime helpers, channel reply options, delivery queues, and

326+

session/thread binding helpers under the separate

327+

`/codeql-critical-quality/plugin-sdk-reply-runtime` category. The

324328

ui-control-plane job scans Control UI bootstrap, local persistence, gateway

325329

control flows, and task control-plane runtime contracts under the separate

326330

`/codeql-critical-quality/ui-control-plane` category. The