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

推荐订阅源

The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
WordPress大学
WordPress大学
H
Help Net Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
MyScale Blog
MyScale Blog
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
P
Proofpoint News Feed
D
DataBreaches.Net

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
docs: deep audit documentation against source · openclaw/...
steipete · 2026-04-23 · via Recent Commits to openclaw:main

@@ -364,7 +364,7 @@ Think of the suites as “increasing realism” (and increasing flakiness/cost):

364364365365

- Command: `pnpm test:e2e`

366366

- Config: `vitest.e2e.config.ts`

367-

- Files: `src/**/*.e2e.test.ts`, `test/**/*.e2e.test.ts`

367+

- Files: `src/**/*.e2e.test.ts`, `test/**/*.e2e.test.ts`, and bundled-plugin E2E tests under `extensions/`

368368

- Runtime defaults:

369369

- Uses Vitest `threads` with `isolate: false`, matching the rest of the repo.

370370

- Uses adaptive workers (CI: up to 2, local: 1 by default).

@@ -383,7 +383,7 @@ Think of the suites as “increasing realism” (and increasing flakiness/cost):

383383

### E2E: OpenShell backend smoke

384384385385

- Command: `pnpm test:e2e:openshell`

386-

- File: `test/openshell-sandbox.e2e.test.ts`

386+

- File: `extensions/openshell/src/backend.e2e.test.ts`

387387

- Scope:

388388

- Starts an isolated OpenShell gateway on the host via Docker

389389

- Creates a sandbox from a temporary local Dockerfile

@@ -401,7 +401,7 @@ Think of the suites as “increasing realism” (and increasing flakiness/cost):

401401402402

- Command: `pnpm test:live`

403403

- Config: `vitest.live.config.ts`

404-

- Files: `src/**/*.live.test.ts`

404+

- Files: `src/**/*.live.test.ts`, `test/**/*.live.test.ts`, and bundled-plugin live tests under `extensions/`

405405

- Default: **enabled** by `pnpm test:live` (sets `OPENCLAW_LIVE_TEST=1`)

406406

- Scope:

407407

- “Does this provider/model actually work _today_ with real creds?”

@@ -784,13 +784,13 @@ If you want to rely on env keys (e.g. exported in your `~/.profile`), run local

784784785785

## Deepgram live (audio transcription)

786786787-

- Test: `src/media-understanding/providers/deepgram/audio.live.test.ts`

788-

- Enable: `DEEPGRAM_API_KEY=... DEEPGRAM_LIVE_TEST=1 pnpm test:live src/media-understanding/providers/deepgram/audio.live.test.ts`

787+

- Test: `extensions/deepgram/audio.live.test.ts`

788+

- Enable: `DEEPGRAM_API_KEY=... DEEPGRAM_LIVE_TEST=1 pnpm test:live extensions/deepgram/audio.live.test.ts`

789789790790

## BytePlus coding plan live

791791792-

- Test: `src/agents/byteplus.live.test.ts`

793-

- Enable: `BYTEPLUS_API_KEY=... BYTEPLUS_LIVE_TEST=1 pnpm test:live src/agents/byteplus.live.test.ts`

792+

- Test: `extensions/byteplus/live.test.ts`

793+

- Enable: `BYTEPLUS_API_KEY=... BYTEPLUS_LIVE_TEST=1 pnpm test:live extensions/byteplus/live.test.ts`

794794

- Optional model override: `BYTEPLUS_CODING_MODEL=ark-code-latest`

795795796796

## ComfyUI workflow media live

@@ -804,8 +804,8 @@ If you want to rely on env keys (e.g. exported in your `~/.profile`), run local

804804805805

## Image generation live

806806807-

- Test: `src/image-generation/runtime.live.test.ts`

808-

- Command: `pnpm test:live src/image-generation/runtime.live.test.ts`

807+

- Test: `test/image-generation.runtime.live.test.ts`

808+

- Command: `pnpm test:live test/image-generation.runtime.live.test.ts`

809809

- Harness: `pnpm test:live:media image`

810810

- Scope:

811811

- Enumerates every registered image-generation provider plugin

@@ -818,8 +818,11 @@ If you want to rely on env keys (e.g. exported in your `~/.profile`), run local

818818

- `google:pro-edit`

819819

- `openai:default-generate`

820820

- Current bundled providers covered:

821-

- `openai`

821+

- `fal`

822822

- `google`

823+

- `minimax`

824+

- `openai`

825+

- `vydra`

823826

- `xai`

824827

- Optional narrowing:

825828

- `OPENCLAW_LIVE_IMAGE_GENERATION_PROVIDERS="openai,google,xai"`