test: update codex prompt snapshots · openclaw/openclaw@64b5b97
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1278,6 +1278,10 @@
|
1278 | 1278 | "task": { |
1279 | 1279 | "type": "string" |
1280 | 1280 | }, |
| 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 | + }, |
1281 | 1285 | "thinking": { |
1282 | 1286 | "type": "string" |
1283 | 1287 | }, |
|
1310 | 1314 | }, |
1311 | 1315 | { |
1312 | 1316 | "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.", |
1314 | 1318 | "inputSchema": { |
1315 | 1319 | "properties": { |
1316 | 1320 | "action": { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1314,6 +1314,10 @@
|
1314 | 1314 | "task": { |
1315 | 1315 | "type": "string" |
1316 | 1316 | }, |
| 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 | + }, |
1317 | 1321 | "thinking": { |
1318 | 1322 | "type": "string" |
1319 | 1323 | }, |
|
1342 | 1346 | }, |
1343 | 1347 | { |
1344 | 1348 | "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.", |
1346 | 1350 | "inputSchema": { |
1347 | 1351 | "properties": { |
1348 | 1352 | "action": { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1278,6 +1278,10 @@
|
1278 | 1278 | "task": { |
1279 | 1279 | "type": "string" |
1280 | 1280 | }, |
| 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 | + }, |
1281 | 1285 | "thinking": { |
1282 | 1286 | "type": "string" |
1283 | 1287 | }, |
|
1306 | 1310 | }, |
1307 | 1311 | { |
1308 | 1312 | "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.", |
1310 | 1314 | "inputSchema": { |
1311 | 1315 | "properties": { |
1312 | 1316 | "action": { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -213,8 +213,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
213 | 213 | "roughTokens": 158 |
214 | 214 | }, |
215 | 215 | "dynamicToolsJson": { |
216 | | -"chars": 49958, |
217 | | -"roughTokens": 12490 |
| 216 | +"chars": 50250, |
| 217 | +"roughTokens": 12563 |
218 | 218 | }, |
219 | 219 | "openClawDeveloperInstructions": { |
220 | 220 | "chars": 6023, |
@@ -225,8 +225,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
225 | 225 | "roughTokens": 7294 |
226 | 226 | }, |
227 | 227 | "totalWithDynamicToolsJson": { |
228 | | -"chars": 79135, |
229 | | -"roughTokens": 19784 |
| 228 | +"chars": 79427, |
| 229 | +"roughTokens": 19857 |
230 | 230 | }, |
231 | 231 | "userInputText": { |
232 | 232 | "chars": 870, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -213,8 +213,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
213 | 213 | "roughTokens": 158 |
214 | 214 | }, |
215 | 215 | "dynamicToolsJson": { |
216 | | -"chars": 49649, |
217 | | -"roughTokens": 12413 |
| 216 | +"chars": 49941, |
| 217 | +"roughTokens": 12486 |
218 | 218 | }, |
219 | 219 | "openClawDeveloperInstructions": { |
220 | 220 | "chars": 4999, |
@@ -225,8 +225,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
225 | 225 | "roughTokens": 6913 |
226 | 226 | }, |
227 | 227 | "totalWithDynamicToolsJson": { |
228 | | -"chars": 77302, |
229 | | -"roughTokens": 19326 |
| 228 | +"chars": 77594, |
| 229 | +"roughTokens": 19399 |
230 | 230 | }, |
231 | 231 | "userInputText": { |
232 | 232 | "chars": 370, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -214,8 +214,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
214 | 214 | "roughTokens": 158 |
215 | 215 | }, |
216 | 216 | "dynamicToolsJson": { |
217 | | -"chars": 50827, |
218 | | -"roughTokens": 12707 |
| 217 | +"chars": 51119, |
| 218 | +"roughTokens": 12780 |
219 | 219 | }, |
220 | 220 | "openClawDeveloperInstructions": { |
221 | 221 | "chars": 4999, |
@@ -226,8 +226,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
226 | 226 | "roughTokens": 7782 |
227 | 227 | }, |
228 | 228 | "totalWithDynamicToolsJson": { |
229 | | -"chars": 81956, |
230 | | -"roughTokens": 20489 |
| 229 | +"chars": 82248, |
| 230 | +"roughTokens": 20562 |
231 | 231 | }, |
232 | 232 | "userInputText": { |
233 | 233 | "chars": 608, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。