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

推荐订阅源

G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
雷峰网
雷峰网
博客园_首页
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
小众软件
小众软件
D
Docker
P
Proofpoint News Feed
B
Blog
Vercel News
Vercel News
B
Blog RSS Feed
U
Unit 42
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Apple Machine Learning Research
Apple Machine Learning Research
Y
Y Combinator Blog
I
InfoQ
Recent Announcements
Recent Announcements

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
test: update codex prompt snapshots · openclaw/openclaw@6...
steipete · 2026-05-10 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -1278,6 +1278,10 @@

12781278

"task": {

12791279

"type": "string"

12801280

},

1281+

"taskName": {

1282+

"description": "Stable optional alias for later subagents targeting. Use lowercase letters, digits, and underscores, starting with a letter.",

1283+

"type": "string"

1284+

},

12811285

"thinking": {

12821286

"type": "string"

12831287

},

@@ -1310,7 +1314,7 @@

13101314

},

13111315

{

13121316

"deferLoading": true,

1313-

"description": "List, kill, or steer spawned sub-agents for this requester session. Use this for sub-agent orchestration.",

1317+

"description": "On-demand list, kill, or steer spawned sub-agents for this requester session. If sessions_yield is available, use it to wait for completion events; do not poll this tool in wait loops.",

13141318

"inputSchema": {

13151319

"properties": {

13161320

"action": {

Original file line numberDiff line numberDiff line change

@@ -1314,6 +1314,10 @@

13141314

"task": {

13151315

"type": "string"

13161316

},

1317+

"taskName": {

1318+

"description": "Stable optional alias for later subagents targeting. Use lowercase letters, digits, and underscores, starting with a letter.",

1319+

"type": "string"

1320+

},

13171321

"thinking": {

13181322

"type": "string"

13191323

},

@@ -1342,7 +1346,7 @@

13421346

},

13431347

{

13441348

"deferLoading": true,

1345-

"description": "List, kill, or steer spawned sub-agents for this requester session. Use this for sub-agent orchestration.",

1349+

"description": "On-demand list, kill, or steer spawned sub-agents for this requester session. If sessions_yield is available, use it to wait for completion events; do not poll this tool in wait loops.",

13461350

"inputSchema": {

13471351

"properties": {

13481352

"action": {

Original file line numberDiff line numberDiff line change

@@ -1278,6 +1278,10 @@

12781278

"task": {

12791279

"type": "string"

12801280

},

1281+

"taskName": {

1282+

"description": "Stable optional alias for later subagents targeting. Use lowercase letters, digits, and underscores, starting with a letter.",

1283+

"type": "string"

1284+

},

12811285

"thinking": {

12821286

"type": "string"

12831287

},

@@ -1306,7 +1310,7 @@

13061310

},

13071311

{

13081312

"deferLoading": true,

1309-

"description": "List, kill, or steer spawned sub-agents for this requester session. Use this for sub-agent orchestration.",

1313+

"description": "On-demand list, kill, or steer spawned sub-agents for this requester session. If sessions_yield is available, use it to wait for completion events; do not poll this tool in wait loops.",

13101314

"inputSchema": {

13111315

"properties": {

13121316

"action": {

Original file line numberDiff line numberDiff line change

@@ -213,8 +213,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

213213

"roughTokens": 158

214214

},

215215

"dynamicToolsJson": {

216-

"chars": 49958,

217-

"roughTokens": 12490

216+

"chars": 50250,

217+

"roughTokens": 12563

218218

},

219219

"openClawDeveloperInstructions": {

220220

"chars": 6023,

@@ -225,8 +225,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

225225

"roughTokens": 7294

226226

},

227227

"totalWithDynamicToolsJson": {

228-

"chars": 79135,

229-

"roughTokens": 19784

228+

"chars": 79427,

229+

"roughTokens": 19857

230230

},

231231

"userInputText": {

232232

"chars": 870,

Original file line numberDiff line numberDiff line change

@@ -213,8 +213,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

213213

"roughTokens": 158

214214

},

215215

"dynamicToolsJson": {

216-

"chars": 49649,

217-

"roughTokens": 12413

216+

"chars": 49941,

217+

"roughTokens": 12486

218218

},

219219

"openClawDeveloperInstructions": {

220220

"chars": 4999,

@@ -225,8 +225,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

225225

"roughTokens": 6913

226226

},

227227

"totalWithDynamicToolsJson": {

228-

"chars": 77302,

229-

"roughTokens": 19326

228+

"chars": 77594,

229+

"roughTokens": 19399

230230

},

231231

"userInputText": {

232232

"chars": 370,

Original file line numberDiff line numberDiff line change

@@ -214,8 +214,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

214214

"roughTokens": 158

215215

},

216216

"dynamicToolsJson": {

217-

"chars": 50827,

218-

"roughTokens": 12707

217+

"chars": 51119,

218+

"roughTokens": 12780

219219

},

220220

"openClawDeveloperInstructions": {

221221

"chars": 4999,

@@ -226,8 +226,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

226226

"roughTokens": 7782

227227

},

228228

"totalWithDynamicToolsJson": {

229-

"chars": 81956,

230-

"roughTokens": 20489

229+

"chars": 82248,

230+

"roughTokens": 20562

231231

},

232232

"userInputText": {

233233

"chars": 608,