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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
美团技术团队
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
V
V2EX
J
Java Code Geeks
有赞技术团队
有赞技术团队
博客园 - 聂微东
B
Blog RSS Feed
博客园 - 司徒正美

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
style: format repository · openclaw/openclaw@27aedcf
steipete · 2026-04-26 · via Recent Commits to openclaw:main

@@ -27,18 +27,13 @@

2727

"httpStatusCode": {

2828

"format": "uint16",

2929

"minimum": 0.0,

30-

"type": [

31-

"integer",

32-

"null"

33-

]

30+

"type": ["integer", "null"]

3431

}

3532

},

3633

"type": "object"

3734

}

3835

},

39-

"required": [

40-

"httpConnectionFailed"

41-

],

36+

"required": ["httpConnectionFailed"],

4237

"title": "HttpConnectionFailedCodexErrorInfo",

4338

"type": "object"

4439

},

@@ -51,18 +46,13 @@

5146

"httpStatusCode": {

5247

"format": "uint16",

5348

"minimum": 0.0,

54-

"type": [

55-

"integer",

56-

"null"

57-

]

49+

"type": ["integer", "null"]

5850

}

5951

},

6052

"type": "object"

6153

}

6254

},

63-

"required": [

64-

"responseStreamConnectionFailed"

65-

],

55+

"required": ["responseStreamConnectionFailed"],

6656

"title": "ResponseStreamConnectionFailedCodexErrorInfo",

6757

"type": "object"

6858

},

@@ -75,18 +65,13 @@

7565

"httpStatusCode": {

7666

"format": "uint16",

7767

"minimum": 0.0,

78-

"type": [

79-

"integer",

80-

"null"

81-

]

68+

"type": ["integer", "null"]

8269

}

8370

},

8471

"type": "object"

8572

}

8673

},

87-

"required": [

88-

"responseStreamDisconnected"

89-

],

74+

"required": ["responseStreamDisconnected"],

9075

"title": "ResponseStreamDisconnectedCodexErrorInfo",

9176

"type": "object"

9277

},

@@ -99,18 +84,13 @@

9984

"httpStatusCode": {

10085

"format": "uint16",

10186

"minimum": 0.0,

102-

"type": [

103-

"integer",

104-

"null"

105-

]

87+

"type": ["integer", "null"]

10688

}

10789

},

10890

"type": "object"

10991

}

11092

},

111-

"required": [

112-

"responseTooManyFailedAttempts"

113-

],

93+

"required": ["responseTooManyFailedAttempts"],

11494

"title": "ResponseTooManyFailedAttemptsCodexErrorInfo",

11595

"type": "object"

11696

},

@@ -124,35 +104,25 @@

124104

"$ref": "#/definitions/NonSteerableTurnKind"

125105

}

126106

},

127-

"required": [

128-

"turnKind"

129-

],

107+

"required": ["turnKind"],

130108

"type": "object"

131109

}

132110

},

133-

"required": [

134-

"activeTurnNotSteerable"

135-

],

111+

"required": ["activeTurnNotSteerable"],

136112

"title": "ActiveTurnNotSteerableCodexErrorInfo",

137113

"type": "object"

138114

}

139115

]

140116

},

141117

"NonSteerableTurnKind": {

142-

"enum": [

143-

"review",

144-

"compact"

145-

],

118+

"enum": ["review", "compact"],

146119

"type": "string"

147120

},

148121

"TurnError": {

149122

"properties": {

150123

"additionalDetails": {

151124

"default": null,

152-

"type": [

153-

"string",

154-

"null"

155-

]

125+

"type": ["string", "null"]

156126

},

157127

"codexErrorInfo": {

158128

"anyOf": [

@@ -168,9 +138,7 @@

168138

"type": "string"

169139

}

170140

},

171-

"required": [

172-

"message"

173-

],

141+

"required": ["message"],

174142

"type": "object"

175143

}

176144

},

@@ -188,12 +156,7 @@

188156

"type": "boolean"

189157

}

190158

},

191-

"required": [

192-

"error",

193-

"threadId",

194-

"turnId",

195-

"willRetry"

196-

],

159+

"required": ["error", "threadId", "turnId", "willRetry"],

197160

"title": "ErrorNotification",

198161

"type": "object"

199-

}

162+

}