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

推荐订阅源

D
Docker
I
InfoQ
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog
博客园_首页
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Engineering at Meta
Engineering at Meta
B
Blog
爱范儿
爱范儿
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
F
Fortinet All Blogs
月光博客
月光博客
GbyAI
GbyAI

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 numeric tool schema snapshots · openclaw/ope...
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

@@ -164,7 +164,7 @@

164164

"contextMessages": {

165165

"maximum": 10,

166166

"minimum": 0,

167-

"type": "number"

167+

"type": "integer"

168168

},

169169

"gatewayToken": {

170170

"type": "string"

@@ -817,7 +817,8 @@

817817

"type": "string"

818818

},

819819

"delayMs": {

820-

"type": "number"

820+

"minimum": 0,

821+

"type": "integer"

821822

},

822823

"gatewayToken": {

823824

"type": "string"

@@ -838,7 +839,8 @@

838839

"type": "string"

839840

},

840841

"restartDelayMs": {

841-

"type": "number"

842+

"minimum": 0,

843+

"type": "integer"

842844

},

843845

"sessionKey": {

844846

"type": "string"

@@ -870,7 +872,7 @@

870872

"properties": {

871873

"activeMinutes": {

872874

"minimum": 1,

873-

"type": "number"

875+

"type": "integer"

874876

},

875877

"agentId": {

876878

"maxLength": 64,

@@ -895,11 +897,11 @@

895897

},

896898

"limit": {

897899

"minimum": 1,

898-

"type": "number"

900+

"type": "integer"

899901

},

900902

"messageLimit": {

901903

"minimum": 0,

902-

"type": "number"

904+

"type": "integer"

903905

},

904906

"search": {

905907

"minLength": 1,

@@ -921,7 +923,7 @@

921923

},

922924

"limit": {

923925

"minimum": 1,

924-

"type": "number"

926+

"type": "integer"

925927

},

926928

"sessionKey": {

927929

"type": "string"

@@ -956,7 +958,7 @@

956958

},

957959

"timeoutSeconds": {

958960

"minimum": 0,

959-

"type": "number"

961+

"type": "integer"

960962

}

961963

},

962964

"required": ["message"],

@@ -1036,7 +1038,7 @@

10361038

},

10371039

"runTimeoutSeconds": {

10381040

"minimum": 0,

1039-

"type": "number"

1041+

"type": "integer"

10401042

},

10411043

"sandbox": {

10421044

"enum": ["inherit", "require"],

@@ -1058,7 +1060,7 @@

10581060

},

10591061

"timeoutSeconds": {

10601062

"minimum": 0,

1061-

"type": "number"

1063+

"type": "integer"

10621064

}

10631065

},

10641066

"required": ["task"],

@@ -1090,7 +1092,7 @@

10901092

},

10911093

"recentMinutes": {

10921094

"minimum": 1,

1093-

"type": "number"

1095+

"type": "integer"

10941096

}

10951097

},

10961098

"type": "object"

Original file line numberDiff line numberDiff line change

@@ -164,7 +164,7 @@

164164

"contextMessages": {

165165

"maximum": 10,

166166

"minimum": 0,

167-

"type": "number"

167+

"type": "integer"

168168

},

169169

"gatewayToken": {

170170

"type": "string"

@@ -853,7 +853,8 @@

853853

"type": "string"

854854

},

855855

"delayMs": {

856-

"type": "number"

856+

"minimum": 0,

857+

"type": "integer"

857858

},

858859

"gatewayToken": {

859860

"type": "string"

@@ -874,7 +875,8 @@

874875

"type": "string"

875876

},

876877

"restartDelayMs": {

877-

"type": "number"

878+

"minimum": 0,

879+

"type": "integer"

878880

},

879881

"sessionKey": {

880882

"type": "string"

@@ -906,7 +908,7 @@

906908

"properties": {

907909

"activeMinutes": {

908910

"minimum": 1,

909-

"type": "number"

911+

"type": "integer"

910912

},

911913

"agentId": {

912914

"maxLength": 64,

@@ -931,11 +933,11 @@

931933

},

932934

"limit": {

933935

"minimum": 1,

934-

"type": "number"

936+

"type": "integer"

935937

},

936938

"messageLimit": {

937939

"minimum": 0,

938-

"type": "number"

940+

"type": "integer"

939941

},

940942

"search": {

941943

"minLength": 1,

@@ -957,7 +959,7 @@

957959

},

958960

"limit": {

959961

"minimum": 1,

960-

"type": "number"

962+

"type": "integer"

961963

},

962964

"sessionKey": {

963965

"type": "string"

@@ -992,7 +994,7 @@

992994

},

993995

"timeoutSeconds": {

994996

"minimum": 0,

995-

"type": "number"

997+

"type": "integer"

996998

}

997999

},

9981000

"required": ["message"],

@@ -1072,7 +1074,7 @@

10721074

},

10731075

"runTimeoutSeconds": {

10741076

"minimum": 0,

1075-

"type": "number"

1077+

"type": "integer"

10761078

},

10771079

"sandbox": {

10781080

"enum": ["inherit", "require"],

@@ -1090,7 +1092,7 @@

10901092

},

10911093

"timeoutSeconds": {

10921094

"minimum": 0,

1093-

"type": "number"

1095+

"type": "integer"

10941096

}

10951097

},

10961098

"required": ["task"],

@@ -1122,7 +1124,7 @@

11221124

},

11231125

"recentMinutes": {

11241126

"minimum": 1,

1125-

"type": "number"

1127+

"type": "integer"

11261128

}

11271129

},

11281130

"type": "object"

Original file line numberDiff line numberDiff line change

@@ -164,7 +164,7 @@

164164

"contextMessages": {

165165

"maximum": 10,

166166

"minimum": 0,

167-

"type": "number"

167+

"type": "integer"

168168

},

169169

"gatewayToken": {

170170

"type": "string"

@@ -817,7 +817,8 @@

817817

"type": "string"

818818

},

819819

"delayMs": {

820-

"type": "number"

820+

"minimum": 0,

821+

"type": "integer"

821822

},

822823

"gatewayToken": {

823824

"type": "string"

@@ -838,7 +839,8 @@

838839

"type": "string"

839840

},

840841

"restartDelayMs": {

841-

"type": "number"

842+

"minimum": 0,

843+

"type": "integer"

842844

},

843845

"sessionKey": {

844846

"type": "string"

@@ -870,7 +872,7 @@

870872

"properties": {

871873

"activeMinutes": {

872874

"minimum": 1,

873-

"type": "number"

875+

"type": "integer"

874876

},

875877

"agentId": {

876878

"maxLength": 64,

@@ -895,11 +897,11 @@

895897

},

896898

"limit": {

897899

"minimum": 1,

898-

"type": "number"

900+

"type": "integer"

899901

},

900902

"messageLimit": {

901903

"minimum": 0,

902-

"type": "number"

904+

"type": "integer"

903905

},

904906

"search": {

905907

"minLength": 1,

@@ -921,7 +923,7 @@

921923

},

922924

"limit": {

923925

"minimum": 1,

924-

"type": "number"

926+

"type": "integer"

925927

},

926928

"sessionKey": {

927929

"type": "string"

@@ -956,7 +958,7 @@

956958

},

957959

"timeoutSeconds": {

958960

"minimum": 0,

959-

"type": "number"

961+

"type": "integer"

960962

}

961963

},

962964

"required": ["message"],

@@ -1036,7 +1038,7 @@

10361038

},

10371039

"runTimeoutSeconds": {

10381040

"minimum": 0,

1039-

"type": "number"

1041+

"type": "integer"

10401042

},

10411043

"sandbox": {

10421044

"enum": ["inherit", "require"],

@@ -1054,7 +1056,7 @@

10541056

},

10551057

"timeoutSeconds": {

10561058

"minimum": 0,

1057-

"type": "number"

1059+

"type": "integer"

10581060

}

10591061

},

10601062

"required": ["task"],

@@ -1086,7 +1088,7 @@

10861088

},

10871089

"recentMinutes": {

10881090

"minimum": 1,

1089-

"type": "number"

1091+

"type": "integer"

10901092

}

10911093

},

10921094

"type": "object"

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": 40279,

225-

"roughTokens": 10070

224+

"chars": 40644,

225+

"roughTokens": 10161

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": 67981,

237-

"roughTokens": 16996

236+

"chars": 68346,

237+

"roughTokens": 17087

238238

},

239239

"userInputText": {

240240

"chars": 1629,

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": 40000,

225-

"roughTokens": 10000

224+

"chars": 40365,

225+

"roughTokens": 10092

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": 66178,

237-

"roughTokens": 16545

236+

"chars": 66543,

237+

"roughTokens": 16636

238238

},

239239

"userInputText": {

240240

"chars": 1129,

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": 41095,

226-

"roughTokens": 10274

225+

"chars": 41460,

226+

"roughTokens": 10365

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": 68216,

238-

"roughTokens": 17054

237+

"chars": 68581,

238+

"roughTokens": 17146

239239

},

240240

"userInputText": {

241241

"chars": 1367,