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

推荐订阅源

L
LangChain Blog
N
Netflix TechBlog - Medium
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
D
Docker
WordPress大学
WordPress大学
罗磊的独立博客
J
Java Code Geeks
博客园 - 【当耐特】
博客园 - 司徒正美
雷峰网
雷峰网
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
T
Tailwind CSS Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
B
Blog

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 memory CodeQL PR quality guard · openclaw/...
vincentkoc · 2026-04-30 · via Recent Commits to openclaw:main

@@ -12,6 +12,7 @@ on:

1212

- all

1313

- channel-runtime-boundary

1414

- gateway-runtime-boundary

15+

- memory-runtime-boundary

1516

- mcp-process-runtime-boundary

1617

- plugin-boundary

1718

- plugin-sdk-package-contract

@@ -25,13 +26,17 @@ on:

2526

- ".github/workflows/codeql-critical-quality.yml"

2627

- "packages/plugin-package-contract/**"

2728

- "packages/plugin-sdk/**"

29+

- "packages/memory-host-sdk/**"

2830

- "src/channels/**"

2931

- "src/auto-reply/reply/post-compaction-context.ts"

3032

- "src/auto-reply/reply/queue/**"

3133

- "src/auto-reply/reply/startup-context.ts"

34+

- "src/commands/doctor-cron-dreaming-payload-migration.ts"

35+

- "src/commands/doctor-memory-search.ts"

3236

- "src/commands/doctor-session-*.ts"

3337

- "src/commands/session-store-targets.ts"

3438

- "src/commands/sessions*.ts"

39+

- "src/gateway/server-startup-memory.ts"

3540

- "src/gateway/method-scopes.ts"

3641

- "src/gateway/protocol/**"

3742

- "src/gateway/server-methods/**"

@@ -42,6 +47,8 @@ on:

4247

- "src/infra/outbound/**"

4348

- "src/infra/session-delivery-queue*.ts"

4449

- "src/logging/diagnostic*.ts"

50+

- "src/memory/**"

51+

- "src/memory-host-sdk/**"

4552

- "src/mcp/**"

4653

- "src/model-catalog/**"

4754

- "src/plugin-sdk/**"

@@ -71,6 +78,7 @@ jobs:

7178

outputs:

7279

channel: ${{ steps.detect.outputs.channel }}

7380

gateway: ${{ steps.detect.outputs.gateway }}

81+

memory: ${{ steps.detect.outputs.memory }}

7482

mcp_process: ${{ steps.detect.outputs.mcp_process }}

7583

plugin: ${{ steps.detect.outputs.plugin }}

7684

plugin_sdk_package: ${{ steps.detect.outputs.plugin_sdk_package }}

@@ -90,6 +98,7 @@ jobs:

90989199

channel=false

92100

gateway=false

101+

memory=false

93102

mcp_process=false

94103

plugin=false

95104

plugin_sdk_package=false

@@ -100,6 +109,7 @@ jobs:

100109

if [[ "${EVENT_NAME}" != "pull_request" ]]; then

101110

channel=true

102111

gateway=true

112+

memory=true

103113

mcp_process=true

104114

plugin=true

105115

plugin_sdk_package=true

@@ -112,6 +122,7 @@ jobs:

112122

.github/codeql/*|.github/workflows/codeql-critical-quality.yml)

113123

channel=true

114124

gateway=true

125+

memory=true

115126

mcp_process=true

116127

plugin=true

117128

plugin_sdk_package=true

@@ -128,6 +139,9 @@ jobs:

128139

src/gateway/method-scopes.ts|src/gateway/protocol/*|src/gateway/server-methods/*|src/gateway/server-methods.ts|src/gateway/server-methods-list.ts)

129140

gateway=true

130141

;;

142+

packages/memory-host-sdk/*|src/commands/doctor-cron-dreaming-payload-migration.ts|src/commands/doctor-memory-search.ts|src/gateway/server-startup-memory.ts|src/memory/*|src/memory-host-sdk/*)

143+

memory=true

144+

;;

131145

src/infra/outbound/base-session-key.ts|src/infra/outbound/delivery-queue*.ts|src/infra/outbound/outbound-session.ts|src/infra/outbound/session-binding*.ts|src/infra/outbound/session-context.ts|src/infra/outbound/targets-session.ts)

132146

mcp_process=true

133147

session_diagnostics=true

@@ -140,6 +154,11 @@ jobs:

140154

plugin_sdk_package=true

141155

plugin_sdk_reply=true

142156

;;

157+

src/plugin-sdk/memory-*.ts|src/plugin-sdk/memory-core-host-*.ts)

158+

memory=true

159+

plugin=true

160+

plugin_sdk_package=true

161+

;;

143162

src/plugin-sdk/*)

144163

plugin=true

145164

plugin_sdk_package=true

@@ -148,6 +167,13 @@ jobs:

148167

plugin=true

149168

provider=true

150169

;;

170+

src/plugins/memory-embedding-provider*.ts|src/plugins/memory-embedding-providers*.ts)

171+

memory=true

172+

provider=true

173+

;;

174+

src/plugins/memory-*.ts)

175+

memory=true

176+

;;

151177

src/model-catalog/*|src/plugins/*provider*.ts|src/plugins/capability-provider-runtime.ts|src/plugins/compaction-provider.ts|src/plugins/memory-embedding-provider*.ts|src/plugins/memory-embedding-providers*.ts|src/plugins/migration-provider-runtime.ts|src/plugins/synthetic-auth.runtime.ts|src/plugins/web-fetch-providers*.ts|src/plugins/web-search-providers*.ts)

152178

provider=true

153179

;;

@@ -164,6 +190,7 @@ jobs:

164190

{

165191

echo "channel=${channel}"

166192

echo "gateway=${gateway}"

193+

echo "memory=${memory}"

167194

echo "mcp_process=${mcp_process}"

168195

echo "plugin=${plugin}"

169196

echo "plugin_sdk_package=${plugin_sdk_package}"

@@ -309,7 +336,8 @@ jobs:

309336310337

memory-runtime-boundary:

311338

name: Critical Quality (memory-runtime-boundary)

312-

if: ${{ github.event_name != 'pull_request' && (github.event_name != 'workflow_dispatch' || inputs.profile == 'all') }}

339+

needs: quality-shards

340+

if: ${{ needs.quality-shards.outputs.memory == 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.draft) && (github.event_name == 'pull_request' || github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == 'memory-runtime-boundary') }}

313341

runs-on: blacksmith-4vcpu-ubuntu-2404

314342

timeout-minutes: 25

315343

steps: