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

推荐订阅源

WordPress大学
WordPress大学
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
V
Visual Studio Blog
C
Check Point Blog
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
量子位
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
M
MIT News - Artificial intelligence
爱范儿
爱范儿
B
Blog RSS Feed
MyScale Blog
MyScale Blog
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
L
LangChain Blog
D
Docker

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
build: classify release dependency ownership · openclaw/o...
steipete · 2026-05-31 · via Recent Commits to openclaw:main

@@ -6,6 +6,16 @@

66

"class": "core-runtime",

77

"risk": ["protocol-client"]

88

},

9+

"@anthropic-ai/sdk": {

10+

"owner": "provider:anthropic",

11+

"class": "default-runtime-initially",

12+

"risk": ["provider-sdk", "network"]

13+

},

14+

"@clack/core": {

15+

"owner": "core:cli",

16+

"class": "core-runtime",

17+

"risk": ["interactive-cli"]

18+

},

919

"@clack/prompts": {

1020

"owner": "core:cli",

1121

"class": "core-runtime",

@@ -21,6 +31,26 @@

2131

"class": "tui-runtime",

2232

"risk": ["tui-runtime"]

2333

},

34+

"@google/genai": {

35+

"owner": "provider:google",

36+

"class": "default-runtime-initially",

37+

"risk": ["provider-sdk", "network", "realtime"]

38+

},

39+

"@grammyjs/runner": {

40+

"owner": "plugin:telegram",

41+

"class": "plugin-runtime",

42+

"risk": ["telegram-bot-api", "polling"]

43+

},

44+

"@grammyjs/transformer-throttler": {

45+

"owner": "plugin:telegram",

46+

"class": "plugin-runtime",

47+

"risk": ["telegram-bot-api", "rate-limiting"]

48+

},

49+

"@homebridge/ciao": {

50+

"owner": "plugin:bonjour",

51+

"class": "plugin-runtime",

52+

"risk": ["mdns", "network"]

53+

},

2454

"@modelcontextprotocol/sdk": {

2555

"owner": "core:mcp",

2656

"class": "core-runtime",

@@ -32,6 +62,16 @@

3262

"activation": ["tools.web.fetch.readability", "plugins.entries.web-readability.enabled"],

3363

"risk": ["parser", "untrusted-html"]

3464

},

65+

"@mistralai/mistralai": {

66+

"owner": "provider:mistral",

67+

"class": "default-runtime-initially",

68+

"risk": ["provider-sdk", "network"]

69+

},

70+

"@openclaw/fs-safe": {

71+

"owner": "core:filesystem-safety",

72+

"class": "core-runtime",

73+

"risk": ["filesystem", "path-safety"]

74+

},

3575

"chalk": {

3676

"owner": "core:cli",

3777

"class": "core-runtime",

@@ -47,11 +87,21 @@

4787

"class": "core-runtime",

4888

"risk": ["cli-parser"]

4989

},

90+

"cross-spawn": {

91+

"owner": "core:child-process",

92+

"class": "core-runtime",

93+

"risk": ["process-spawn"]

94+

},

5095

"croner": {

5196

"owner": "core:scheduler",

5297

"class": "core-runtime",

5398

"risk": ["scheduler"]

5499

},

100+

"diff": {

101+

"owner": "core:agent-editing",

102+

"class": "core-runtime",

103+

"risk": ["diff"]

104+

},

55105

"dotenv": {

56106

"owner": "core:config",

57107

"class": "core-runtime",

@@ -67,6 +117,31 @@

67117

"class": "core-runtime",

68118

"risk": ["file-sniffing", "untrusted-files"]

69119

},

120+

"glob": {

121+

"owner": "core:package-manager",

122+

"class": "core-runtime",

123+

"risk": ["filesystem-glob"]

124+

},

125+

"grammy": {

126+

"owner": "plugin:telegram",

127+

"class": "plugin-runtime",

128+

"risk": ["telegram-bot-api", "network"]

129+

},

130+

"highlight.js": {

131+

"owner": "core:syntax-highlighting",

132+

"class": "core-runtime",

133+

"risk": ["syntax-highlighting"]

134+

},

135+

"hosted-git-info": {

136+

"owner": "core:git-utils",

137+

"class": "core-runtime",

138+

"risk": ["git-metadata-parser"]

139+

},

140+

"ignore": {

141+

"owner": "core:gitignore-matching",

142+

"class": "core-runtime",

143+

"risk": ["pattern-matching"]

144+

},

70145

"@openclaw/proxyline": {

71146

"owner": "core:proxy",

72147

"class": "core-runtime",

103178

"class": "core-runtime",

104179

"risk": ["parser", "markdown"]

105180

},

181+

"minimatch": {

182+

"owner": "core:pattern-matching",

183+

"class": "core-runtime",

184+

"risk": ["pattern-matching"]

185+

},

186+

"node-edge-tts": {

187+

"owner": "plugin:microsoft",

188+

"class": "plugin-runtime",

189+

"risk": ["tts", "network"]

190+

},

106191

"openai": {

107192

"owner": "provider:openai",

108193

"class": "default-runtime-initially",

109194

"risk": ["provider-sdk", "network"]

110195

},

196+

"partial-json": {

197+

"owner": "core:llm-json-parsing",

198+

"class": "core-runtime",

199+

"risk": ["streaming-json-parser"]

200+

},

111201

"playwright-core": {

112202

"owner": "core:browser",

113203

"class": "core-runtime",

114204

"risk": ["browser-automation", "cdp"]

115205

},

206+

"proper-lockfile": {

207+

"owner": "core:session-storage",

208+

"class": "core-runtime",

209+

"risk": ["filesystem-locking"]

210+

},

211+

"quickjs-wasi": {

212+

"owner": "core:code-mode",

213+

"class": "core-runtime",

214+

"risk": ["wasm", "sandboxed-js"]

215+

},

116216

"clawpdf": {

117217

"owner": "plugin:document-extract",

118218

"class": "plugin-runtime",

@@ -139,11 +239,21 @@

139239

"class": "core-runtime",

140240

"risk": ["archive-parser", "untrusted-files"]

141241

},

242+

"tree-sitter-bash": {

243+

"owner": "core:command-explainer",

244+

"class": "core-runtime",

245+

"risk": ["wasm", "parser", "untrusted-shell"]

246+

},

142247

"tslog": {

143248

"owner": "core:logging",

144249

"class": "core-runtime",

145250

"risk": ["logging"]

146251

},

252+

"typescript": {

253+

"owner": "core:typescript-analysis",

254+

"class": "core-runtime",

255+

"risk": ["compiler-api"]

256+

},

147257

"typebox": {

148258

"owner": "core:json-schema-contracts",

149259

"class": "core-runtime",

@@ -159,6 +269,11 @@

159269

"class": "core-runtime",

160270

"risk": ["network", "push-notifications", "crypto"]

161271

},

272+

"web-tree-sitter": {

273+

"owner": "core:command-explainer",

274+

"class": "core-runtime",

275+

"risk": ["wasm", "parser", "untrusted-shell"]

276+

},

162277

"ws": {

163278

"owner": "core:gateway-websocket",

164279

"class": "core-runtime",