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

推荐订阅源

G
Google Developers Blog
博客园 - 聂微东
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
D
Docker
B
Blog
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
N
Netflix TechBlog - Medium
月光博客
月光博客
F
Fortinet All Blogs
爱范儿
爱范儿
H
Help Net Security
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
The Cloudflare Blog
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
U
Unit 42

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(deps): trim runtime dependency graph · openclaw/ope...
steipete · 2026-04-29 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai

77

### Changes

88
99

- Plugin SDK: mark remaining legacy alias exports and diffs tool/config aliases with deprecation metadata, and add a guard so future legacy alias comments require `@deprecated` tags. Thanks @vincentkoc.

10+

- CLI/QR/dependencies: internalize small terminal progress and QR wrapper helpers while keeping the real QR encoder dependency direct, reducing the default runtime dependency graph without changing QR output behavior. Thanks @vincentkoc.

1011

- Channels: add Yuanbao channel docs entrance so the Tencent Yuanbao bot appears in the channel listing and sidebar navigation. (#73443) Thanks @loongfay.

1112

- Active Memory: add optional per-conversation `allowedChatIds` and `deniedChatIds` filters so operators can enable recall only for selected direct, group, or channel conversations while keeping broad sessions skipped. (#67977) Thanks @quengh.

1213

- Active Memory: return bounded partial recall summaries when the hidden memory sub-agent times out, including the default temporary-transcript path, so useful recovered context is not discarded. (#73219) Thanks @joeykrug.

Original file line numberDiff line numberDiff line change

@@ -10,11 +10,11 @@

1010

"express": "5.2.1",

1111

"playwright-core": "1.59.1",

1212

"typebox": "1.1.33",

13-

"undici": "8.1.0",

1413

"ws": "^8.20.0"

1514

},

1615

"devDependencies": {

17-

"@openclaw/plugin-sdk": "workspace:*"

16+

"@openclaw/plugin-sdk": "workspace:*",

17+

"undici": "8.1.0"

1818

},

1919

"openclaw": {

2020

"extensions": [

Original file line numberDiff line numberDiff line change

@@ -4,9 +4,6 @@

44

"private": true,

55

"description": "OpenClaw Deepgram media-understanding provider",

66

"type": "module",

7-

"dependencies": {

8-

"ws": "^8.20.0"

9-

},

107

"devDependencies": {

118

"@openclaw/plugin-sdk": "workspace:*"

129

},

Original file line numberDiff line numberDiff line change

@@ -4,9 +4,6 @@

44

"private": true,

55

"description": "OpenClaw ElevenLabs speech plugin",

66

"type": "module",

7-

"dependencies": {

8-

"ws": "^8.20.0"

9-

},

107

"devDependencies": {

118

"@openclaw/plugin-sdk": "workspace:*"

129

},

Original file line numberDiff line numberDiff line change

@@ -4,9 +4,6 @@

44

"private": true,

55

"description": "OpenClaw Mistral provider plugin",

66

"type": "module",

7-

"dependencies": {

8-

"ws": "^8.20.0"

9-

},

107

"devDependencies": {

118

"@openclaw/plugin-sdk": "workspace:*"

129

},

Original file line numberDiff line numberDiff line change

@@ -6,11 +6,11 @@

66

"type": "module",

77

"dependencies": {

88

"@mariozechner/pi-ai": "0.70.5",

9-

"typebox": "1.1.33",

10-

"ws": "^8.20.0"

9+

"typebox": "1.1.33"

1110

},

1211

"devDependencies": {

13-

"@openclaw/plugin-sdk": "workspace:*"

12+

"@openclaw/plugin-sdk": "workspace:*",

13+

"ws": "^8.20.0"

1414

},

1515

"openclaw": {

1616

"extensions": [

Original file line numberDiff line numberDiff line change

@@ -1605,7 +1605,6 @@

16051605

"@mariozechner/pi-coding-agent": "0.70.5",

16061606

"@mariozechner/pi-tui": "0.70.5",

16071607

"@modelcontextprotocol/sdk": "1.29.0",

1608-

"@vincentkoc/qrcode-tui": "0.2.1",

16091608

"ajv": "^8.20.0",

16101609

"chalk": "^5.6.2",

16111610

"chokidar": "^5.0.0",

@@ -1621,8 +1620,8 @@

16211620

"jszip": "^3.10.1",

16221621

"markdown-it": "14.1.1",

16231622

"openai": "^6.34.0",

1624-

"osc-progress": "^0.3.0",

16251623

"proxy-agent": "^8.0.1",

1624+

"qrcode": "1.5.4",

16261625

"semver": "7.7.4",

16271626

"sqlite-vec": "0.1.9",

16281627

"tar": "7.5.13",

Original file line numberDiff line numberDiff line change

@@ -21,5 +21,5 @@ docker_build_run qr-import-build \

2121

-f "$ROOT_DIR/scripts/e2e/Dockerfile.qr-import" \

2222

"$ROOT_DIR"

2323
24-

echo "Running qrcode-tui import smoke..."

25-

run_logged qr-import-run docker run --rm -t "$IMAGE_NAME" node -e "import('@vincentkoc/qrcode-tui').then(async (m)=>{process.stdout.write(await m.renderTerminal('qr-smoke',{small:true}))})"

24+

echo "Running qrcode import smoke..."

25+

run_logged qr-import-run docker run --rm -t "$IMAGE_NAME" node -e "import('qrcode').then(async (m)=>{const q=m.default??m;process.stdout.write(await q.toString('qr-smoke',{small:true,type:'terminal'}))})"

Original file line numberDiff line numberDiff line change

@@ -56,11 +56,6 @@

5656

],

5757

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

5858

},

59-

"@vincentkoc/qrcode-tui": {

60-

"owner": "core:qr-setup",

61-

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

62-

"risk": ["terminal-rendering"]

63-

},

6459

"ajv": {

6560

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

6661

"class": "core-runtime",

@@ -142,11 +137,6 @@

142137

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

143138

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

144139

},

145-

"osc-progress": {

146-

"owner": "core:terminal-progress",

147-

"class": "core-runtime",

148-

"risk": ["terminal-rendering"]

149-

},

150140

"pdfjs-dist": {

151141

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

152142

"class": "plugin-runtime",

@@ -158,6 +148,11 @@

158148

"class": "core-runtime",

159149

"risk": ["network", "proxy"]

160150

},

151+

"qrcode": {

152+

"owner": "core:qr-setup",

153+

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

154+

"risk": ["terminal-rendering", "png-encoding"]

155+

},

161156

"semver": {

162157

"owner": "core:package-versioning",

163158

"class": "core-runtime",