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

推荐订阅源

T
Tailwind CSS Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
L
LangChain Blog
博客园_首页
Recent Announcements
Recent Announcements
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
博客园 - 叶小钗
博客园 - 【当耐特】
The Cloudflare Blog
J
Java Code Geeks
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans

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: speed up unit hotspot routing · openclaw/openclaw@a...
steipete · 2026-04-28 · via Recent Commits to openclaw:main

@@ -19,6 +19,7 @@ const unitFastCandidateGlobs = [

1919

"src/channels/**/*.test.ts",

2020

"src/cli/**/*.test.ts",

2121

"src/commands/**/*.test.ts",

22+

"src/compat/**/*.test.ts",

2223

"src/config/**/*.test.ts",

2324

"src/daemon/**/*.test.ts",

2425

"src/i18n/**/*.test.ts",

@@ -41,6 +42,7 @@ const unitFastCandidateGlobs = [

4142

"src/poll-params.test.ts",

4243

"src/polls.test.ts",

4344

"src/process/**/*.test.ts",

45+

"src/proxy-capture/**/*.test.ts",

4446

"src/routing/**/*.test.ts",

4547

"src/sessions/**/*.test.ts",

4648

"src/shared/**/*.test.ts",

@@ -50,6 +52,7 @@ const unitFastCandidateGlobs = [

5052

"src/tts/**/*.test.ts",

5153

"src/utils/**/*.test.ts",

5254

"src/video-generation/**/*.test.ts",

55+

"src/web/**/*.test.ts",

5356

"src/wizard/**/*.test.ts",

5457

"test/**/*.test.ts",

5558

];

@@ -84,6 +87,7 @@ export const forcedUnitFastTestFiles = [

8487

"src/crestodian/tui-backend.test.ts",

8588

"src/flows/channel-setup.test.ts",

8689

"src/flows/channel-setup.status.test.ts",

90+

"src/flows/doctor-health-contributions.test.ts",

8791

"src/flows/provider-flow.test.ts",

8892

"src/context-engine/context-engine.test.ts",

8993

"src/canvas-host/server.state-dir.test.ts",

@@ -100,6 +104,7 @@ export const forcedUnitFastTestFiles = [

100104

"src/flows/search-setup.test.ts",

101105

"src/i18n/registry.test.ts",

102106

"src/image-generation/openai-compatible-image-provider.test.ts",

107+

"src/image-generation/provider-registry.test.ts",

103108

"src/install-sh-version.test.ts",

104109

"src/logger.test.ts",

105110

"src/library.test.ts",

@@ -111,8 +116,10 @@ export const forcedUnitFastTestFiles = [

111116

"src/memory-host-sdk/host/mirror.test.ts",

112117

"src/memory-host-sdk/host/post-json.test.ts",

113118

"src/memory-host-sdk/host/session-files.test.ts",

119+

"src/media-generation/provider-capabilities.contract.test.ts",

114120

"src/music-generation/runtime.test.ts",

115121

"src/mcp/channel-server.shutdown-unhandled-rejection.test.ts",

122+

"src/mcp/openclaw-tools-serve.test.ts",

116123

"src/node-host/runner.credentials.test.ts",

117124

"src/node-host/plugin-node-host.test.ts",

118125

"src/node-host/invoke-system-run-plan.test.ts",

@@ -123,11 +130,15 @@ export const forcedUnitFastTestFiles = [

123130

"src/pairing/setup-code.test.ts",

124131

"src/plugin-activation-boundary.test.ts",

125132

"src/plugin-sdk/memory-host-events.test.ts",

133+

"src/proxy-capture/env.test.ts",

126134

"src/proxy-capture/runtime.test.ts",

127135

"src/proxy-capture/proxy-server.test.ts",

128136

"src/proxy-capture/store.sqlite.test.ts",

129137

"src/realtime-voice/agent-consult-runtime.test.ts",

130138

"src/realtime-voice/session-runtime.test.ts",

139+

"src/security/audit-channel-account-metadata.test.ts",

140+

"src/security/audit-channel-source-config-discord.test.ts",

141+

"src/security/audit-config-basics.test.ts",

131142

"src/security/audit-channel-dm-policy.test.ts",

132143

"src/security/audit-channel-source-config-slack.test.ts",

133144

"src/security/audit-channel-readonly-resolution.test.ts",

@@ -143,12 +154,18 @@ export const forcedUnitFastTestFiles = [

143154

"src/security/audit-gateway-auth-selection.test.ts",

144155

"src/security/audit-gateway-http-auth.test.ts",

145156

"src/security/audit-gateway-tools-http.test.ts",

157+

"src/security/audit-hooks-routing.test.ts",

146158

"src/security/audit-sandbox-docker-config.test.ts",

147159

"src/security/audit-sandbox-browser.test.ts",

148160

"src/security/safe-regex.test.ts",

161+

"src/security/audit-model-hygiene.test.ts",

149162

"src/security/audit-small-model-risk.test.ts",

150163

"src/security/audit-node-command-findings.test.ts",

151164

"src/security/audit-extra.async.test.ts",

165+

"src/security/audit-probe-failure.test.ts",

166+

"src/security/audit-plugin-code-safety.test.ts",

167+

"src/security/audit-summary.test.ts",

168+

"src/security/audit-synced-folder.test.ts",

152169

"src/security/audit-trust-model.test.ts",

153170

"src/security/dm-policy-shared.test.ts",

154171

"src/security/audit-plugins-trust.test.ts",

@@ -165,12 +182,14 @@ export const forcedUnitFastTestFiles = [

165182

"src/realtime-voice/agent-consult-tool.test.ts",

166183

"src/routing/resolve-route.test.ts",

167184

"src/sessions/transcript-events.test.ts",

185+

"src/status/status-message.test.ts",

168186

"src/security/windows-acl.test.ts",

169187

"src/trajectory/cleanup.test.ts",

170188

"src/trajectory/export.test.ts",

171189

"src/trajectory/metadata.test.ts",

172190

"src/trajectory/runtime.test.ts",

173191

"src/tts/openai-compatible-speech-provider.test.ts",

192+

"src/tts/tts.test.ts",

174193

"src/tts/provider-registry.test.ts",

175194

"src/tts/status-config.test.ts",

176195

"src/tts/tts-config.test.ts",