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

推荐订阅源

Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
罗磊的独立博客
S
SegmentFault 最新的问题
V
V2EX
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
美团技术团队
博客园 - 三生石上(FineUI控件)
Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
D
Docker
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
M
Microsoft Research Blog - Microsoft Research
Martin Fowler
Martin Fowler
S
Secure Thoughts
B
Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Cisco Blogs
C
CERT Recently Published Vulnerability Notes
T
True Tiger Recordings
GbyAI
GbyAI
P
Proofpoint News Feed
P
Privacy International News Feed
Jina AI
Jina AI
The Cloudflare Blog
I
Intezer
AWS News Blog
AWS News Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Security Archives - TechRepublic
NISL@THU
NISL@THU
The Register - Security
The Register - Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
P
Palo Alto Networks Blog
S
Schneier on Security
L
LINUX DO - 热门话题
C
CXSECURITY Database RSS Feed - CXSecurity.com
Security Latest
Security Latest
C
Cybersecurity and Infrastructure Security Agency CISA

Recent Commits to openclaw:main

test(qa-lab): report scenario pack coverage · openclaw/openclaw@dcd98bf fix(plugins): drop stale tlon tool contract · openclaw/openclaw@d70dc4b fix(installer): prefer tar for portable Node extraction · openclaw/openclaw@a54a881 fix(codex): deliver native subagent completions feat: add context-engine host capability requirements (#84994) · openclaw/openclaw@cff5244 fix(release): keep shrinkwrap pinned to pnpm lock · openclaw/openclaw@9d24fde fix: surface plan updates as status notices · openclaw/openclaw@dc04503 test(google): narrow web search fake timers · openclaw/openclaw@fe7d13c fix(installer): extract portable Node with ZipFile · openclaw/openclaw@ffa6cd8 fix(gateway): defer provider auth prewarm after startup (#85369) · openclaw/openclaw@69255f8 fix(talk): stabilize realtime voice consults · openclaw/openclaw@683ad75 test(qa): tolerate slow gateway rpc startup · openclaw/openclaw@29118a0 chore(diagnostics): refresh plugin sdk baseline · openclaw/openclaw@ab684f5 fix(diagnostics): surface async queue drops fix(diagnostics): bound diagnostic buffers · openclaw/openclaw@bdcaac0 fix(installer): copy portable Node into place · openclaw/openclaw@c21ca88 fix(cli): recover replaced device approvals (#85342) · openclaw/openclaw@6ea907c test(release): align prerelease validation · openclaw/openclaw@0def3e2 fix(installer): install portable Node directory atomically · openclaw/openclaw@2890b1a fix(runtime-llm): avoid duplicate provider prefix in allowlist diagno… · openclaw/openclaw@937a756 fix(gateway): include openclaw bin in service PATH (#84475) · openclaw/openclaw@66d1d13 fix(gateway): handle concurrent launchd bootstrap restart race (#84722) · openclaw/openclaw@ba86716 feat: support pi and opencode autoreview engines · openclaw/openclaw@31a189d ci(package): gate acceptance on package integrity · openclaw/openclaw@5275929 ci(release): bypass pnpm for tsdown package build · openclaw/openclaw@fea89cd test(release): align prerelease validation baselines · openclaw/openclaw@04ebdc6 ci(release): harden docker package build · openclaw/openclaw@7b1fbe1 fix(codex): skip native web search transcript mirroring (#85346) · openclaw/openclaw@c3531fc fix(gateway): harden launchd reload handoff race recovery (#84641) · openclaw/openclaw@fc7a531 fix: honor per-model provider transport overrides (#80488) fix(skills): document watcher edge cases, add teardown/rebuild tests,… · openclaw/openclaw@19ff77e fix(skills): dedupe shared-directory watchers across agent workspaces… · openclaw/openclaw@3e94290 fix(skills): type watcher mock calls in dedupe regression tests · openclaw/openclaw@bb73f0a fix(infra): allow macos browser open over ssh env (#85340) · openclaw/openclaw@47d66fe fix(update): preserve package service state during cutover (#83026) · openclaw/openclaw@a15797a fix(gateway): broadcast agent-run error payloads (#85355) · openclaw/openclaw@07e61fc test(e2e): avoid synthetic channel config in plugin smoke fix(cli): suppress systemd hints for live gateway (#85336) · openclaw/openclaw@a00c583 fix(cli): honor agent for model auth logout (#85326) · openclaw/openclaw@fc47c1f fix(gateway): eager-load lifecycle runtime to survive in-place upgrad… · openclaw/openclaw@4a91385 fix(doctor): point codex asset warning at migrate plan (#85324) fix(update): harden managed handoff cwd (#83875) · openclaw/openclaw@1bafc23 docs(release): prepare 2026.5.21 notes ci(crabbox): harden docker hydration refactor(crabbox): parse provider list from binary help instead of ha… test(plugins): add kitchen sink rpc docker lane · openclaw/openclaw@6f6da5f test(plugins): keep rpc source walk on source call gateway test(plugins): run kitchen sink rpc lane without tsx test(qa-lab): add bus tool trace scenario · openclaw/openclaw@2b39613 fix(cron): classify network retry errors (#85344)
[codex] 添加控制 UI 侧边栏会话快捷方式 (#82810) · openclaw/openclaw@84ec0c2
steipete · 2026-05-17 · via Recent Commits to openclaw:main

@@ -1,8 +1,20 @@

11

import { afterEach, describe, expect, it, vi } from "vitest";

2-

import { configHandlers, resolveConfigOpenCommand } from "./config.js";

2+

import {

3+

clearConfigSchemaResponseCacheForTests,

4+

configHandlers,

5+

loadConfigSchemaResponseForTests,

6+

resolveConfigOpenCommand,

7+

} from "./config.js";

38

import { createConfigHandlerHarness } from "./config.test-helpers.js";

495-

const execFileMock = vi.hoisted(() => vi.fn());

10+

const { execFileMock, loadGatewayRuntimeConfigSchemaMock } = vi.hoisted(() => ({

11+

execFileMock: vi.fn(),

12+

loadGatewayRuntimeConfigSchemaMock: vi.fn(() => ({

13+

schema: { type: "object" },

14+

uiHints: undefined,

15+

version: "test-schema",

16+

})),

17+

}));

618719

vi.mock("node:child_process", async () => {

820

const { mockNodeBuiltinModule } = await import("openclaw/plugin-sdk/test-node-mocks");

@@ -16,6 +28,10 @@ vi.mock("node:child_process", async () => {

1628

);

1729

});

183031+

vi.mock("../../config/runtime-schema.js", () => ({

32+

loadGatewayRuntimeConfigSchema: loadGatewayRuntimeConfigSchemaMock,

33+

}));

34+1935

function invokeExecFileCallback(args: unknown[], error: Error | null) {

2036

const callback = args.at(-1);

2137

if (typeof callback !== "function") {

@@ -24,6 +40,11 @@ function invokeExecFileCallback(args: unknown[], error: Error | null) {

2440

callback(error);

2541

}

264243+

afterEach(() => {

44+

clearConfigSchemaResponseCacheForTests();

45+

vi.clearAllMocks();

46+

});

47+2748

describe("resolveConfigOpenCommand", () => {

2849

it("uses open on macOS", () => {

2950

expect(resolveConfigOpenCommand("/tmp/openclaw.json", "darwin")).toEqual({

@@ -55,7 +76,6 @@ describe("resolveConfigOpenCommand", () => {

5576

describe("config.openFile", () => {

5677

afterEach(() => {

5778

delete process.env.OPENCLAW_CONFIG_PATH;

58-

vi.clearAllMocks();

5979

});

60806181

it("opens the configured file without shell interpolation", async () => {

@@ -109,3 +129,20 @@ describe("config.openFile", () => {

109129

);

110130

});

111131

});

132+133+

describe("config schema response cache", () => {

134+

it("reuses a recent schema build across burst config requests", () => {

135+

loadConfigSchemaResponseForTests();

136+

loadConfigSchemaResponseForTests();

137+138+

expect(loadGatewayRuntimeConfigSchemaMock).toHaveBeenCalledTimes(1);

139+

});

140+141+

it("can be cleared when config writes change schema inputs", () => {

142+

loadConfigSchemaResponseForTests();

143+

clearConfigSchemaResponseCacheForTests();

144+

loadConfigSchemaResponseForTests();

145+146+

expect(loadGatewayRuntimeConfigSchemaMock).toHaveBeenCalledTimes(2);

147+

});

148+

});