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

推荐订阅源

有赞技术团队
有赞技术团队
B
Blog
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
量子位
博客园 - 叶小钗
T
Tailwind CSS Blog
小众软件
小众软件
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
雷峰网
雷峰网
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
V
V2EX
博客园_首页
I
InfoQ
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure 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
test: refresh numeric tool prompt snapshots · openclaw/op...
steipete · 2026-05-29 · via Recent Commits to openclaw:main

File tree

  • test/fixtures/agents/prompt-snapshots/codex-runtime-happy-path

Original file line numberDiff line numberDiff line change

@@ -135,7 +135,8 @@

135135

"type": "string"

136136

},

137137

"timeoutMs": {

138-

"type": "number"

138+

"minimum": 1,

139+

"type": "integer"

139140

},

140141

"title": {

141142

"type": "string"

@@ -616,7 +617,8 @@

616617

"type": "string"

617618

},

618619

"timeoutMs": {

619-

"type": "number"

620+

"minimum": 1,

621+

"type": "integer"

620622

}

621623

},

622624

"required": ["action"],

@@ -761,7 +763,8 @@

761763

"type": "string"

762764

},

763765

"timeoutMs": {

764-

"type": "number"

766+

"minimum": 1,

767+

"type": "integer"

765768

}

766769

},

767770

"required": ["action"],

@@ -846,7 +849,8 @@

846849

"type": "string"

847850

},

848851

"timeoutMs": {

849-

"type": "number"

852+

"minimum": 1,

853+

"type": "integer"

850854

}

851855

},

852856

"required": ["action"],

Original file line numberDiff line numberDiff line change

@@ -135,7 +135,8 @@

135135

"type": "string"

136136

},

137137

"timeoutMs": {

138-

"type": "number"

138+

"minimum": 1,

139+

"type": "integer"

139140

},

140141

"title": {

141142

"type": "string"

@@ -616,7 +617,8 @@

616617

"type": "string"

617618

},

618619

"timeoutMs": {

619-

"type": "number"

620+

"minimum": 1,

621+

"type": "integer"

620622

}

621623

},

622624

"required": ["action"],

@@ -761,7 +763,8 @@

761763

"type": "string"

762764

},

763765

"timeoutMs": {

764-

"type": "number"

766+

"minimum": 1,

767+

"type": "integer"

765768

}

766769

},

767770

"required": ["action"],

@@ -882,7 +885,8 @@

882885

"type": "string"

883886

},

884887

"timeoutMs": {

885-

"type": "number"

888+

"minimum": 1,

889+

"type": "integer"

886890

}

887891

},

888892

"required": ["action"],

Original file line numberDiff line numberDiff line change

@@ -135,7 +135,8 @@

135135

"type": "string"

136136

},

137137

"timeoutMs": {

138-

"type": "number"

138+

"minimum": 1,

139+

"type": "integer"

139140

},

140141

"title": {

141142

"type": "string"

@@ -616,7 +617,8 @@

616617

"type": "string"

617618

},

618619

"timeoutMs": {

619-

"type": "number"

620+

"minimum": 1,

621+

"type": "integer"

620622

}

621623

},

622624

"required": ["action"],

@@ -761,7 +763,8 @@

761763

"type": "string"

762764

},

763765

"timeoutMs": {

764-

"type": "number"

766+

"minimum": 1,

767+

"type": "integer"

765768

}

766769

},

767770

"required": ["action"],

@@ -846,7 +849,8 @@

846849

"type": "string"

847850

},

848851

"timeoutMs": {

849-

"type": "number"

852+

"minimum": 1,

853+

"type": "integer"

850854

}

851855

},

852856

"required": ["action"],

Original file line numberDiff line numberDiff line change

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

221221

"roughTokens": 0

222222

},

223223

"dynamicToolsJson": {

224-

"chars": 40644,

225-

"roughTokens": 10161

224+

"chars": 40744,

225+

"roughTokens": 10186

226226

},

227227

"openClawDeveloperInstructions": {

228228

"chars": 2988,

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

233233

"roughTokens": 6925

234234

},

235235

"totalWithDynamicToolsJson": {

236-

"chars": 68346,

237-

"roughTokens": 17087

236+

"chars": 68446,

237+

"roughTokens": 17112

238238

},

239239

"userInputText": {

240240

"chars": 1629,

@@ -718,7 +718,8 @@ Full JSON: `codex-dynamic-tools.discord-group.json`

718718

"type": "string"

719719

},

720720

"timeoutMs": {

721-

"type": "number"

721+

"minimum": 1,

722+

"type": "integer"

722723

}

723724

},

724725

"required": ["action"],

Original file line numberDiff line numberDiff line change

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

221221

"roughTokens": 0

222222

},

223223

"dynamicToolsJson": {

224-

"chars": 40365,

225-

"roughTokens": 10092

224+

"chars": 40465,

225+

"roughTokens": 10117

226226

},

227227

"openClawDeveloperInstructions": {

228228

"chars": 1964,

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

233233

"roughTokens": 6544

234234

},

235235

"totalWithDynamicToolsJson": {

236-

"chars": 66543,

237-

"roughTokens": 16636

236+

"chars": 66643,

237+

"roughTokens": 16661

238238

},

239239

"userInputText": {

240240

"chars": 1129,

@@ -695,7 +695,8 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`

695695

"type": "string"

696696

},

697697

"timeoutMs": {

698-

"type": "number"

698+

"minimum": 1,

699+

"type": "integer"

699700

}

700701

},

701702

"required": ["action"],

Original file line numberDiff line numberDiff line change

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

222222

"roughTokens": 0

223223

},

224224

"dynamicToolsJson": {

225-

"chars": 41460,

226-

"roughTokens": 10365

225+

"chars": 41560,

226+

"roughTokens": 10390

227227

},

228228

"openClawDeveloperInstructions": {

229229

"chars": 1983,

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

234234

"roughTokens": 6780

235235

},

236236

"totalWithDynamicToolsJson": {

237-

"chars": 68581,

238-

"roughTokens": 17146

237+

"chars": 68681,

238+

"roughTokens": 17171

239239

},

240240

"userInputText": {

241241

"chars": 1367,

@@ -706,7 +706,8 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`

706706

"type": "string"

707707

},

708708

"timeoutMs": {

709-

"type": "number"

709+

"minimum": 1,

710+

"type": "integer"

710711

}

711712

},

712713

"required": ["action"],