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

推荐订阅源

博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
aimingoo的专栏
aimingoo的专栏
腾讯CDC
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
F
Fortinet All Blogs
G
Google Developers Blog
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
Engineering at Meta
Engineering at Meta
博客园_首页
B
Blog RSS Feed
D
Docker
M
MIT News - Artificial intelligence
爱范儿
爱范儿
I
InfoQ

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: move hot runtime tests to fast lane · openclaw/open...
steipete · 2026-04-28 · via Recent Commits to openclaw:main

@@ -65,12 +65,15 @@ export const forcedUnitFastTestFiles = [

6565

"src/acp/translator.prompt-prefix.test.ts",

6666

"src/acp/translator.cancel-scoping.test.ts",

6767

"src/acp/translator.stop-reason.test.ts",

68+

"src/acp/persistent-bindings.lifecycle.test.ts",

6869

"src/acp/persistent-bindings.test.ts",

6970

"src/acp/server.startup.test.ts",

7071

"src/acp/translator.session-rate-limit.test.ts",

7172

"src/browser-lifecycle-cleanup.test.ts",

73+

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

7274

"src/crestodian/crestodian.test.ts",

7375

"src/crestodian/operations.test.ts",

76+

"src/crestodian/overview.test.ts",

7477

"src/crestodian/rescue-message.test.ts",

7578

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

7679

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

@@ -80,6 +83,7 @@ export const forcedUnitFastTestFiles = [

8083

"src/docker-image-digests.test.ts",

8184

"src/dockerfile.test.ts",

8285

"src/entry.test.ts",

86+

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

8387

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

8488

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

8589

"src/logger.test.ts",

@@ -97,6 +101,7 @@ export const forcedUnitFastTestFiles = [

97101

"src/pairing/pairing-store.test.ts",

98102

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

99103

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

104+

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

100105

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

101106

"src/security/audit-exec-surface.test.ts",

102107

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

@@ -108,9 +113,11 @@ export const forcedUnitFastTestFiles = [

108113

"src/security/skill-scanner.test.ts",

109114

"src/realtime-transcription/websocket-session.test.ts",

110115

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

116+

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

111117

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

112118

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

113119

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

120+

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

114121

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

115122

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

116123

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

@@ -119,6 +126,7 @@ export const forcedUnitFastTestFiles = [

119126

"src/test-utils/env.test.ts",

120127

"src/test-utils/temp-home.test.ts",

121128

"src/utils.test.ts",

129+

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

122130

"src/version.test.ts",

123131

];

124132

const forcedUnitFastTestFileSet = new Set(forcedUnitFastTestFiles);